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, IslandSchema
public class TREXIslandSchema
- extends IslandSchemaImpl
IslandSchema implementation for TREX pattern.
- Author:
- Kohsuke KAWAGUCHI
- See Also:
- Serialized Form
Field Summary |
protected TREXGrammar |
grammar
underlying TREX pattern which this IslandSchema is representing |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
grammar
protected final TREXGrammar grammar
- underlying TREX pattern which this IslandSchema is representing
TREXIslandSchema
public TREXIslandSchema(TREXGrammar grammar)
getGrammar
protected Grammar getGrammar()
- Description copied from class:
IslandSchemaImpl
- get the grammar object that represents this island.
- Specified by:
getGrammar
in class IslandSchemaImpl
bind
public void bind(SchemaProvider provider,
ErrorHandler handler)
MSV