Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » jasper » compiler » [javadoc | source]
org.apache.jasper.compiler
public static class: Node.Nodes [javadoc | source]
java.lang.Object
   org.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:
 public Nodes() 
 public Nodes(Node.Root root) 
Method from org.apache.jasper.compiler.Node$Nodes Summary:
add,   getNode,   getRoot,   isGeneratedInBuffer,   remove,   setGeneratedInBuffer,   size,   visit
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jasper.compiler.Node$Nodes Detail:
 public  void add(Node n) 
    Appends a node to the list
 public Node getNode(int index) 
 public Node.Root getRoot() 
 public boolean isGeneratedInBuffer() 
 public  void remove(Node n) 
    Removes the given node from the list.
 public  void setGeneratedInBuffer(boolean g) 
 public int size() 
 public  void visit(Node.Visitor v) throws JasperException 
    Visit the nodes in the list with the supplied visitor