Properties for BaseXmlDomNode

View property list in hierarchical order

NameDescriptionDefining Class
Child_CountReturns the number of child objects the object containscObject
Delegation_ModeDetermines if and how unknown messages are delegatedcObject
HasChildNodesIndicates whether a node has child nodes
NameReturns the full name of the object including parentagecObject
Object_IdReturns the object handle of the object, can be used to determine if an object existscObject
Object_LabelReturns the short name of an objectcObject
ParentReturns the parent of an objectcObject
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
peNeighborhoodDetermines how an object and its descendents participate in object neighborhood referencingcObject
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