Properties for BaseXmlDomDocument

View property list in alphabetical order

NameDescription
pbAsyncIndicates whether asynchronous download is enabled
pbDomSecondLevelPropertyUsed to get and set the DOM second level properties
pbPreserveWhiteSpaceIndicates whether whitespace will be preserved in the document
pbReadyStateReturns True when an asynchronous XML document is loaded and parsed
pbResolveExternalsDetermines if an XML document should attempt to automatically resolve external schema or DTD references in the document
pbValidateOnParseContains the validation state of the parser
piDomSecondLevelPropertyUsed to get and set the DOM second level properties
psDomSecondLevelPropertyUsed to get and set the DOM second level properties
psURLReturns the URL of the most recent XML document that contained an error

Inherited Properties from BaseXmlDomNode

HasChildNodesIndicates whether a node has child nodes
paXMLReturns an address of the XML representation of the node and its descendant nodes
pbParsedReturns true if node has been parsed
pbSpecifiedIndicates if attribute node is explicitly specified or derived from DTD or Schema
piNodeTypeThe type of the node
psBaseNameReturns the node name with the namespace prefix removed
psNamespaceURIReturns the URI for the namespace as a string
psNodeNameReturns a string containing the name that was set at the time the node was created
psNodeValueContains the contents of a node
psPrefixReturns the element namespace prefix
psTextReturns a string containing the value of the node
psXMLReturns the XML representation of the node and its descendant nodes as a string
pvNodeValueGets and Sets the content of an XML node using a Variant variable
pvXMLReturns the XML to a variant/BSTR

Inherited Properties from cObject

Child_CountReturns the number of child objects the object contains
Delegation_ModeDetermines if and how unknown messages are delegated
NameReturns the full name of the object including parentage
Object_IdReturns the object handle of the object, can be used to determine if an object exists
Object_LabelReturns the short name of an object
ParentReturns the parent of an object
peNeighborhoodDetermines how an object and its descendents participate in object neighborhood referencing