Class SimpleXPathParser.Node

java.lang.Object
com.predic8.membrane.core.interceptor.xmlcontentfilter.SimpleXPathParser.Node
Direct Known Subclasses:
SimpleXPathParser.CommentNode, SimpleXPathParser.ContainerNode, SimpleXPathParser.RoundBracketNode, SimpleXPathParser.SquareBracketNode, SimpleXPathParser.StringNode, SimpleXPathParser.UnparsedStringNode
Enclosing class:
SimpleXPathParser

public abstract static class SimpleXPathParser.Node extends Object
This class together with its subclasses are used to build our syntax tree.
  • Constructor Details

    • Node

      public Node()
  • Method Details

    • print

      public abstract void print(PrintStream ps)
      Prints debugging information about the syntax tree to the stream.