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.
- 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 TREXGrammar
underlying 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 TypeMethodDescriptionvoid
bind
(org.iso_relax.dispatcher.SchemaProvider provider, ErrorHandler handler) protected Grammar
get 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:IslandSchemaImpl
get the grammar object that represents this island.- Specified by:
getGrammar
in classIslandSchemaImpl
-
bind
-