|
||||||||||
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.NamedAttribute
Represents a Named Attribute (<jsp:attribute>)
Nested Class Summary |
Field Summary |
Fields inherited from class org.apache.jasper.compiler.Node |
attrs, beginJavaLine, body, endJavaLine, namedAttributeNodes, parent, startMark, text |
Constructor Summary | |
Node.NamedAttribute(org.xml.sax.Attributes attrs,
Mark start,
Node parent)
|
Method Summary | |
void |
accept(Node.Visitor v)
|
Node.ChildInfo |
getChildInfo()
|
java.lang.String |
getName()
|
java.lang.String |
getTemporaryVariableName()
|
boolean |
isTrim()
|
Methods inherited from class org.apache.jasper.compiler.Node |
getAttributes, getAttributeValue, getBeginJavaLine, getBody, getEndJavaLine, getNamedAttributeNode, getNamedAttributeNodes, getParent, getStart, getText, getTextAttribute, 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.NamedAttribute(org.xml.sax.Attributes attrs, Mark start, Node parent)
Method Detail |
public void accept(Node.Visitor v) throws JasperException
accept
in class Node
JasperException
public java.lang.String getName()
public Node.ChildInfo getChildInfo()
public boolean isTrim()
public java.lang.String getTemporaryVariableName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |