net.sourceforge.pmd.jsp.ast
Class ASTDoctypeExternalId
java.lang.Object
net.sourceforge.pmd.ast.SimpleNode
net.sourceforge.pmd.jsp.ast.SimpleNode
net.sourceforge.pmd.jsp.ast.ASTDoctypeExternalId
- All Implemented Interfaces:
- Node, Node
- public class ASTDoctypeExternalId
- extends SimpleNode
Methods inherited from class net.sourceforge.pmd.ast.SimpleNode |
appendElement, asXml, containsChildOfType, discardIfNecessary, dump, dumpChildren, findChildNodesWithXPath, findChildrenOfType, findChildrenOfType, findChildrenOfType, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getScope, jjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtReplaceChild, jjtSetParent, setDataFlowNode, setDiscardable, setImage, setScope, setUnDiscardable, testingOnly__setBeginColumn, testingOnly__setBeginLine |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ASTDoctypeExternalId
public ASTDoctypeExternalId(int id)
ASTDoctypeExternalId
public ASTDoctypeExternalId(JspParser p,
int id)
isHasPublicId
public boolean isHasPublicId()
getUri
public java.lang.String getUri()
- Returns:
- Returns the name.
setUri
public void setUri(java.lang.String name)
- Parameters:
name
- The name to set.
getPublicId
public java.lang.String getPublicId()
- Returns:
- Returns the publicId (or an empty string if there is none
for this external entity id).
setPublicId
public void setPublicId(java.lang.String publicId)
- Parameters:
publicId
- The publicId to set.
toString
public java.lang.String toString(java.lang.String prefix)
- Overrides:
toString
in class SimpleNode
jjtAccept
public java.lang.Object jjtAccept(JspParserVisitor visitor,
java.lang.Object data)
- Accept the visitor. *
- Specified by:
jjtAccept
in interface Node
- Overrides:
jjtAccept
in class SimpleNode
Copyright © 2002-2006 InfoEther. All Rights Reserved.