|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public void characters(char[] ch,
int offset,
int length)
throws Exception
ch - offset - length -
SAXException
Exception
public void startElement(String uri,
String localName,
String qName,
Properties attrib)
throws Exception
uri - localName - qName - attrib -
SAXException
Exception
public void endElement(String uri,
String localName,
String qName)
throws Exception
uri - localName - qName -
SAXException
Exception
public void processingInstruction(String target,
String data)
throws Exception
Exceptionpublic void setLineNumber(int lineNumber)
public void setColumnNumber(int columnNumber)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||