com.sun.msv.relaxns.grammar.relax
Class RELAXIslandSchema
java.lang.Object
com.sun.msv.relaxns.verifier.IslandSchemaImpl
com.sun.msv.relaxns.grammar.relax.RELAXIslandSchema
- All Implemented Interfaces:
- Serializable, IslandSchema
public class RELAXIslandSchema
- extends IslandSchemaImpl
IslandSchema implementation for RELXA module.
- Author:
- Kohsuke KAWAGUCHI
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
module
protected final RELAXModule module
- underlying RELAX module which this IslandSchema is representing
pendingAnyOtherElements
protected Set pendingAnyOtherElements
RELAXIslandSchema
public RELAXIslandSchema(RELAXModule module,
Set pendingAnyOtherElements)
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)
throws SAXException
- Throws:
SAXException
MSV