|
org.netbeans.modules.xml.xdm/1 1.19.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Node
| Field Summary |
|---|
| Method Summary | |
|---|---|
void |
accept(XMLNodeVisitor visitor)
|
void |
addedToTree(XDMModel model)
A node can only be added to a tree once. |
Node |
clone(boolean cloneContent,
boolean cloneAttributes,
boolean cloneChildren)
This api clones the node object and returns the clone. |
int |
getId()
|
int |
getIndexOfChild(Node child)
Lookup child index of given child based on node ID. |
String |
getNamespaceURI(Document document)
Returns namespace of this node in the given Document tree. |
boolean |
isEquivalentNode(Node node)
|
boolean |
isInTree()
|
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
| Method Detail |
|---|
int getId()
void accept(XMLNodeVisitor visitor)
void addedToTree(XDMModel model)
boolean isInTree()
#addedToTree()boolean isEquivalentNode(Node node)
node - Node to compare
Node clone(boolean cloneContent,
boolean cloneAttributes,
boolean cloneChildren)
cloneContent - If true the content of clone can be modified.cloneAttributes - If true the attributes of the clone can be modified.cloneChildren - If true the children of the clone can be modified.
int getIndexOfChild(Node child)
String getNamespaceURI(Document document)
|
org.netbeans.modules.xml.xdm/1 1.19.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||