ContentHandler
public class NamespaceState extends State
Constructor | Description |
---|---|
NamespaceState() |
Modifier and Type | Method | Description |
---|---|---|
void |
endDocument() |
|
void |
endElement(String namespace,
String localName,
String qName) |
|
protected RELAXNSReader |
getReader() |
gets reader in type-safe fashion
|
void |
startElement(String namespace,
String localName,
String qName,
Attributes atts) |
|
protected void |
startSelf() |
performs a task that should be done before reading any child elements.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
protected void startSelf()
State
public void startElement(String namespace, String localName, String qName, Attributes atts) throws SAXException
SAXException
public void endDocument()
protected RELAXNSReader getReader()
Copyright © 2019 Oracle Corporation. All rights reserved.