public static class SimpleXPathParser.ContainerNode extends SimpleXPathParser.Node
| Modifier and Type | Field and Description |
|---|---|
protected SimpleXPathParser.Node[] |
nodes |
| Constructor and Description |
|---|
ContainerNode(SimpleXPathParser.Node... nodes) |
| Modifier and Type | Method and Description |
|---|---|
void |
print(PrintStream ps)
Prints debugging information about the syntax tree to the stream.
|
protected SimpleXPathParser.Node[] nodes
public ContainerNode(SimpleXPathParser.Node... nodes)
public void print(PrintStream ps)
SimpleXPathParser.Nodeprint in class SimpleXPathParser.NodeCopyright © 2022. All Rights Reserved.