public class MathMLConverter extends Object
MathMLNode trees into string representations.| Constructor and Description |
|---|
MathMLConverter() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
convert(List<MathMLNode> nodeList,
Locale language)
Converts a list of MathML nodes into a list of corresponding list of strings.
|
String |
convert(MathMLNode node,
Locale language)
Converts a MathML node into string.
|
public List<String> convert(List<MathMLNode> nodeList, Locale language)
null
will be inserted to the list at the index of erroneous input node.nodeList - Input list of MathML nodes.public String convert(MathMLNode node, Locale language)
null will be returned.node - Input node.language - Language of conversion.Copyright © 2013. All Rights Reserved.