|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KXml2SAXHandler
Interface for SAX handler with kXML
| Method Summary | |
|---|---|
void |
characters(char[] ch,
int offset,
int length)
Method called when parsing text |
void |
endElement(String uri,
String localName,
String qName)
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,
String qName,
Properties attrib)
Method called when a tag opens |
| Method Detail |
|---|
void characters(char[] ch,
int offset,
int length)
throws Exception
ch - offset - length -
SAXException
Exception
void startElement(String uri,
String localName,
String qName,
Properties attrib)
throws Exception
uri - localName - qName - attrib -
SAXException
Exception
void endElement(String uri,
String localName,
String qName)
throws Exception
uri - localName - qName -
SAXException
Exception
void processingInstruction(String target,
String data)
throws Exception
Exceptionvoid setLineNumber(int lineNumber)
void setColumnNumber(int columnNumber)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||