net.sourceforge.pmd.lang.xml.ast
Interface XmlNode

All Superinterfaces:
AttributeNode, Node

public interface XmlNode
extends Node, AttributeNode

This interface represents all XML AST nodes. They are essentially thin wrappers around the underlying DOM nodes.


Field Summary
static String BEGIN_COLUMN
           
static String BEGIN_LINE
           
static String END_COLUMN
           
static String END_LINE
           
 
Method Summary
 Node getNode()
          Provide access to the underlying DOM node.
 
Methods inherited from interface net.sourceforge.pmd.lang.ast.Node
findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtClose, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetChildIndex, jjtSetParent, setDataFlowNode, setImage, setUserData
 
Methods inherited from interface net.sourceforge.pmd.lang.ast.xpath.AttributeNode
getAttributeIterator
 

Field Detail

BEGIN_LINE

static final String BEGIN_LINE
See Also:
Constant Field Values

BEGIN_COLUMN

static final String BEGIN_COLUMN
See Also:
Constant Field Values

END_LINE

static final String END_LINE
See Also:
Constant Field Values

END_COLUMN

static final String END_COLUMN
See Also:
Constant Field Values
Method Detail

getNode

Node getNode()
Provide access to the underlying DOM node.

Returns:
The DOM node.


Copyright © 2002-2015 InfoEther. All Rights Reserved.