com.thaiopensource.relaxng.parse.sax
Class SchemaParser.RootState
java.lang.Object
com.thaiopensource.relaxng.parse.sax.SchemaParser.Handler
com.thaiopensource.relaxng.parse.sax.SchemaParser.State
com.thaiopensource.relaxng.parse.sax.SchemaParser.PatternContainerState
com.thaiopensource.relaxng.parse.sax.SchemaParser.RootState
- All Implemented Interfaces:
- SchemaParser.CommentHandler, ContentHandler
- Enclosing class:
- SchemaParser
class SchemaParser.RootState
- extends SchemaParser.PatternContainerState
Methods inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.State |
attributes, characters, endAttributes, endChild, endDocument, endElement, getNs, isPatternNamespaceURI, mergeLeadingComments, set, setName, setOtherAttribute, setParent, startDocument, startElement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
grammar
IncludedGrammar grammar
SchemaParser.RootState
SchemaParser.RootState()
SchemaParser.RootState
SchemaParser.RootState(IncludedGrammar grammar,
Scope scope,
String ns)
create
SchemaParser.State create()
- Specified by:
create
in class SchemaParser.State
createChildState
SchemaParser.State createChildState(String localName)
throws SAXException
- Overrides:
createChildState
in class SchemaParser.PatternContainerState
- Throws:
SAXException
checkForeignElement
void checkForeignElement()
throws SAXException
- Overrides:
checkForeignElement
in class SchemaParser.State
- Throws:
SAXException
endChild
void endChild(ParsedPattern pattern)
- Overrides:
endChild
in class SchemaParser.PatternContainerState
isRelaxNGElement
boolean isRelaxNGElement(String uri)
throws SAXException
- Overrides:
isRelaxNGElement
in class SchemaParser.State
- Throws:
SAXException