org.apache.jasper.compiler
public static class Node.Nodes extends Object
Constructor Summary | |
---|---|
Nodes() | |
Nodes(Node.Root root) |
Method Summary | |
---|---|
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
|
Parameters: n The node to add
Parameters: n The node to be removed
Parameters: v The visitor used