|
Hilbert II - Version 0.02.01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.xml.parser.AbstractSimpleHandler
org.qedeq.kernel.xml.handler.module.LatexHandler
Parse header informations.
| Constructor Summary | |
LatexHandler(AbstractSimpleHandler handler,
String startTag)
Handles LaTeX tags. |
|
| Method Summary | |
void |
characters(String name,
String data)
Called at end of element elementName. |
void |
endElement(String name)
Called at end of element elementName. |
Latex |
getLatex()
Get parsed result. |
void |
init()
Must be called before a handler should parse a new section. |
void |
startElement(String name,
SimpleAttributes attributes)
Called at begin of element elementName. |
| Methods inherited from class org.qedeq.kernel.xml.parser.AbstractSimpleHandler |
changeHandler, getLevel, getStartTag |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LatexHandler(AbstractSimpleHandler handler,
String startTag)
handler - Handler that uses this handler.startTag - This is the starting tag.| Method Detail |
public final void init()
AbstractSimpleHandler
init in class AbstractSimpleHandlerpublic final Latex getLatex()
public final void startElement(String name,
SimpleAttributes attributes)
throws SyntaxException
AbstractSimpleHandlerelementName. Must be overwritten.
startElement in class AbstractSimpleHandlername - Tag name.attributes - Tag attributes.
SyntaxException - There is a semantic error in this event occurrence.
public void endElement(String name)
throws SyntaxException
AbstractSimpleHandlerelementName. Must be overwritten.
endElement in class AbstractSimpleHandlername - Tag name.
SyntaxException - There is a semantic error in this event occurrence.
public void characters(String name,
String data)
throws SyntaxException
AbstractSimpleHandlerelementName. Must be overwritten if you expect
character data.
characters in class AbstractSimpleHandlername - Tag name.data - String value.
SyntaxException - There is a semantic error in this event occurrence.
|
Hilbert II - Version 0.02.01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |