|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jasper.compiler.Node.Nodes
An ordered list of Node, used to represent the body of an element, or a jsp page of jsp document.
Constructor Summary | |
Node.Nodes()
|
|
Node.Nodes(Node.Root root)
|
Method Summary | |
void |
add(org.apache.jasper.compiler.Node n)
Appends a node to the list |
org.apache.jasper.compiler.Node |
getNode(int index)
|
Node.Root |
getRoot()
|
boolean |
isGeneratedInBuffer()
|
void |
remove(org.apache.jasper.compiler.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Node.Nodes()
public Node.Nodes(Node.Root root)
Method Detail |
public void add(org.apache.jasper.compiler.Node n)
n
- The node to addpublic void remove(org.apache.jasper.compiler.Node n)
n
- The node to be removedpublic void visit(Node.Visitor v) throws JasperException
v
- The visitor used
JasperException
public int size()
public org.apache.jasper.compiler.Node getNode(int index)
public Node.Root getRoot()
public boolean isGeneratedInBuffer()
public void setGeneratedInBuffer(boolean g)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |