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:
java.io.Serializable
,org.iso_relax.dispatcher.IslandSchema
public class TREXIslandSchema extends IslandSchemaImpl
IslandSchema implementation for TREX pattern.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sun.msv.relaxns.verifier.IslandSchemaImpl
IslandSchemaImpl.Binder
-
-
Field Summary
Fields Modifier and Type Field Description protected TREXGrammar
grammar
underlying TREX pattern which this IslandSchema is representing-
Fields inherited from class com.sun.msv.relaxns.verifier.IslandSchemaImpl
attributesDecls, elementDecls
-
-
Constructor Summary
Constructors Constructor Description TREXIslandSchema(TREXGrammar grammar)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
bind(org.iso_relax.dispatcher.SchemaProvider provider, org.xml.sax.ErrorHandler handler)
protected Grammar
getGrammar()
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 Detail
-
grammar
protected final TREXGrammar grammar
underlying TREX pattern which this IslandSchema is representing
-
-
Constructor Detail
-
TREXIslandSchema
public TREXIslandSchema(TREXGrammar grammar)
-
-
Method Detail
-
getGrammar
protected Grammar getGrammar()
Description copied from class:IslandSchemaImpl
get the grammar object that represents this island.- Specified by:
getGrammar
in classIslandSchemaImpl
-
bind
public void bind(org.iso_relax.dispatcher.SchemaProvider provider, org.xml.sax.ErrorHandler handler)
-
-