com.thaiopensource.relaxng.parse.sax
Class SchemaParser.ExternalRefState
java.lang.Object
com.thaiopensource.relaxng.parse.sax.SchemaParser.Handler
com.thaiopensource.relaxng.parse.sax.SchemaParser.State
com.thaiopensource.relaxng.parse.sax.SchemaParser.EmptyContentState
com.thaiopensource.relaxng.parse.sax.SchemaParser.ExternalRefState
- All Implemented Interfaces:
- SchemaParser.CommentHandler, ContentHandler
- Enclosing class:
- SchemaParser
class SchemaParser.ExternalRefState
- extends SchemaParser.EmptyContentState
Methods inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.State |
attributes, characters, checkForeignElement, endChild, endChild, endDocument, endElement, endForeignChild, getNs, isPatternNamespaceURI, isRelaxNGElement, mergeLeadingComments, set, setName, setParent, startDocument, startElement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
href
String href
includedPattern
ParsedPattern includedPattern
SchemaParser.ExternalRefState
SchemaParser.ExternalRefState()
create
SchemaParser.State create()
- Specified by:
create
in class SchemaParser.State
setOtherAttribute
void setOtherAttribute(String name,
String value)
throws SAXException
- Overrides:
setOtherAttribute
in class SchemaParser.State
- Throws:
SAXException
endAttributes
void endAttributes()
throws SAXException
- Overrides:
endAttributes
in class SchemaParser.State
- Throws:
SAXException
makePattern
ParsedPattern makePattern()
- Specified by:
makePattern
in class SchemaParser.EmptyContentState