class SchemaParser.RootState extends SchemaParser.PatternContainerState
| Modifier and Type | Field and Description |
|---|---|
(package private) IncludedGrammar |
grammar |
childPatternsannotations, datatypeLibrary, ns, nsInherit, parent, scope, startLocationcomments| Constructor and Description |
|---|
RootState() |
RootState(IncludedGrammar grammar,
Scope scope,
java.lang.String ns) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
checkForeignElement() |
(package private) SchemaParser.State |
create() |
(package private) SchemaParser.State |
createChildState(java.lang.String localName) |
(package private) void |
endChild(ParsedPattern pattern) |
(package private) boolean |
isRelaxNGElement(java.lang.String uri) |
buildPattern, end, endForeignChild, sendPatternToParentattributes, characters, endAttributes, endChild, endDocument, endElement, getNs, isPatternNamespaceURI, mergeLeadingComments, set, setName, setOtherAttribute, setParent, startDocument, startElementcomment, endPrefixMapping, getComments, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMappingIncludedGrammar grammar
RootState()
RootState(IncludedGrammar grammar, Scope scope, java.lang.String ns)
SchemaParser.State create()
create in class SchemaParser.StateSchemaParser.State createChildState(java.lang.String localName) throws org.xml.sax.SAXException
createChildState in class SchemaParser.PatternContainerStateorg.xml.sax.SAXExceptionvoid checkForeignElement()
throws org.xml.sax.SAXException
checkForeignElement in class SchemaParser.Stateorg.xml.sax.SAXExceptionvoid endChild(ParsedPattern pattern)
endChild in class SchemaParser.PatternContainerStateboolean isRelaxNGElement(java.lang.String uri)
throws org.xml.sax.SAXException
isRelaxNGElement in class SchemaParser.Stateorg.xml.sax.SAXException