public class NodeHandler extends org.xml.sax.helpers.DefaultHandler
| Constructor and Description |
|---|
NodeHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String localName,
String qName) |
XMLNode |
getRoot() |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
public void characters(char[] ch,
int start,
int length)
throws SAXException
public void endElement(String uri, String localName, String qName) throws SAXException
public XMLNode getRoot()
Copyright © 2016. All rights reserved.