java.lang.Object
omix.mathxp.io.MathMLElement
public class MathMLElement extends Object
- Author:
- Dr. Peter Droste
-
Constructor Summary
Constructors Constructor Description MathMLElement()
-
Method Summary
Modifier and Type Method Description static boolean
isBinaryOperator(String name)
static boolean
isContentElement(String name)
static boolean
isContentNode(Node node)
static boolean
isNAryOperator(String name)
static boolean
isOperator(String name)
static boolean
isPresentationElement(String name)
static boolean
isPresentationNode(Node node)
static boolean
isUnaryOperator(String name)
static Node
nextElementNode(Node node)
static Node
nextNode(Node node)
static Node
skipJunkNodes(Node node)
static Node
skipTextNodes(Node node)
-
Constructor Details
-
MathMLElement
public MathMLElement()
-
-
Method Details