| Package | Description |
|---|---|
| cz.muni.fi.mir.mathmlcanonicalization | |
| cz.muni.fi.mir.mathmlcanonicalization.modules |
| Modifier and Type | Method and Description |
|---|---|
MathMLCanonicalizer |
MathMLCanonicalizer.addModule(Module module)
Adds the module to the process of canonicalization
StreamModules are called before DOM modules and then in order of
addition.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DOMModule
Modules processing the input using Document Object Model
|
interface |
StreamModule
Modules processing the input as a stream (no DOM)
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElementMinimizer
Remove useless elements and attributes from MathML.
|
class |
FunctionNormalizer
Normalize the way to express an function applied to arguments in MathML.
|
class |
MfencedReplacer
Replace mfenced elements in MathML for equivalent.
|
class |
MrowNormalizer
Normalize the number of mrow elements in MathML.
|
class |
OperatorNormalizer
Normalize the way to express an function applied to arguments in MathML.
|
class |
ScriptNormalizer
Handle sub/super/under/over/multi script elements in MathML.
|
Copyright © 2015. All Rights Reserved.