net.sourceforge.pmd.jsp.ast
public class ASTElement extends SimpleNode
| Constructor Summary | |
|---|---|
| ASTElement(int id) | |
| ASTElement(JspParser p, int id) | |
| Method Summary | |
|---|---|
| String | getLocalName() |
| String | getName() |
| String | getNamespacePrefix() |
| boolean | isEmpty() |
| boolean | isHasNamespacePrefix() |
| Object | jjtAccept(JspParserVisitor visitor, Object data)
Accept the visitor. |
| void | setEmpty(boolean empty) |
| void | setName(String name) |
| String | toString(String prefix) |
Returns: String - The part of the name that is after the first colon (":"). If the name does not contain a colon, the full name is returned.
Returns: Returns the name.
Returns: String - the part of the name that is before the (first) colon (":")
Returns: Returns the empty.
Returns: boolean - true if the element has a namespace-prefix, false otherwise
Parameters: empty The empty to set.
Parameters: name The name to set.