public interface XmlNode extends Node, AttributeNode
Modifier and Type | Field and Description |
---|---|
static String |
BEGIN_COLUMN |
static String |
BEGIN_LINE |
static String |
END_COLUMN |
static String |
END_LINE |
Modifier and Type | Method and Description |
---|---|
Node |
getNode()
Provide access to the underlying DOM 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
getAttributeIterator
static final String BEGIN_LINE
static final String BEGIN_COLUMN
static final String END_LINE
static final String END_COLUMN
Node getNode()
Copyright © 2002–2015 InfoEther. All rights reserved.