| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.jasper.compiler.Nodeorg.apache.jasper.compiler.Node.DoBodyActionpublic static class Node.DoBodyActionextends org.apache.jasper.compiler.NodeNested Class Summary |
Field Summary |
Fields inherited from class org.apache.jasper.compiler.Node | |
attrs, beginJavaLine, body, endJavaLine, innerClassName, localName, namedAttributeNodes, nonTaglibXmlnsAttrs, parent, qName, startMark, taglibAttrs, text | |
Constructor Summary | |
| |
| |
Method Summary | |
void |
|
Methods inherited from class org.apache.jasper.compiler.Node | |
getAttributeValue, getAttributes, getBeginJavaLine, getBody, getEndJavaLine, getInnerClassName, getLocalName, getNamedAttributeNode, getNamedAttributeNodes, getNonTaglibXmlnsAttributes, getParent, getQName, getRoot, getStart, getTaglibAttributes, getText, getTextAttribute, isDummy, setAttributes, setBeginJavaLine, setBody, setEndJavaLine, setInnerClassName | |
public DoBodyAction(Attributes attrs,
org.apache.jasper.compiler.Mark start,
org.apache.jasper.compiler.Node parent)public DoBodyAction(String qName,
Attributes attrs,
Attributes nonTaglibXmlnsAttrs,
Attributes taglibAttrs,
org.apache.jasper.compiler.Mark start,
org.apache.jasper.compiler.Node parent)public void accept(Node.Visitor v) throws JasperException
Selects and invokes a method in the visitor class based on the node type. This is abstract and should be overrode by the extending classes.
- Parameters:
v- The visitor class