Class IdentifierHandler
java.lang.Object
com.singularsys.extensions.mathml.parser.AbstractHandler
com.singularsys.extensions.mathml.parser.IdentifierHandler
- All Implemented Interfaces:
TagHandler
Converts <cn> elements into jep variable nodes with the same name.
- Author:
- Richard Morris
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandle(StackFrame frame, Locator loc) Transform the element, called when a closing tag is encountered.Methods inherited from class com.singularsys.extensions.mathml.parser.AbstractHandler
convertChildrenToNodes, convertToNode, getFt, getJep, getNf, getNumf, getOt, jepNodesAsArray, jepNodesToFlatArray, jepNodesToFlatList
-
Constructor Details
-
IdentifierHandler
- Parameters:
jep-
-
-
Method Details
-
handle
Description copied from interface:TagHandlerTransform the element, called when a closing tag is encountered.- Parameters:
frame- StackFrame representing the elementloc- location in input- Returns:
- typically a Node, other types of objects may also be returned when the tag has a special meaning for its parent node.
- Throws:
SAXParseException
-