|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jasper.compiler.Node
org.apache.jasper.compiler.Node.ScriptingElement
org.apache.jasper.compiler.Node.Declaration
Represents a declaration
Nested Class Summary |
Field Summary |
Fields inherited from class org.apache.jasper.compiler.Node.ScriptingElement |
attrs, beginJavaLine, body, endJavaLine, innerClassName, localName, namedAttributeNodes, nonTaglibXmlnsAttrs, parent, qName, startMark, taglibAttrs, text |
Constructor Summary | |
Node.Declaration(java.lang.String qName,
org.xml.sax.Attributes nonTaglibXmlnsAttrs,
org.xml.sax.Attributes taglibAttrs,
org.apache.jasper.compiler.Mark start,
org.apache.jasper.compiler.Node parent)
|
|
Node.Declaration(java.lang.String text,
org.apache.jasper.compiler.Mark start,
org.apache.jasper.compiler.Node parent)
|
Method Summary | |
void |
accept(Node.Visitor v)
|
Methods inherited from class org.apache.jasper.compiler.Node.ScriptingElement |
getAttributes, getAttributeValue, getBeginJavaLine, getBody, getEndJavaLine, getInnerClassName, getLocalName, getNamedAttributeNode, getNamedAttributeNodes, getNonTaglibXmlnsAttributes, getParent, getQName, getRoot, getStart, getTaglibAttributes, getText, getTextAttribute, isDummy, setAttributes, setBeginJavaLine, setBody, setEndJavaLine, setInnerClassName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Node.Declaration(java.lang.String text, org.apache.jasper.compiler.Mark start, org.apache.jasper.compiler.Node parent)
public Node.Declaration(java.lang.String qName, org.xml.sax.Attributes nonTaglibXmlnsAttrs, org.xml.sax.Attributes taglibAttrs, org.apache.jasper.compiler.Mark start, org.apache.jasper.compiler.Node parent)
Method Detail |
public void accept(Node.Visitor v) throws JasperException
v
- The visitor class
JasperException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |