|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.uky.rch.ept.xmlSegmentTree.parse.XMLParser
Class for parsing pseudo-XML.
| Constructor Summary | |
XMLParser()
Construct a new XML parser with a default parse handler. |
|
XMLParser(XMLParseHandler handler)
Construct a new XML parser with the specified parse handler. |
|
| Method Summary | |
void |
parse(CharSequence xmlText)
Parse a pseudo-XML document, making calls to the parse handler for each event. |
void |
setParseHandler(XMLParseHandler handler)
Set the parse handler. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XMLParser()
public XMLParser(XMLParseHandler handler)
| Method Detail |
public void setParseHandler(XMLParseHandler handler)
handler - the new parse handler.
public void parse(CharSequence xmlText)
throws XMLParseException
xmlText - the text of the XML to parse.
XMLParseException - if any methods of the handler throw
an exception.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||