Module

IXMLDOMElement

Inheritance
Included Modules
WIN32OLE::VARIANT

Attributes

Name Visibility R/W Description
lastargs public R

Methods

Instance

Visibility Signature
public appendChild (arg0)
public attributes ()
public baseName ()
public childNodes ()
public cloneNode (arg0)
public dataType ()
public dataType= (arg0)
public definition ()
public firstChild ()
public getAttribute (arg0)
public getAttributeNode (arg0)
public getElementsByTagName (arg0)
public hasChildNodes ()
public insertBefore (arg0, arg1)
public lastChild ()
public namespaceURI ()
public nextSibling ()
public nodeName ()
public nodeType ()
public nodeTypeString ()
public nodeTypedValue ()
public nodeTypedValue= (arg0)
public nodeValue ()
public nodeValue= (arg0)
public normalize ()
public ownerDocument ()
public parentNode ()
public parsed ()
public prefix ()
public previousSibling ()
public removeAttribute (arg0)
public removeAttributeNode (arg0)
public removeChild (arg0)
public replaceChild (arg0, arg1)
public selectNodes (arg0)
public selectSingleNode (arg0)
public setAttribute (arg0, arg1)
public setAttributeNode (arg0)
public specified ()
public tagName ()
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]

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]

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

firstChild()

IXMLDOMNode firstChild first child of the node

getAttribute(arg0)

VARIANT getAttribute look up the string value of an attribute by name

  BSTR arg0 --- name [IN]

getAttributeNode(arg0)

IXMLDOMAttribute getAttributeNode look up the attribute node by name

  BSTR arg0 --- name [IN]

getElementsByTagName(arg0)

IXMLDOMNodeList getElementsByTagName build a list of elements by name

  BSTR arg0 --- tagName [IN]

hasChildNodes()

insertBefore(arg0, arg1)

IXMLDOMNode insertBefore insert a child node

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

lastChild()

IXMLDOMNode lastChild first child of the node

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

normalize()

VOID normalize collapse all adjacent text nodes in sub-tree

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

removeAttribute(arg0)

VOID removeAttribute remove an attribute by name

  BSTR arg0 --- name [IN]

removeAttributeNode(arg0)

IXMLDOMAttribute removeAttributeNode remove the specified attribute

  IXMLDOMAttribute arg0 --- DOMAttribute [IN]

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]

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]

setAttribute(arg0, arg1)

VOID setAttribute set the string value of an attribute by name

  BSTR arg0 --- name [IN]
  VARIANT arg1 --- value [IN]

setAttributeNode(arg0)

IXMLDOMAttribute setAttributeNode set the specified attribute on the element

  IXMLDOMAttribute arg0 --- DOMAttribute [IN]

specified()

BOOL specified indicates whether node is a default value

tagName()

BSTR tagName get the tagName of the element

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