|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KXml2SAXHandler
Interface for a SAX like handler with kXML
Method Summary | |
---|---|
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,
Properties attrib)
Method called when a tag opens |
Method Detail |
---|
void characters(String text) throws ParseException
text
-
ParseException
void startElement(String uri, String localName, Properties attrib) throws ParseException
uri
- localName
- attrib
-
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |