Class StackFrame
java.lang.Object
com.singularsys.extensions.mathml.parser.StackFrame
Representation of an element, contains the name, attributes and children of the element.
A stack frame is created when a closing tag is encountered
the children will be the result produced by the handler for each element.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetAttributeValue(String name) getChild(int i) getName()inttoString()