Module

IXMLDOMComment

Inheritance
Included Modules
WIN32OLE::VARIANT

Attributes

Name Visibility R/W Description
lastargs public R

Methods

Instance

Visibility Signature
public appendChild (arg0)
public appendData (arg0)
public attributes ()
public baseName ()
public childNodes ()
public cloneNode (arg0)
public data ()
public data= (arg0)
public dataType ()
public dataType= (arg0)
public definition ()
public deleteData (arg0, arg1)
public firstChild ()
public hasChildNodes ()
public insertBefore (arg0, arg1)
public insertData (arg0, arg1)
public lastChild ()
public length ()
public namespaceURI ()
public nextSibling ()
public nodeName ()
public nodeType ()
public nodeTypeString ()
public nodeTypedValue ()
public nodeTypedValue= (arg0)
public nodeValue ()
public nodeValue= (arg0)
public ownerDocument ()
public parentNode ()
public parsed ()
public prefix ()
public previousSibling ()
public removeChild (arg0)
public replaceChild (arg0, arg1)
public replaceData (arg0, arg1, arg2)
public selectNodes (arg0)
public selectSingleNode (arg0)
public specified ()
public substringData (arg0, arg1)
public text ()
public text= (arg0)
public transformNode (arg0)
public transformNodeToObject (arg0, arg1)
public xml ()

Instance Method Detail

appendChild(arg0)

IXMLDOMNode appendChild append a child node

  IXMLDOMNode arg0 --- newChild [IN]

appendData(arg0)

VOID appendData append string to value

  BSTR arg0 --- data [IN]

attributes()

IXMLDOMNamedNodeMap attributes the collection of the node‘s attributes

baseName()

BSTR baseName the base name of the node (nodename with the prefix stripped off)

childNodes()

IXMLDOMNodeList childNodes the collection of the node‘s children

cloneNode(arg0)

IXMLDOMNode cloneNode

  BOOL arg0 --- deep [IN]

data()

BSTR data value of the node

data=(arg0)

VOID data value of the node

dataType()

VARIANT dataType the data type of the node

dataType=(arg0)

VOID dataType the data type of the node

definition()

IXMLDOMNode definition pointer to the definition of the node in the DTD or schema

deleteData(arg0, arg1)

VOID deleteData delete string within the value

  I4 arg0 --- offset [IN]
  I4 arg1 --- count [IN]

firstChild()

IXMLDOMNode firstChild first child of the node

hasChildNodes()

insertBefore(arg0, arg1)

IXMLDOMNode insertBefore insert a child node

  IXMLDOMNode arg0 --- newChild [IN]
  VARIANT arg1 --- refChild [IN]

insertData(arg0, arg1)

VOID insertData insert string into value

  I4 arg0 --- offset [IN]
  BSTR arg1 --- data [IN]

lastChild()

IXMLDOMNode lastChild first child of the node

length()

I4 length number of characters in value

namespaceURI()

BSTR namespaceURI the URI for the namespace applying to the node

nextSibling()

IXMLDOMNode nextSibling right sibling of the node

nodeName()

BSTR nodeName name of the node

nodeType()

DOMNodeType nodeType the node‘s type

nodeTypeString()

BSTR nodeTypeString the type of node in string form

nodeTypedValue()

VARIANT nodeTypedValue get the strongly typed value of the node

nodeTypedValue=(arg0)

VOID nodeTypedValue get the strongly typed value of the node

nodeValue()

VARIANT nodeValue value stored in the node

nodeValue=(arg0)

VOID nodeValue value stored in the node

ownerDocument()

IXMLDOMDocument ownerDocument document that contains the node

parentNode()

IXMLDOMNode parentNode parent of the node

parsed()

BOOL parsed has sub-tree been completely parsed

prefix()

BSTR prefix the prefix for the namespace applying to the node

previousSibling()

IXMLDOMNode previousSibling left sibling of the node

removeChild(arg0)

IXMLDOMNode removeChild remove a child node

  IXMLDOMNode arg0 --- childNode [IN]

replaceChild(arg0, arg1)

IXMLDOMNode replaceChild replace a child node

  IXMLDOMNode arg0 --- newChild [IN]
  IXMLDOMNode arg1 --- oldChild [IN]

replaceData(arg0, arg1, arg2)

VOID replaceData replace string within the value

  I4 arg0 --- offset [IN]
  I4 arg1 --- count [IN]
  BSTR arg2 --- data [IN]

selectNodes(arg0)

IXMLDOMNodeList selectNodes execute query on the subtree

  BSTR arg0 --- queryString [IN]

selectSingleNode(arg0)

IXMLDOMNode selectSingleNode execute query on the subtree

  BSTR arg0 --- queryString [IN]

specified()

BOOL specified indicates whether node is a default value

substringData(arg0, arg1)

BSTR substringData retrieve substring of value

  I4 arg0 --- offset [IN]
  I4 arg1 --- count [IN]

text()

BSTR text text content of the node and subtree

text=(arg0)

VOID text text content of the node and subtree

transformNode(arg0)

BSTR transformNode apply the stylesheet to the subtree

  IXMLDOMNode arg0 --- stylesheet [IN]

transformNodeToObject(arg0, arg1)

VOID transformNodeToObject apply the stylesheet to the subtree, returning the result through a document or a stream

  IXMLDOMNode arg0 --- stylesheet [IN]
  VARIANT arg1 --- outputObject [IN]

xml()

BSTR xml return the XML source for the node and each of its descendants