- 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 | hasChildNodes () |
public | insertBefore (arg0, arg1) |
public | lastChild () |
public | name () |
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 | selectNodes (arg0) |
public | selectSingleNode (arg0) |
public | specified () |
public | text () |
public | text= (arg0) |
public | transformNode (arg0) |
public | transformNodeToObject (arg0, arg1) |
public | value () |
public | value= (arg0) |
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()
childNodes()
IXMLDOMNodeList childNodes the collection of the node‘s children
cloneNode(arg0)
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
hasChildNodes()
BOOL 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
name()
namespaceURI()
BSTR namespaceURI the URI for the namespace applying to the node
nextSibling()
IXMLDOMNode nextSibling right sibling of the node
nodeName()
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()
nodeValue=(arg0)
ownerDocument()
IXMLDOMDocument ownerDocument document that contains the node
parentNode()
IXMLDOMNode parentNode parent of the node
parsed()
prefix()
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]
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()
text()
text=(arg0)
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]