| AddAttribute |
Procedure |
Encapsulates creation and addition of attributes to a node |
cXMLDOMDocument |
| AddAttributeNode |
Function |
|
cXMLDOMDocument |
| AddAttributeNS |
Procedure |
Creates an attribute node (that is namespace aware) and adds it to the element node |
cXMLDOMDocument |
| AddCDataSection |
Procedure |
Encapsulates creation and addition of cDataSection nodes to a node |
cXMLDOMDocument |
| AddChildComment |
Procedure |
Encapsulates creation and addition of comments to a node |
cXMLDOMDocument |
| AddChildNode |
Function |
Adds a child node of specified type |
cXMLDOMDocument |
| AddChildProcessingInstruction |
Procedure |
Encapsulates creation and addition of processing instructions to a node |
cXMLDOMDocument |
| AddChildTextNode |
Procedure |
Encapsulates creation and addition of text nodes to a node |
cXMLDOMDocument |
| AddElement |
Function |
Creates a new node and appends it to the list |
cXMLDOMDocument |
| AddElement |
Procedure |
|
cXMLDOMDocument |
| AddElementNS |
Function |
Creates a new Element node (that is namespace aware), appends it to the list, and returns its object handle |
cXMLDOMDocument |
| AddElementNS |
Procedure |
|
cXMLDOMDocument |
| AddExternalSchemaDocument |
Function |
Adds a schema document object to the schema cache |
cXMLDOMDocument |
| AddExternalSchemaFile |
Function |
Adds a schema file to the schema cache |
cXMLDOMDocument |
| AllChildNodesText |
Function |
Returns a string that is the textual representation of the node and all of its descendants, excluding XML tags |
cXMLDOMDocument |
| AppendNode |
Function |
Appends a node to the end of list |
cXMLDOMDocument |
| AttributeNodes |
Function |
Creates a collection of all attributes |
cXMLDOMDocument |
| AttributeValueNode |
Function |
Returns the object handle of an atttribute node whose Name matches the passed value |
cXMLDOMDocument |
| AttributeValueNodeNS |
Function |
Returns the object handle of an atttribute node whose NamespaceURI and BaseName matches the passed values |
cXMLDOMDocument |
| BaseNameFromQName |
Function |
Returns the BaseName from a Qualified Name string |
cXMLDOMDocument |
| BasicParseErrorReport |
Procedure |
Returns detailed information about the last parse error |
cXMLDOMDocument |
| ChangeNodeClass |
Function |
Changes the class of an XML node |
cXMLDOMDocument |
| ChildElementNS |
Function |
Returns the object handle of the first child element node whose NamespaceURI and BaseName matches the passed values |
cXMLDOMDocument |
| ChildElementValueNS |
Function |
Finds the first child element node that matches the passed NamespaceURI and BaseName and returns its text value |
cXMLDOMDocument |
| ChildNodes |
Function |
Creates a collection of all nodes |
cXMLDOMDocument |
| ChildNodeValue |
Function |
Gets the "value" of an element |
cXMLDOMDocument |
| CloneNode |
Function |
Creates a clone of the passed node |
cXMLDOMDocument |
| CreateAttributeNode |
Function |
Creates an attribute in a document |
cXMLDOMDocument |
| CreateAttributeNodeNS |
Function |
Creates an namespace aware attribute and returns its object handle |
cXMLDOMDocument |
| CreateCDATASectionNode |
Function |
Creates a cDataSection text node |
cXMLDOMDocument |
| CreateChildComment |
Function |
Creates a child comment |
cXMLDOMDocument |
| CreateChildNode |
Function |
Creates a node in the document and assign its interface to the new DataFlex object |
cXMLDOMDocument |
| CreateChildProcessingInstruction |
Function |
Creates a child processing instruction |
cXMLDOMDocument |
| CreateChildTextNode |
Function |
Creates a child text node |
cXMLDOMDocument |
| CreateDocumentElement |
Function |
Sets up the first element in a document |
cXMLDOMDocument |
| CreateDocumentElementNS |
Function |
Sets up the first/root element in a document (that is namespace aware) |
cXMLDOMDocument |
| CreateDocumentFragmentNode |
Function |
Creates an XML Document Fragment node |
cXMLDOMDocument |
| CreateElementNode |
Function |
Creates an XML Element node |
cXMLDOMDocument |
| CreateElementNodeNS |
Function |
Creates an XML Element node that is namespace aware |
cXMLDOMDocument |
| DocTypeNode |
Function |
Returns a DocumentType object if a DTD exists for this document |
cXMLDOMDocument |
| DocumentElement |
Function |
Returns a handle to the root element of the document |
cXMLDOMDocument |
| DocumentObject |
Function |
Returns handle of an XML node's parent document object |
cXMLDOMDocument |
| ElementNodes |
Function |
Returns a collection of just the elements |
cXMLDOMDocument |
| EnumerateAttributes |
Procedure |
Provides a way to enumerate through all child attributes |
cXMLDOMDocument |
| EnumerateElements |
Procedure |
Provides a way to enumerate through all child elements |
cXMLDOMDocument |
| EnumerateNodes |
Procedure |
Provides a way to enumerate through all child nodes |
cXMLDOMDocument |
| ErrorCreatingXMLObject |
Procedure |
Called when cXMLDomDocument cannot be created |
cXMLDOMDocument |
| FindNode |
Function |
Searches an XML Document using an XPath query string returning the first matching node |
cXMLDOMDocument |
| FindNodeList |
Function |
Searches an XML Document using an XPath query string returning a list of matching nodes |
cXMLDOMDocument |
| FirstChild |
Function |
Finds the first child of a node and returns a handle to it |
cXMLDOMDocument |
| InsertBeforeNode |
Function |
Inserts a new node before the current node |
cXMLDOMDocument |
| IsElementNS |
Function |
Returns true if xml node is an element that matches the passed NamespaceURI and basename |
cXMLDOMDocument |
| LastChild |
Function |
Finds the last child of a node and returns a handle to it |
cXMLDOMDocument |
| LastParseError |
Function |
Returns the last parsing error encountered by a document load and parse |
cXMLDOMDocument |
| LoadXML |
Function |
Loads an XML document from a string |
cXMLDOMDocument |
| LoadXMLDocument |
Function |
Loads an XML Document |
cXMLDOMDocument |
| LoadXMLFromAddress |
Function |
Loads an XML document from data pointed to by address |
cXMLDOMDocument |
| NextElementNS |
Function |
Returns the object handle of the next sibling element node whose NamespaceURI and BaseName matches the passed values |
cXMLDOMDocument |
| NextNode |
Function |
Returns the object's next sibling node and destroys the current node |
cXMLDOMDocument |
| NextSibling |
Function |
Returns a handle to the next sibling of this node in the parent's child list |
cXMLDOMDocument |
| NodeClassId |
Function |
Returns the classId for the passed iType |
cXMLDOMDocument |
| ParentNode |
Function |
Returns an object that is the parent of the current node |
cXMLDOMDocument |
| phXMLErrorObject |
Function |
Handle to the last parse error reported |
cXMLDOMDocument |
| PrefixNameFromQName |
Function |
Returns the PrefixName from a Qualified Name string |
cXMLDOMDocument |
| PrefixToNamespaceURI |
Function |
Finds the NamespaceURi string for a prefix |
cXMLDOMDocument |
| PreviousSibling |
Function |
Returns a handle to the previous sibling of this node in the parent's child list |
cXMLDOMDocument |
| RemoveNamedNode |
Function |
Removes the named node |
cXMLDOMDocument |
| RemoveNode |
Function |
Removes a node |
cXMLDOMDocument |
| ReplaceNode |
Function |
Replaces a node |
cXMLDOMDocument |
| SaveXMLDocument |
Function |
Saves an XML Document |
cXMLDOMDocument |
| SetChildElementValueNS |
Procedure |
Creates or replaces a child element which matches the passed NamespaceURI and BaseName and sets the element's text value |
cXMLDOMDocument |
| SetChildNodeValue |
Procedure |
Allows a parent to change the text of one of its elements |
cXMLDOMDocument |
| ValidateDocument |
Function |
Sent to validate an XML Document |
cXMLDOMDocument |
| 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 |
cXMLDOMDocument |
| 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 |
cXMLDOMDocument |