Class NullHandler
- java.lang.Object
-
- com.singularsys.extensions.mathml.parser.NullHandler
-
- All Implemented Interfaces:
TagHandler
public class NullHandler extends java.lang.Object implements TagHandler
Just returns null.- Author:
- Richard Morris
-
-
Constructor Summary
Constructors Constructor Description NullHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NullHandlergetInstance()java.lang.Objecthandle(StackFrame frame, org.xml.sax.Locator loc)Transform the element, called when a closing tag is encountered.
-
-
-
Method Detail
-
handle
public java.lang.Object handle(StackFrame frame, org.xml.sax.Locator loc) throws org.xml.sax.SAXParseException
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:
org.xml.sax.SAXParseException
-
getInstance
public static NullHandler getInstance()
-
-