Class SpecialNode

java.lang.Object
com.singularsys.extensions.mathml.parser.SpecialNode

public class SpecialNode extends Object
Represents the results returned by the SpecialNodeHandler.
Author:
Richard Morris
  • Constructor Details

    • SpecialNode

      public SpecialNode(String name, List<Object> children)
      Parameters:
      name -
      children -
  • Method Details

    • getName

      public String getName()
    • getChildren

      public List<Object> getChildren()