net.sourceforge.pmd.jsp.ast
public class ASTDoctypeExternalId extends SimpleNode
| Constructor Summary | |
|---|---|
| ASTDoctypeExternalId(int id) | |
| ASTDoctypeExternalId(JspParser p, int id) | |
| Method Summary | |
|---|---|
| String | getPublicId() |
| String | getUri() |
| boolean | isHasPublicId() |
| Object | jjtAccept(JspParserVisitor visitor, Object data)
Accept the visitor. |
| void | setPublicId(String publicId) |
| void | setUri(String name) |
| String | toString(String prefix) |
Returns: Returns the publicId (or an empty string if there is none for this external entity id).
Returns: Returns the name.
Parameters: publicId The publicId to set.
Parameters: name The name to set.