|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfr.ove.openmath.jome.ctrl.mml.BasicXMLParser
A parser for MathML objects.
| Constructor Summary | |
BasicXMLParser()
|
|
| Method Summary | |
void |
parse(java.io.InputStream source)
Parse the object coming through the source stream. |
abstract void |
readTag(Tag tag)
Called by the parser when an tag has been parsed. |
abstract void |
readValue(java.lang.String value)
Called by the parser when the value of an element has been parsed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BasicXMLParser()
| Method Detail |
public void parse(java.io.InputStream source)
throws java.io.IOException
source - the source stream.
java.io.IOExceptionpublic abstract void readTag(Tag tag)
tag - the parsed tag.public abstract void readValue(java.lang.String value)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||