public static class Node.Nodes
extends java.lang.Object
Constructor and Description |
---|
Node.Nodes() |
Node.Nodes(Node.Root root) |
Modifier and Type | Method and Description |
---|---|
void |
add(Node n)
Appends a node to the list
|
Node |
getNode(int index) |
Node.Root |
getRoot() |
boolean |
isGeneratedInBuffer() |
void |
remove(Node n)
Removes the given node from the list.
|
void |
setGeneratedInBuffer(boolean g) |
int |
size() |
void |
visit(Node.Visitor v)
Visit the nodes in the list with the supplied visitor
|
public Node.Nodes()
public Node.Nodes(Node.Root root)
public void add(Node n)
n
- The node to addpublic void remove(Node n)
n
- The node to be removedpublic void visit(Node.Visitor v) throws org.apache.jasper.JasperException
v
- The visitor usedorg.apache.jasper.JasperException
public int size()
public Node getNode(int index)
public Node.Root getRoot()
public boolean isGeneratedInBuffer()
public void setGeneratedInBuffer(boolean g)