abstract class SchemaParser.DefinitionState extends SchemaParser.PatternContainerState
| Modifier and Type | Field and Description |
|---|---|
(package private) GrammarSection.Combine |
combine |
(package private) GrammarSection |
section |
childPatternsannotations, datatypeLibrary, ns, nsInherit, parent, scope, startLocationcomments| Constructor and Description |
|---|
DefinitionState(GrammarSection section) |
| Modifier and Type | Method and Description |
|---|---|
(package private) ParsedPattern |
buildPattern(java.util.List<ParsedPattern> patterns,
Location loc,
Annotations anno) |
(package private) void |
setOtherAttribute(java.lang.String name,
java.lang.String value) |
createChildState, end, endChild, endForeignChild, sendPatternToParentattributes, characters, checkForeignElement, create, endAttributes, endChild, endDocument, endElement, getNs, isPatternNamespaceURI, isRelaxNGElement, mergeLeadingComments, set, setName, setParent, startDocument, startElementcomment, endPrefixMapping, getComments, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMappingGrammarSection.Combine combine
final GrammarSection section
DefinitionState(GrammarSection section)
void setOtherAttribute(java.lang.String name,
java.lang.String value)
throws org.xml.sax.SAXException
setOtherAttribute in class SchemaParser.Stateorg.xml.sax.SAXExceptionParsedPattern buildPattern(java.util.List<ParsedPattern> patterns, Location loc, Annotations anno) throws org.xml.sax.SAXException
buildPattern in class SchemaParser.PatternContainerStateorg.xml.sax.SAXException