|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jeuclid.biparser.SAXBiParser
public final class SAXBiParser
this class is creates a SAXParser as singleton.
Method Summary | |
---|---|
static SAXBiParser |
getInstance()
get the instance of the SAXParser. |
BiTree |
parse(String text)
parse a text with SAXParser. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SAXBiParser getInstance()
public BiTree parse(String text) throws NonIncrementalElementException
text
- inputtext to parse
NonIncrementalElementException
- if the subtree contains an element which cannot be
incrementally updated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |