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