com.thaiopensource.relaxng.parse.sax
Class SchemaParser.NameState
java.lang.Object
com.thaiopensource.relaxng.parse.sax.SchemaParser.Handler
com.thaiopensource.relaxng.parse.sax.SchemaParser.State
com.thaiopensource.relaxng.parse.sax.SchemaParser.NameClassBaseState
com.thaiopensource.relaxng.parse.sax.SchemaParser.NameState
- All Implemented Interfaces:
- SchemaParser.CommentHandler, ContentHandler
- Enclosing class:
- SchemaParser
class SchemaParser.NameState
- extends SchemaParser.NameClassBaseState
Methods inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.State |
attributes, endAttributes, endChild, endChild, endDocument, endElement, endForeignChild, 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 |
buf
final StringBuffer buf
SchemaParser.NameState
SchemaParser.NameState()
createChildState
SchemaParser.State createChildState(String localName)
throws SAXException
- Specified by:
createChildState
in class SchemaParser.State
- Throws:
SAXException
create
SchemaParser.State create()
- Specified by:
create
in class SchemaParser.State
characters
public void characters(char[] ch,
int start,
int len)
- Specified by:
characters
in interface ContentHandler
- Overrides:
characters
in class SchemaParser.State
checkForeignElement
void checkForeignElement()
throws SAXException
- Overrides:
checkForeignElement
in class SchemaParser.State
- Throws:
SAXException
makeNameClass
ParsedNameClass makeNameClass()
throws SAXException
- Specified by:
makeNameClass
in class SchemaParser.NameClassBaseState
- Throws:
SAXException