Class UnSupportedHandler

java.lang.Object
com.singularsys.extensions.mathml.parser.UnSupportedHandler
All Implemented Interfaces:
TagHandler

public class UnSupportedHandler extends Object implements TagHandler
For unsupported tags, handle always throws a SAXParseException.
Author:
Richard Morris
  • Constructor Details

    • UnSupportedHandler

      public UnSupportedHandler()
  • Method Details

    • handle

      public Object handle(StackFrame frame, Locator loc) throws SAXParseException
      Description copied from interface: TagHandler
      Transform the element, called when a closing tag is encountered.
      Specified by:
      handle in interface TagHandler
      Parameters:
      frame - StackFrame representing the element
      loc - 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