RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDOMNode Methods

The methods of the IDOMNode class are listed here.

 
Name 
Description 
 
Adds a new child node to this node. 
 
Returns a duplicate of this node. 
 
Returns the value of the get_attributes property. 
 
Returns the value of the get_childNodes property. 
 
Returns the value of the get_firstChild property. 
 
Returns the value of the get_lastChild property. 
 
Returns the value of the get_localName property. 
 
Returns the value of the get_namespaceURI property. 
 
Returns the value of the get_nextSibling property. 
 
Returns the value of the get_nodeName property. 
 
Returns the value of the get_nodeType property. 
 
Returns the value of the get_nodeValue property. 
 
Returns the value of the get_ownerDocument property. 
 
Returns the value of the get_parentNode property. 
 
Returns the value of the get_prefix property. 
 
Returns the value of the get_previousSibling property. 
 
Indicates whether the node has any child nodes. 
 
Inserts a new child node before a specified child of the node. 
 
Converts the subtree beneath this node to the structure it would have if it were just loaded from a document. 
 
Removes a child node from this node. 
 
Replaces one of this node's children with a specified node. 
 
Sets the value of the node. 
 
Indicates whether the node supports a specified feature. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!