Class NullHandler
java.lang.Object
com.singularsys.extensions.mathml.parser.NullHandler
- All Implemented Interfaces:
TagHandler
Just returns null.
- Author:
- Richard Morris
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NullHandlerhandle(StackFrame frame, Locator loc) Transform the element, called when a closing tag is encountered.
-
Constructor Details
-
NullHandler
public NullHandler()
-
-
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.
-
getInstance
-