| Name | Type | Description |
|---|---|---|
| AddAttribute | Procedure | Encapsulates creation and addition of attributes to a node |
| AddAttributeNode | Function | |
| AddAttributeNS | Procedure | Creates an attribute node (that is namespace aware) and adds it to the element node |
| AddCDataSection | Procedure | Encapsulates creation and addition of cDataSection nodes to a node |
| AddChildComment | Procedure | Encapsulates creation and addition of comments to a node |
| AddChildNode | Function | Adds a child node of specified type |
| AddChildProcessingInstruction | Procedure | Encapsulates creation and addition of processing instructions to a node |
| AddChildTextNode | Procedure | Encapsulates creation and addition of text nodes to a node |
| AddElement | Function | Creates a new node and appends it to the list |
| AddElement | Procedure | Creates a new node and append it to the list |
| AddElementNS | Procedure | Creates a new Element node (that is namespace aware) and appends it to the list |
| AddElementNS | Function | Creates a new Element node (that is namespace aware), appends it to the list, and returns its object handle |
| AllChildNodesText | Function | Returns a string that is the textual representation of the node and all of its descendants, excluding XML tags |
| AppendNode | Function | Appends a node to the end of list |
| AttributeNodes | Function | Creates a collection of all attributes |
| AttributeValueNode | Function | Returns the object handle of an atttribute node whose Name matches the passed value |
| AttributeValueNodeNS | Function | Returns the object handle of an atttribute node whose NamespaceURI and BaseName matches the passed values |
| BaseNameFromQName | Function | Returns the BaseName from a Qualified Name string |
| ChangeNodeClass | Function | Changes the class of an XML node |
| ChildElementNS | Function | Returns the object handle of the first child element node whose NamespaceURI and BaseName matches the passed values |
| ChildElementValueNS | Function | Finds the first child element node that matches the passed NamespaceURI and BaseName and returns its text value |
| ChildNodes | Function | Creates a collection of all nodes |
| ChildNodeValue | Function | Gets the "value" of an element |
| CloneNode | Function | Creates a clone of the passed node |
| CreateAttributeNode | Function | Creates an attribute in a document |
| CreateAttributeNodeNS | Function | Creates an namespace aware attribute and returns its object handle |
| CreateCDATASectionNode | Function | Creates a cDataSection text node |
| CreateChildComment | Function | Creates a child comment |
| CreateChildNode | Function | Creates a node in the document and assign its interface to the new DataFlex object |
| CreateChildProcessingInstruction | Function | Creates a child processing instruction |
| CreateChildTextNode | Function | Creates a child text node |
| CreateDocumentFragmentNode | Function | Creates an XML Document Fragment node |
| CreateElementNode | Function | Creates an XML Element node |
| CreateElementNodeNS | Function | Creates an XML Element node that is namespace aware |
| ElementNodes | Function | Returns a collection of just the elements |
| EnumerateAttributes | Procedure | Provides a way to enumerate through all child attributes |
| EnumerateElements | Procedure | Provides a way to enumerate through all child elements |
| EnumerateNodes | Procedure | Provides a way to enumerate through all child nodes |
| FindNode | Function | Searches an XML Document using an XPath query string returning the first matching node |
| FindNodeList | Function | Searches an XML Document using an XPath query string returning a list of matching nodes |
| FirstChild | Function | Finds the first child of a node and returns a handle to it |
| InsertBeforeNode | Function | Inserts a new node before the current node |
| IsElementNS | Function | Returns true if xml node is an element that matches the passed NamespaceURI and basename |
| LastChild | Function | Finds the last child of a node and returns a handle to it |
| NextElementNS | Function | Returns the object handle of the next sibling element node whose NamespaceURI and BaseName matches the passed values |
| NextNode | Function | Returns the object's next sibling node and destroys the current node |
| NextSibling | Function | Returns a handle to the next sibling of this node in the parent's child list |
| ParentNode | Function | Returns an object that is the parent of the current node |
| PrefixNameFromQName | Function | Returns the PrefixName from a Qualified Name string |
| PrefixToNamespaceURI | Function | Finds the NamespaceURi string for a prefix |
| PreviousSibling | Function | Returns a handle to the previous sibling of this node in the parent's child list |
| RemoveNamedNode | Function | Removes the named node |
| RemoveNode | Function | Removes a node |
| ReplaceNode | Function | Replaces a node |
| SetChildElementValueNS | Procedure | Creates or replaces a child element which matches the passed NamespaceURI and BaseName and sets the element's text value |
| SetChildNodeValue | Procedure | Allows a parent to change the text of one of its elements |
| XSLTransformation | Function | Processes the node of the object receiving the message and all its children using the XSL stylesheet document passed, and returns the resulting transformation as a string |
| XSLTransformationToAddress | Function | Processes the node of the object receiving the message and all its children using the XSL stylesheet document passed, and returns the resulting transformation as a pointer |
Inherited Methods from cObject | ||
| ChildByIndex | Function | Can be used to iterate the direct children of an object |
| ClassSuperClass | Function | Returns the superclass of the passed class |
| Create | Function | Creates an object based on the passed Class Id |
| CreateNamed | Function | Creates an object based on the passed Class Id and assigns it a name Name based on a passed name |
| Destroy | Procedure | Destroys the object that receives the message and any child objects of that object |
| Exit_Application | Procedure | Starts the process of closing an application |
| IsClassOfClass | Function | Determines whether the target class is part of the searched class's hierarchy |
| IsObjectOfClass | Function | Determines whether the passed class is part of the object's class hierarchy |
| ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on |
| Request_Destroy_Object | Procedure | Use the Destroy method instead [Obsolete] |