public interface KXml2SAXHandler
Modifier and Type | Method and 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
- ParseException
void startElement(String uri, String localName, KXml2SAXParser.Attributes attributes) throws ParseException
uri
- localName
- attributes
- ParseException
void endElement(String uri, String localName) throws ParseException
uri
- localName
- ParseException
void processingInstruction(String target, String data) throws Exception
Exception
void setLineNumber(int lineNumber)
void setColumnNumber(int columnNumber)
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.