Class FnHandler
java.lang.Object
com.singularsys.extensions.mathml.parser.AbstractHandler
com.singularsys.extensions.mathml.parser.FnHandler
- All Implemented Interfaces:
TagHandler
Handles the <fn> tag.
Only a single <ci> child is supported.
- Author:
- Richard Morris
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandle(StackFrame frame, Locator loc) Expects one child which is a ASTVarNode.Methods inherited from class com.singularsys.extensions.mathml.parser.AbstractHandler
convertChildrenToNodes, convertToNode, getFt, getJep, getNf, getNumf, getOt, jepNodesAsArray, jepNodesToFlatArray, jepNodesToFlatList
-
Constructor Details
-
FnHandler
-
-
Method Details
-
handle
Expects one child which is a ASTVarNode. Removes the variable from the variable table.- 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
-