| Modifier and Type | Method and Description |
|---|---|
MathMLNode |
MathMLNode.getParent()
Returns parent node of this node.
|
| Modifier and Type | Method and Description |
|---|---|
List<MathMLNode> |
MathMLNode.getChildren()
Returns a list of child nodes of this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MathMLNode.setParent(MathMLNode parent)
Sets parent node of this node.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MathMLConverter.convert(MathMLNode node,
Locale language)
Converts a MathML node into string.
|
static String |
Node.process(MathMLNode node,
ConverterSettings settings)
Processes given node.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
MathMLConverter.convert(List<MathMLNode> nodeList,
Locale language)
Converts a list of MathML nodes into a list of corresponding list of strings.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Cn.process(MathMLNode node,
ConverterSettings settings)
Processes input node.
|
static String |
Ci.process(MathMLNode node,
ConverterSettings settings)
Processes input node.
|
static String |
Apply.process(MathMLNode node,
ConverterSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Munderover.process(MathMLNode node,
ConverterSettings settings)
Processes input node.
|
static String |
Munder.process(MathMLNode node,
ConverterSettings settings)
Processes input node.
|
static String |
Msup.process(MathMLNode node,
ConverterSettings settings)
Processes input node.
|
static String |
Msub.process(MathMLNode node,
ConverterSettings settings)
Processes input node.
|
static String |
Msqrt.process(MathMLNode node,
ConverterSettings settings)
Processes input node.
|
static String |
Mroot.process(MathMLNode node,
ConverterSettings settings)
Processes input node.
|
static String |
Mo.process(MathMLNode node,
ConverterSettings settings)
Processes input node.
|
static String |
Mn.process(MathMLNode node,
ConverterSettings settings)
Processes input node.
|
static String |
Mi.process(MathMLNode node,
ConverterSettings settings)
Processes input node.
|
static String |
Mfrac.process(MathMLNode node,
ConverterSettings settings)
Processes input node.
|
Copyright © 2013. All Rights Reserved.