Skip to content

Properties for cXMLDOMDocument

View property list in hierarchical order.

Name Description Defining Class
Child_Count Returns the number of child objects the object contains Child_Count returns the number of child objects the object contains. cObject
Delegation_Mode Determines if and how unknown messages are delegated The delegation_mode of an object determines the method by which unknown messages are handled. cObject
HasChildNodes Indicates whether a node has child nodes HasChildNodes indicates whether a node has child nodes. BaseXmlDomNode
Name Returns the full name of the object including parentage Name returns the full name (including parentage) of the object. cObject
Object_Id Returns the object handle of the object, can be used to determine if an object exists The Object_Id property returns the object handle identifier of the object. cObject
Object_Label Returns the short name of an object Object_Label returns the short name of the object using the Name property. cObject
Parent Returns the parent of an object The Parent property returns parent object handle of an object. cObject
paXML Returns an address of the XML representation of the node and its descendant nodes paXML returns the address of the XML representation of the node and its descendant nodes. BaseXmlDomNode
pbAsync Indicates whether asynchronous download is enabled pbAsync indicates whether asynchronous download is enabled. BaseXmlDomDocument
pbDomSecondLevelProperty Used to get and set the DOM second level properties Used to get and set the DOM second level properties. BaseXmlDomDocument
pbMultipleErrorMessages Determines if the parser should stop at the first error or continue to parse the entire document and record all errors cXMLDOMDocument
pbParsed Returns true if node has been parsed pbParsed returns true if node and its descendants have been parsed. BaseXmlDomNode
pbPreserveWhiteSpace Indicates whether whitespace will be preserved in the document pbPreserveWhiteSpace is a Read/Write property that indicates whether whitespace will be preserved in the document. BaseXmlDomDocument
pbReadyState Returns True when an asynchronous XML document is loaded and parsed pbReadyState is a read only property that returns True when an XML document has been loaded and parsed. BaseXmlDomDocument
pbResolveExternals Determines if an XML document should attempt to automatically resolve external schema or DTD references in the document BaseXmlDomDocument
pbSpecified Indicates if attribute node is explicitly specified or derived from DTD or Schema BaseXmlDomNode
pbValidateOnParse Contains the validation state of the parser pbValidateOnParse contains the validation state of the parser. BaseXmlDomDocument
peNeighborhood Determines how an object and its descendents participate in object neighborhood referencing cObject
piDomSecondLevelProperty Used to get and set the DOM second level properties Used to get and set the DOM second level properties. BaseXmlDomDocument
piNodeType The type of the node BaseXmlDomNode
psBaseName Returns the node name with the namespace prefix removed psBaseName returns the node name with the namespace prefix removed. BaseXmlDomNode
psDocumentName The property for the document name cXMLDOMDocument
psDomSecondLevelProperty Used to get and set the DOM second level properties Used to get and set the DOM second level properties. BaseXmlDomDocument
psNamespaceURI Returns the URI for the namespace as a string The psNamespaceURI property returns the URI for the namespace as a string. BaseXmlDomNode
psNodeName Returns a string containing the name that was set at the time the node was created psNodeName returns a string containing the name that was set at the time the node was created. BaseXmlDomNode
psNodeValue Contains the contents of a node psNodeValue contains the contents of a node. BaseXmlDomNode
psPrefix Returns the element namespace prefix psPrefix returns the element namespace as a string. BaseXmlDomNode
psSelectionNamespaces Sets or gets a list of namespaces that can then be used by XPath related methods such as FindNode cXMLDOMDocument
psText Returns a string containing the value of the node psText returns a string containing the value of the node. BaseXmlDomNode
psURL Returns the URL of the most recent XML document that contained an error psURL returns the URL of the most recent XML document that contained an error. BaseXmlDomDocument
psXML Returns the XML representation of the node and its descendant nodes as a string psXML returns the XML representation of the node and its descendant nodes as a string. BaseXmlDomNode
pvNodeValue Gets and Sets the content of an XML node using a Variant variable Gets and Sets the content of an XML node using a Variant variable. BaseXmlDomNode
pvXML Returns the XML to a variant/BSTR pvXML returns the XML to a variant BSTR, which provides a way of serializing and storing XML documents to a variant BSTR. BaseXmlDomNode