|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.kxml.parser.AbstractXmlParser
org.kxml.parser.XmlParser
kxml.sax.KXmlSAXParser
The KXmlSAXParser extends the XmlParser from kxml. This is a very simple parser that does not take into account the DTD
| Field Summary | |
String |
uri
|
| Fields inherited from class org.kxml.parser.XmlParser |
next |
| Fields inherited from class org.kxml.parser.AbstractXmlParser |
processNamespaces |
| Constructor Summary | |
KXmlSAXParser(Reader r)
The constructor for a parser, it receives a java.io.Reader. |
|
| Method Summary | |
void |
parseXML(KXmlSAXHandler handler)
Parser from the reader provided in the constructor, and call the startElement and endElement in a KxmlHandler |
| Methods inherited from class org.kxml.parser.XmlParser |
getColumnNumber, getLineNumber, peek, read, readName, readTo, resolveCharacterEntity, setRelaxed |
| Methods inherited from class org.kxml.parser.AbstractXmlParser |
ignoreTree, peek, read, readText, readTree, setProcessNamespaces, skip |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public String uri
| Constructor Detail |
public KXmlSAXParser(Reader r)
throws IOException
IOException - thrown by the superclass| Method Detail |
public void parseXML(KXmlSAXHandler handler)
throws Exception
Exception - thrown by the superclass
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||