DOMNode (Class)
DOMNode is the parent class of different components that make up a document.
Methods
Insert a node before a specific position. | |
Replace a node. | |
Delete a node. | |
Insert a node at the end of the list of sub-folders. | |
Tests whether the node has at least one sub-folder. | |
Normalizes the node: adjacent text nodes are merged and empty text nodes are deleted. | |
Tests whether the node has at least one attribute. | |
Tests whether the given reference represents the same node. | |
Tests whether the given namespace is the default. | |
Searched the URI of the namespace linked to the given prefix. | |
Compares two nodes. |
Properties
Qualified node name. The name depends on the node type. | |
Node value. The value depends on the type of node. | |
Node type. | |
Parent node or null. | |
Returns the list of child nodes in the form of a table. | |
First child node of this node or null if it has no children. | |
Last child node of this node or null if it has no children. | |
Node following this node or null. | |
The node immediately preciding this node or null. | |
Returns a table containing the list of attributes if the node is an element, otherwise null. | |
URI of the node namespace. | |
The namespace prefix of this node or empty if not specified. | |
Local part of the node's qualified name. | |
Base URI of this node. | |
Text content of the node. The value depends on the type of node. | |
The document to which this node belongs. |
Features
Available in:
- Content management
- Delivery properties
- Delivery message
- Typology rule
- Import
- JSSP
- SOAP Method
- WebApp
- Workflow