| 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.ScriptingElementorg.apache.jasper.compiler.Node.Declarationpublic static class Node.Declarationextends Node.ScriptingElementNested 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.ScriptingElement | |
getStart, getText | |
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 Declaration(String qName,
Attributes nonTaglibXmlnsAttrs,
Attributes taglibAttrs,
org.apache.jasper.compiler.Mark start,
org.apache.jasper.compiler.Node parent)public Declaration(String text,
org.apache.jasper.compiler.Mark start,
org.apache.jasper.compiler.Node parent)