|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.jasper.compiler.Node | +--org.apache.jasper.compiler.Node.Root | +--org.apache.jasper.compiler.Node.JspRoot
Represents the root of a Jsp document (XML syntax)
Nested Class Summary |
Field Summary |
Fields inherited from class org.apache.jasper.compiler.Node.Root |
attrs, beginJavaLine, body, endJavaLine, localName, namedAttributeNodes, parent, qName, startMark, text, xmlnsAttrs |
Constructor Summary | |
Node.JspRoot(java.lang.String qName,
org.xml.sax.Attributes attrs,
org.xml.sax.Attributes xmlnsAttrs,
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.Root |
getAttributes, getAttributeValue, getBeginJavaLine, getBody, getEndJavaLine, getLocalName, getNamedAttributeNode, getNamedAttributeNodes, getParent, getParentRoot, getQName, getStart, getText, getTextAttribute, getXmlnsAttributes, isDummy, isXmlSyntax, setAttributes, setBeginJavaLine, setBody, setEndJavaLine |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Node.JspRoot(java.lang.String qName, org.xml.sax.Attributes attrs, org.xml.sax.Attributes xmlnsAttrs, org.apache.jasper.compiler.Mark start, org.apache.jasper.compiler.Node parent)
Method Detail |
public void accept(Node.Visitor v) throws JasperException
accept
in class Node.Root
JasperException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |