|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.jasper.compiler.Node.Nodes
public static class 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(Node n)
Appends a node to the list |
Node |
getNode(int index)
|
Node.Root |
getRoot()
|
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(Node n)
n - The node to add
public void visit(Node.Visitor v)
throws JasperException
v - The visitor used
JasperExceptionpublic int size()
public Node getNode(int index)
public Node.Root getRoot()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||