Class Node.Nodes
java.lang.Object
org.apache.jasper.compiler.Node.Nodes
- Enclosing class:
- Node
An ordered list of Node, used to represent the body of an element, or a jsp page of jsp document.
- Author:
- Kin-man Chung, Jan Luehe, Shawn Bayern, Mark Roth
- 
Method SummaryModifier and TypeMethodDescriptionvoidAppends a node to the listgetNode(int index) getRoot()booleanvoidRemoves the given node from the list.voidsetGeneratedInBuffer(boolean g) intsize()voidVisit the nodes in the list with the supplied visitor
- 
Method Details- 
add
- 
removeRemoves the given node from the list.- Parameters:
- n- The node to be removed
 
- 
visitVisit the nodes in the list with the supplied visitor- Parameters:
- v- The visitor used
- Throws:
- JasperException- if an error occurs while visiting a node
 
- 
sizepublic int size()
- 
getNode
- 
getRoot
- 
isGeneratedInBufferpublic boolean isGeneratedInBuffer()
- 
setGeneratedInBufferpublic void setGeneratedInBuffer(boolean g) 
 
-