Skip to content

Methods for cXMLDOMProcessingInstruction

View method list in hierarchical order.

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