XmlHandlerpublic interface KXml2SAXHandler
| Modifier and Type | Method | Description |
|---|---|---|
void |
characters(String text) |
Method called when parsing text
|
void |
endElement(String uri,
String localName) |
Method called when a tag closes
|
void |
processingInstruction(String target,
String data) |
|
void |
setColumnNumber(int columnNumber) |
|
void |
setLineNumber(int lineNumber) |
|
void |
startElement(String uri,
String localName,
KXml2SAXParser.Attributes attributes) |
Method called when a tag opens
|
void characters(String text) throws ParseException
text - ParseExceptionvoid startElement(String uri, String localName, KXml2SAXParser.Attributes attributes) throws ParseException
uri - localName - attributes - ParseExceptionvoid endElement(String uri, String localName) throws ParseException
uri - localName - ParseExceptionvoid processingInstruction(String target, String data) throws Exception
Exceptionvoid setLineNumber(int lineNumber)
void setColumnNumber(int columnNumber)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.