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, org.iso_relax.dispatcher.IslandSchema
public class RELAXIslandSchema
- extends IslandSchemaImpl
IslandSchema implementation for RELXA module.
- Author:
- Kohsuke KAWAGUCHI
- See Also:
- Serialized Form
Method Summary |
void |
bind(org.iso_relax.dispatcher.SchemaProvider provider,
ErrorHandler handler)
|
protected Grammar |
getGrammar()
get the grammar object that represents this island. |
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<Expression> pendingAnyOtherElements
RELAXIslandSchema
public RELAXIslandSchema(RELAXModule module,
Set<Expression> 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(org.iso_relax.dispatcher.SchemaProvider provider,
ErrorHandler handler)
throws SAXException
- Throws:
SAXException
MSV