Package com.sun.msv.relaxns.grammar.trex
Class TREXIslandSchema
java.lang.Object
com.sun.msv.relaxns.verifier.IslandSchemaImpl
com.sun.msv.relaxns.grammar.trex.TREXIslandSchema
- All Implemented Interfaces:
Serializable,org.iso_relax.dispatcher.IslandSchema
IslandSchema implementation for TREX pattern.
- Author:
- Kohsuke KAWAGUCHI
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.msv.relaxns.verifier.IslandSchemaImpl
IslandSchemaImpl.Binder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final TREXGrammarunderlying TREX pattern which this IslandSchema is representingFields inherited from class com.sun.msv.relaxns.verifier.IslandSchemaImpl
attributesDecls, elementDecls -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(org.iso_relax.dispatcher.SchemaProvider provider, ErrorHandler handler) protected Grammarget the grammar object that represents this island.Methods inherited from class com.sun.msv.relaxns.verifier.IslandSchemaImpl
bind, createNewAttributesVerifier, createNewVerifier, getAttributesDeclByName, getAttributesDecls, getElementDeclByName, getElementDecls, iterateAttributesDecls, iterateElementDecls
-
Field Details
-
grammar
underlying TREX pattern which this IslandSchema is representing
-
-
Constructor Details
-
TREXIslandSchema
-
-
Method Details
-
getGrammar
Description copied from class:IslandSchemaImplget the grammar object that represents this island.- Specified by:
getGrammarin classIslandSchemaImpl
-
bind
-