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
This class together with its subclasses are used to build our syntax tree.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidprint(PrintStream ps) Prints debugging information about the syntax tree to the stream.
-
Constructor Details
-
Node
public Node()
-
-
Method Details
-
print
Prints debugging information about the syntax tree to the stream.
-