xml dom node

The <xml dom node> objects are the inspectors for the XML Document Object Module (DOM) nodes. The console uses MSXML 6.0 if it is available. Otherwise it falls back to 4.0. The console requires at least 4.0 since 3.0 does not provide XML schema validation.

Version Platforms
8.0.584.0 Session, Windows
9.2.7.53 Debian, Red Hat, SUSE, Ubuntu
9.5.13.130 Raspbian

Creation

Properties

attribute <integer> of <xml dom node> : xml dom node
attribute <string> of <xml dom node> : xml dom node
attribute of <xml dom node> : xml dom node
child node <integer> of <xml dom node> : xml dom node
child node of <xml dom node> : xml dom node
first child of <xml dom node> : xml dom node
last child of <xml dom node> : xml dom node
next sibling of <xml dom node> : xml dom node
node name of <xml dom node> : string
node type of <xml dom node> : integer
node value of <xml dom node> : string
owner document of <xml dom node> : xml dom document
parent node of <xml dom node> : xml dom node
previous sibling of <xml dom node> : xml dom node
select <string> of <xml dom node> : xml dom node
xpath <( string, string )> of <xml dom node> : xml dom node

Casts

<xml dom node> as text : string
<xml dom node> as xml : string