class SchemaParser.GrammarSectionState extends SchemaParser.State
| Modifier and Type | Field and Description |
|---|---|
(package private) GrammarSection |
section |
annotations, datatypeLibrary, ns, nsInherit, parent, scope, startLocationcomments| Constructor and Description |
|---|
GrammarSectionState() |
GrammarSectionState(GrammarSection section) |
| Modifier and Type | Method and Description |
|---|---|
(package private) SchemaParser.State |
create() |
(package private) SchemaParser.State |
createChildState(java.lang.String localName) |
(package private) void |
end() |
(package private) void |
endForeignChild(ParsedElementAnnotation ea) |
attributes, characters, checkForeignElement, endAttributes, endChild, endChild, endDocument, endElement, getNs, isPatternNamespaceURI, isRelaxNGElement, mergeLeadingComments, set, setName, setOtherAttribute, setParent, startDocument, startElementcomment, endPrefixMapping, getComments, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMappingGrammarSection section
GrammarSectionState()
GrammarSectionState(GrammarSection section)
SchemaParser.State create()
create in class SchemaParser.StateSchemaParser.State createChildState(java.lang.String localName) throws org.xml.sax.SAXException
createChildState in class SchemaParser.Stateorg.xml.sax.SAXExceptionvoid end() throws org.xml.sax.SAXException
end in class SchemaParser.Stateorg.xml.sax.SAXExceptionvoid endForeignChild(ParsedElementAnnotation ea)
endForeignChild in class SchemaParser.State