Skip to content

Methods for cXMLDOMElement

View method list in alphabetical order.

Name Type Description Defining Class
AddAttribute Procedure Encapsulates creation and addition of attributes to a node cXMLDOMElement
AddAttributeNode Function cXMLDOMElement
AddAttributeNS Procedure Creates an attribute node (that is namespace aware) and adds it to the element node cXMLDOMElement
AddCDataSection Procedure Encapsulates creation and addition of cDataSection nodes to a node cXMLDOMElement
AddChildComment Procedure Encapsulates creation and addition of comments to a node cXMLDOMElement
AddChildNode Function Adds a child node of specified type cXMLDOMElement
AddChildProcessingInstruction Procedure Encapsulates creation and addition of processing instructions to a node cXMLDOMElement
AddChildTextNode Procedure Encapsulates creation and addition of text nodes to a node cXMLDOMElement
AddElement Function Creates a new node and appends it to the list cXMLDOMElement
AddElement Procedure cXMLDOMElement
AddElementNS Function Creates a new Element node (that is namespace aware), appends it to the list, and returns its object handle cXMLDOMElement
AddElementNS Procedure cXMLDOMElement
AllChildNodesText Function Returns a string that is the textual representation of the node and all of its descendants, excluding XML tags cXMLDOMElement
AppendNode Function Appends a node to the end of list cXMLDOMElement
AttributeNodes Function Creates a collection of all attributes cXMLDOMElement
AttributeValueNode Function Returns the object handle of an atttribute node whose Name matches the passed value cXMLDOMElement
AttributeValueNodeNS Function Returns the object handle of an atttribute node whose NamespaceURI and BaseName matches the passed values cXMLDOMElement
AttributeValueNS Function Returns the value of an atttribute node whose NamespaceURI and BaseName matches the passed values cXMLDOMElement
BaseNameFromQName Function Returns the BaseName from a Qualified Name string cXMLDOMElement
ChangeNodeClass Function Changes the class of an XML node cXMLDOMElement
ChildElementNS Function Returns the object handle of the first child element node whose NamespaceURI and BaseName matches the passed values cXMLDOMElement
ChildElementValueNS Function Finds the first child element node that matches the passed NamespaceURI and BaseName and returns its text value cXMLDOMElement
ChildNodes Function Creates a collection of all nodes cXMLDOMElement
ChildNodeValue Function Gets the "value" of an element cXMLDOMElement
CloneNode Function Creates a clone of the passed node cXMLDOMElement
CreateAttributeNode Function Creates an attribute in a document cXMLDOMElement
CreateAttributeNodeNS Function Creates an namespace aware attribute and returns its object handle cXMLDOMElement
CreateCDATASectionNode Function Creates a cDataSection text node cXMLDOMElement
CreateChildComment Function Creates a child comment cXMLDOMElement
CreateChildNode Function Creates a node in the document and assign its interface to the new DataFlex object cXMLDOMElement
CreateChildProcessingInstruction Function Creates a child processing instruction cXMLDOMElement
CreateChildTextNode Function Creates a child text node cXMLDOMElement
CreateDocumentFragmentNode Function Creates an XML Document Fragment node cXMLDOMElement
CreateElementNode Function Creates an XML Element node cXMLDOMElement
CreateElementNodeNS Function Creates an XML Element node that is namespace aware cXMLDOMElement
ElementNodes Function Returns a collection of just the elements cXMLDOMElement
EnumerateAttributes Procedure Provides a way to enumerate through all child attributes cXMLDOMElement
EnumerateElements Procedure Provides a way to enumerate through all child elements cXMLDOMElement
EnumerateNodes Procedure Provides a way to enumerate through all child nodes cXMLDOMElement
FindNode Function Searches an XML Document using an XPath query string returning the first matching node cXMLDOMElement
FindNodeList Function Searches an XML Document using an XPath query string returning a list of matching nodes cXMLDOMElement
FirstChild Function Finds the first child of a node and returns a handle to it cXMLDOMElement
InsertBeforeNode Function Inserts a new node before the current node cXMLDOMElement
IsElementNS Function Returns true if xml node is an element that matches the passed NamespaceURI and basename cXMLDOMElement
LastChild Function Finds the last child of a node and returns a handle to it cXMLDOMElement
NextElementNS Function Returns the object handle of the next sibling element node whose NamespaceURI and BaseName matches the passed values cXMLDOMElement
NextNode Function Returns the object's next sibling node and destroys the current node cXMLDOMElement
NextSibling Function Returns a handle to the next sibling of this node in the parent's child list cXMLDOMElement
ParentNode Function Returns an object that is the parent of the current node cXMLDOMElement
PrefixNameFromQName Function Returns the PrefixName from a Qualified Name string cXMLDOMElement
PrefixToNamespaceURI Function Finds the NamespaceURi string for a prefix cXMLDOMElement
PreviousSibling Function Returns a handle to the previous sibling of this node in the parent's child list cXMLDOMElement
RemoveAttribute Procedure Removes an attribute from an element node cXMLDOMElement
RemoveAttributeNS Procedure Removes an attribute from an element node based on NamespaceURI and BaseName cXMLDOMElement
RemoveNamedNode Function Removes the named node cXMLDOMElement
RemoveNode Function Removes a node cXMLDOMElement
ReplaceNode Function Replaces a node cXMLDOMElement
SetAttributeValue Procedure Creates/Replaces and sets an attribute value cXMLDOMElement
SetChildElementValueNS Procedure Creates or replaces a child element which matches the passed NamespaceURI and BaseName and sets the element's text value cXMLDOMElement
SetChildNodeValue Procedure Allows a parent to change the text of one of its elements cXMLDOMElement
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 cXMLDOMElement
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 cXMLDOMElement

Inherited Methods from cObject

Name Type Description Defining Class
ChildByIndex Function Can be used to iterate the direct children of an object cObject
ClassSuperClass Function Returns the superclass of the passed class cObject
Create Function Creates an object based on the passed Class Id cObject
CreateNamed Function Creates an object based on the passed Class Id and assigns it a name Name based on a passed name cObject
Destroy Procedure Destroys the object that receives the message and any child objects of that object cObject
Exit_Application Procedure Starts the process of closing an application cObject
IsClassOfClass Function Determines whether the target class is part of the searched class's hierarchy cObject
IsObjectOfClass Function Determines whether the passed class is part of the object's class hierarchy cObject
ObjectClass Function Returns the integer class ID assigned to the class this object is based on cObject
Request_Destroy_Object Procedure Use the Destroy method instead cObject