| Class | Description |
|---|---|
| ConverterSettings |
Settings for
MathMLConverter. |
| MathMLConverter |
Transformer of
MathMLNode trees into string representations. |
| Node |
General MathML node.
|
| XmlParserStAX |
This parser is responsible for reading input file or string and invoking
converter for every occurence of MathML code block
in the input. |
| Enum | Description |
|---|---|
| Operation |
Enumeration of supported mathematical operations and their possible
representation in presentation MathML (
<mo>, <mi>)
as well as in content MathML (<csymbol>, <ci>). |
| Symbol |
Various mathematical symbols that do not represent operations, but are
widely used.
|
| XmlStreamConstant |
This class is a copy of
XMLStreamConstants interface. |
| Exception | Description |
|---|---|
| UnsupportedLanguageException |
Thrown if language is not supported by this converter.
|
Copyright © 2013. All Rights Reserved.