net.sourceforge.pmd.lang.ast.xpath.AttributeNode
, net.sourceforge.pmd.lang.ast.Node
XmlNodeWrapper
, XmlParser.RootXmlNode
public interface XmlNode
extends net.sourceforge.pmd.lang.ast.Node, net.sourceforge.pmd.lang.ast.xpath.AttributeNode
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
BEGIN_COLUMN |
|
static java.lang.String |
BEGIN_LINE |
|
static java.lang.String |
END_COLUMN |
|
static java.lang.String |
END_LINE |
Modifier and Type | Method | Description |
---|---|---|
org.w3c.dom.Node |
getNode() |
Provide access to the underlying DOM node.
|
getAttributeIterator
findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfAnyType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, getXPathNodeName, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtClose, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetChildIndex, jjtSetParent, remove, removeChildAtIndex, setDataFlowNode, setImage, setUserData
static final java.lang.String BEGIN_LINE
static final java.lang.String BEGIN_COLUMN
static final java.lang.String END_LINE
static final java.lang.String END_COLUMN
Copyright © 2002–2018 PMD. All rights reserved.