nodeTypedValue() Instance Public methods VARIANT nodeTypedValue get the strongly typed value of the node
nodeTypeString() Instance Public methods BSTR nodeTypeString the type of node in string form
nodeType() Instance Public methods DOMNodeType nodeType the node's type
nodeName() Instance Public methods BSTR nodeName name of the node
nextSibling() Instance Public methods IXMLDOMNode nextSibling right sibling of the node
namespaceURI() Instance Public methods BSTR namespaceURI the URI for the namespace applying to the node
length() Instance Public methods I4 length number of characters in value
lastChild() Instance Public methods IXMLDOMNode lastChild first child of the node
insertData(arg0, arg1) Instance Public methods VOID insertData insert string into value I4 arg0 --- offset [IN] BSTR arg1 --- data [IN]
insertBefore(arg0, arg1) Instance Public methods IXMLDOMNode insertBefore insert a child node IXMLDOMNode arg0 --- newChild [IN] VARIANT arg1 --- refChild [IN]
Page 1875 of 2275