public class AbstractJspNode extends AbstractNode implements JspNode
Modifier and Type | Field and Description |
---|---|
protected JspParser |
parser |
beginColumn, beginLine, children, endColumn, endLine, id, parent
Constructor and Description |
---|
AbstractJspNode(int id) |
AbstractJspNode(JspParser parser,
int id) |
Modifier and Type | Method and Description |
---|---|
Object |
childrenAccept(JspParserVisitor visitor,
Object data)
Accept the visitor.
|
Object |
jjtAccept(JspParserVisitor visitor,
Object data)
Accept the visitor.
|
void |
jjtClose()
This method is called after all the child nodes have been
added.
|
void |
jjtOpen()
This method is called after the node has been made the current
node.
|
String |
toString()
Subclasses should implement this method to return a name usable with
XPathRule for evaluating Element Names.
|
appendElement, findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, hasDecendantOfAnyType, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, isSingleLine, jjtAddChild, jjtGetChild, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtSetParent, setDataFlowNode, setImage, setUserData, testingOnly__setBeginColumn, testingOnly__setBeginLine, testingOnly__setEndColumn, testingOnly__setEndLine
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtGetChild, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtSetParent, setDataFlowNode, setImage, setUserData
protected JspParser parser
public AbstractJspNode(int id)
public AbstractJspNode(JspParser parser, int id)
public void jjtOpen()
Node
jjtOpen
in interface Node
jjtOpen
in class AbstractNode
public void jjtClose()
Node
jjtClose
in interface Node
jjtClose
in class AbstractNode
public Object jjtAccept(JspParserVisitor visitor, Object data)
public Object childrenAccept(JspParserVisitor visitor, Object data)
childrenAccept
in interface JspNode
public String toString()
AbstractNode
toString
in class AbstractNode
Copyright © 2002–2017 InfoEther. All rights reserved.