Module IXTLRuntime
In: ext/win32ole/sample/xml.rb

XTL runtime object

Methods

Included Modules

WIN32OLE::VARIANT

Attributes

lastargs  [R] 

Public Instance methods

I4 absoluteChildNumber

  IXMLDOMNode arg0 --- pNode [IN]

I4 ancestorChildNumber

  BSTR arg0 --- bstrNodeName [IN]
  IXMLDOMNode arg1 --- pNode [IN]

IXMLDOMNode appendChild append a child node

  IXMLDOMNode arg0 --- newChild [IN]

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

IXMLDOMNodeList childNodes the collection of the node‘s children

I4 childNumber

  IXMLDOMNode arg0 --- pNode [IN]

IXMLDOMNode cloneNode

  BOOL arg0 --- deep [IN]

VARIANT dataType the data type of the node

VOID dataType the data type of the node

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

I4 depth

  IXMLDOMNode arg0 --- pNode [IN]

IXMLDOMNode firstChild first child of the node

BSTR formatDate

  VARIANT arg0 --- varDate [IN]
  BSTR arg1 --- bstrFormat [IN]
  VARIANT arg2 --- varDestLocale [IN]

BSTR formatIndex

  I4 arg0 --- lIndex [IN]
  BSTR arg1 --- bstrFormat [IN]

BSTR formatNumber

  R8 arg0 --- dblNumber [IN]
  BSTR arg1 --- bstrFormat [IN]

BSTR formatTime

  VARIANT arg0 --- varTime [IN]
  BSTR arg1 --- bstrFormat [IN]
  VARIANT arg2 --- varDestLocale [IN]

IXMLDOMNode insertBefore insert a child node

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

IXMLDOMNode lastChild first child of the node

BSTR namespaceURI the URI for the namespace applying to the node

IXMLDOMNode nextSibling right sibling of the node

BSTR nodeName name of the node

DOMNodeType nodeType the node‘s type

BSTR nodeTypeString the type of node in string form

VARIANT nodeTypedValue get the strongly typed value of the node

VOID nodeTypedValue get the strongly typed value of the node

VARIANT nodeValue value stored in the node

VOID nodeValue value stored in the node

IXMLDOMDocument ownerDocument document that contains the node

BOOL parsed has sub-tree been completely parsed

BSTR prefix the prefix for the namespace applying to the node

IXMLDOMNode removeChild remove a child node

  IXMLDOMNode arg0 --- childNode [IN]

IXMLDOMNode replaceChild replace a child node

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

IXMLDOMNodeList selectNodes execute query on the subtree

  BSTR arg0 --- queryString [IN]

IXMLDOMNode selectSingleNode execute query on the subtree

  BSTR arg0 --- queryString [IN]

BOOL specified indicates whether node is a default value

BSTR text text content of the node and subtree

VOID text text content of the node and subtree

BSTR transformNode apply the stylesheet to the subtree

  IXMLDOMNode arg0 --- stylesheet [IN]

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]

I4 uniqueID

  IXMLDOMNode arg0 --- pNode [IN]

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

[Validate]

ruby-doc.org is a service of James Britt and Neurogami, a Ruby application development company in Phoenix, AZ.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.