Properties for BaseXmlDomNode

View property list in alphabetical order

NameDescription
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