Class SpecialNodeHandler
java.lang.Object
com.singularsys.extensions.mathml.parser.SpecialNodeHandler
- All Implemented Interfaces:
TagHandler
Handles special elements like <logbase>, <degree> and <sep/>.
Returns a
SpecialNode with the element name and its children.- Author:
- Richard Morris
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SpecialNodeHandler
public SpecialNodeHandler()
-
-
Method Details
-
handle
Description copied from interface:TagHandlerTransform the element, called when a closing tag is encountered.- Specified by:
handlein interfaceTagHandler- 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
-
put
-
remove
-