org.apache.jasper.compiler
Class Node.Nodes
java.lang.Object
org.apache.jasper.compiler.Node.Nodes
- org.apache.jasper.compiler.Node
public static class Node.Nodes
extends java.lang.Object
An ordered list of Node, used to represent the body of an element, or
a jsp page of jsp document.
add
public void add(org.apache.jasper.compiler.Node n)
Appends a node to the list
n
- The node to add
getNode
public org.apache.jasper.compiler.Node getNode(int index)
isGeneratedInBuffer
public boolean isGeneratedInBuffer()
remove
public void remove(org.apache.jasper.compiler.Node n)
Removes the given node from the list.
n
- The node to be removed
setGeneratedInBuffer
public void setGeneratedInBuffer(boolean g)
visit
public void visit(Node.Visitor v)
throws JasperException
Visit the nodes in the list with the supplied visitor
v
- The visitor used
Copyright B) 2000 Apache Software Foundation. All Rights Reserved.