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
-
-
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 RELAXModulemoduleunderlying RELAX module which this IslandSchema is representingprotected SetpendingAnyOtherElements-
Fields inherited from class com.sun.msv.relaxns.verifier.IslandSchemaImpl
attributesDecls, elementDecls
-
-
Constructor Summary
Constructors Constructor Description RELAXIslandSchema(RELAXModule module, Set pendingAnyOtherElements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbind(org.iso_relax.dispatcher.SchemaProvider provider, ErrorHandler handler)protected GrammargetGrammar()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
-
module
protected final RELAXModule module
underlying RELAX module which this IslandSchema is representing
-
pendingAnyOtherElements
protected Set pendingAnyOtherElements
-
-
Constructor Detail
-
RELAXIslandSchema
public RELAXIslandSchema(RELAXModule module, Set pendingAnyOtherElements)
-
-
Method Detail
-
getGrammar
protected Grammar getGrammar()
Description copied from class:IslandSchemaImplget the grammar object that represents this island.- Specified by:
getGrammarin classIslandSchemaImpl
-
bind
public void bind(org.iso_relax.dispatcher.SchemaProvider provider, ErrorHandler handler) throws SAXException- Throws:
SAXException
-
-