Class NumericConstantHandler

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

public class NumericConstantHandler extends AbstractHandler
Handler for MathML elements which correspond to numeric constants, Double.NAN and Double.POSITIVE_INFINITY
Author:
Richard Morris
  • Constructor Details

    • NumericConstantHandler

      public NumericConstantHandler(Jep jep, Object value)
      Constructs a handler which returns a ASTConstant with a specific value.
      Parameters:
      jep -
      value -
  • 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.
      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