xml.DomNode methods
Methods for the xml.DomNode
class.
Name | Description |
---|---|
|
Returns the number of child DomNode objects for a DomNode object. |
|
Returns the child DomNode object at a given position for a DomNode object. |
|
Returns the first child DomNode object for this XML Element DomNode object. |
|
Returns the first XML Element child DomNode object for this DomNode object. |
|
Returns the last child DomNode object for a XML Element DomNode object. |
|
Returns the last child XML element DomNode object for this DomNode object. |
|
Returns the DomNode object immediately following a DomNode object. |
|
Returns the XML Element DomNode object immediately following a DomNode object. |
|
Returns the parent DomNode object for this DomNode object. |
|
Returns the DomDocument object containing this DomNode object. |
|
Returns the DomNode object immediately preceding a DomNode object. |
|
Returns the XML Element DomNode object immediately preceding a DomNode object. |
|
Returns TRUE if a node has child nodes. |
Name | Description |
---|---|
|
Returns a duplicate DomNode object of a node. |
|
Adds a child DomNode object to the end of the child list for a DomNode object |
|
Creates and adds a child XML Element node to the end of the list of child nodes for an XML Element DomNode object. |
|
Creates and adds a child namespace qualified XML Element node to the end of the list of child nodes for an XML Element DomNode object. |
|
Adds a DomNode object as the next sibling of a DomNode object. |
|
Adds a DomNode object as the previous sibling of a DomNode object. |
|
Inserts a DomNode object before an existing child DomNode object. |
|
Inserts a DomNode object after an existing child DomNode object. |
|
Adds a child DomNode object to the beginning of the child list for a DomNode object. |
|
Creates and adds a child XML Element node to the beginning of the list of child nodes for this XML Element DomNode object. |
|
Creates and adds a child namespace-qualified XML Element node to the beginning of the list of child nodes for an XML Element DomNode object. |
|
Removes all child DomNode objects from a DomNode object. |
|
Removes a child DomNode object from the list of child DomNode objects. |
|
Replaces an existing child DomNode with another child DomNode object. |
Name | Description |
---|---|
|
Gets the local name for a DomNode object. |
|
Returns the namespace URI for a DomNode object. |
|
Gets the name for a DomNode object. |
|
Gets the XML type for this DomNode object. |
|
Returns the value for a DomNode object. |
|
Returns the prefix for a DomNode object. |
|
Returns whether the node is attached to the XML document. |
Name | Description |
---|---|
|
Sets the node value for a DomNode object. |
|
Sets the prefix for a DomNode object. |
|
Returns a string representation of a DomNode object. |
Name | Description |
---|---|
|
Checks whether an XML Element DomNode object has the XML Attribute specified by a specified name. |
|
Checks whether a namespace qualified XML Attribute of a given name is carried by an XML Element DomNode object. |
|
Returns the number of XML Attribute DomNode objects on this XML Element DomNode object. |
|
Returns an XML Attribute DomNode object for an XML Element DomNode object |
|
Returns the XML Attribute DomNode object at a given position on this XML Element DomNode object. |
|
Returns a namespace-qualified XML Attribute DomNode object for an XML Element DomNode object |
|
Returns the value of a XML Attribute for an XML Element DomNode object |
|
Returns the value of a namespace qualified XML Attribute for an XML Element DomNode object |
|
Identifies whether a node has XML Attribute nodes. |
|
Sets (or resets) an XML Attribute for an XML Element DomNode object. |
|
Sets (or resets) an XML Attribute DomNode object to an XML Element DomNode object. |
|
Sets (or resets) a namespace-qualified XML Attribute DomNode object to an XML Element DomNode object. |
|
Sets (or resets) a namespace-qualified XML Attribute for an XML Element DomNode object. |
|
Set the XML Attribute of given name to be of type ID. Declare (or undeclare) the ID as user-determined. |
|
Set the namespace-qualified XML Attribute of given name and namespace to be of type ID. Declare (or undeclare) the ID as user-determined. |
|
Removes an XML Attribute for an XML Element DomNode object. |
|
Removes a namespace qualified XML Attribute for an XML Element DomNode object |
Name | Description |
---|---|
|
Returns a DomNodeList object containing all XML Element DomNode objects with the same tag name. |
|
Returns a DomNodeList object containing all namespace-qualified XML Element DomNode objects with the same tag name and namespace. |
|
Checks whether the specified namespace URI is the default namespace. |
|
Looks up the namespace URI associated to a prefix, starting from a specified node. |
|
Looks up the prefix associated to a namespace URI, starting from the specified node. |
|
Returns a DomNodeList object containing all DomNode objects matching an XPath 1.0 expression. |