|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfr.ove.openmath.jome.ctrl.mml.MathMLParserHandler
A handler for the MathML objects parser.
| Constructor Summary | |
MathMLParserHandler()
The constructor. |
|
| Method Summary | |
void |
endApplication()
Receives notification of the end of an application element. |
void |
endBVars()
Receives notification of the end of a bvar element. |
void |
endElement(Tag tag)
Receives notification of the end of an element. |
void |
endLambda()
Receives notification of the end of a lambda element. |
void |
endObject()
Receives notification of the end of an object element. |
void |
readValue(java.lang.String value)
Receives notification of the read of an element value. |
void |
setEventSource(LinearParserEventSource eventSource)
Sets the event source. |
void |
startApplication()
Receives notification of the beginning of a application element. |
void |
startBVars()
Receives notification of the beginning of a bvar element. |
void |
startElement(Tag tag)
Receives notification of the beginning of an element. |
void |
startLambda()
Receives notification of the beginning of a lambda element. |
void |
startObject()
Receives notification of the beginning of a object element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MathMLParserHandler()
| Method Detail |
public void setEventSource(LinearParserEventSource eventSource)
eventSource - the event sourcepublic void startObject()
public void endObject()
public void startApplication()
public void endApplication()
public void startLambda()
public void startBVars()
public void endBVars()
public void endLambda()
public void startElement(Tag tag)
public void endElement(Tag tag)
public void readValue(java.lang.String value)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||