public class MathMLTools extends Object
| Constructor and Description |
|---|
MathMLTools() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isContentMathMLNode(Node xmlNode)
For given XML
Node decide the node is Content MathML
node or not. |
public static boolean isContentMathMLNode(Node xmlNode)
Node decide the node is Content MathML
node or not.
The decision is done base on element name compared with a
list of known
Content MathML elements.
Warning, the method is not XML namespace aware, the
decision is base on element local name only!Copyright © 2016. All rights reserved.