com.thaiopensource.relaxng.parse.sax
Class SchemaParser.NameClassChildState
java.lang.Object
com.thaiopensource.relaxng.parse.sax.SchemaParser.Handler
com.thaiopensource.relaxng.parse.sax.SchemaParser.State
com.thaiopensource.relaxng.parse.sax.SchemaParser.NameClassContainerState
com.thaiopensource.relaxng.parse.sax.SchemaParser.NameClassChildState
- All Implemented Interfaces:
- SchemaParser.CommentHandler, ContentHandler
- Enclosing class:
- SchemaParser
class SchemaParser.NameClassChildState
- extends SchemaParser.NameClassContainerState
Methods inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.State |
attributes, characters, checkForeignElement, endAttributes, endChild, endDocument, endElement, getNs, isPatternNamespaceURI, isRelaxNGElement, 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 |
prevState
final SchemaParser.State prevState
nameClassRef
final SchemaParser.NameClassRef nameClassRef
SchemaParser.NameClassChildState
SchemaParser.NameClassChildState(SchemaParser.State prevState,
SchemaParser.NameClassRef nameClassRef)
create
SchemaParser.State create()
- Specified by:
create
in class SchemaParser.State
endChild
void endChild(ParsedNameClass nameClass)
- Overrides:
endChild
in class SchemaParser.State
endForeignChild
void endForeignChild(ParsedElementAnnotation ea)
- Overrides:
endForeignChild
in class SchemaParser.State
end
void end()
throws SAXException
- Specified by:
end
in class SchemaParser.State
- Throws:
SAXException