XmlNode methods syntax
The syntax for each of the XmlNode class methods is shown below.
Square brackets indicate optional elements of the method invocation. See also the notation conventions for methods and the List of XmlNode methods.
[%object=] nod:AddAttribute( name, value, [uri])
[%object=] nr:AddComment( value)
[%object=] nr:AddElement( name, [value], [uri])
nod:AddNamespace( prefix, uri)
[%object=] nr:AddPI( name, value)
[%object=] nr:AddSubtree( sourceSubtreeNode, [DefaultURI= unicode])
[%object=] nod:AddText( value)
nod:AppendValue( appendedValue)
nr:Audit[( [xpath], [options])]
%object= nod:DeepCopy
%unicode= nr:DefaultURI[( [xpath])]
nr:DeleteSubtree[( [xpath])]
%boolean= nr:Exists( xpath)
[%object=] nod:InsertCommentBefore( comment)
[%object=] nod:InsertElementBefore( name, [value], [uri])
[%object=] nod:InsertPIBefore( name, value)
[%object=] nod:InsertSubtreeBefore( sourceSubtreeNode, [DefaultURI= unicode])
[%object=] nod:InsertTextBefore( value)
%number= nr:Length[( [xpath])]
nr:LoadFromRecord[( [AttributeValues= boolean], [AttributeNames= boolean], - [NamesToLower= boolean], [AllowUnreversible= boolean], - [CodepageTable= boolean])]
[%number=] nr:LoadFromStringlist( stringlist, [string])
[%number=] nr:LoadXml( input, [string])
%unicode= nr:LocalName[( [xpath])]
%object= nod:Next
%boolean= nod:NoEmptyElement
%unicode= nr:Prefix[( [xpath])]
%unicode= nr:PrefixURI( prefix, [xpath])
%object= nod:Previous
nr:Print[( [xpath], [options])]
%unicode= nr:QName[( [xpath])]
%number= nr:SelectCount( xpath)
%object= nr:SelectNodes[( [xpath])]
%object= nr:SelectSingleNode[( [xpath])]
%string= nr:Serial[( [xpath], [options], [AddTrailingDelimiter= boolean])]
%string= nr:ToXPathString[( [selectionXpath])]
nr:Trace[( [xpath], [options])]
%xmlNodeType= nr:Type[( [xpath])]
%unicode= nr:URI[( [xpath])]
%unicode= nr:Value[( [xpath])]
%unicode= nr:ValueDefault[( [xpath], [value])]
%object= nr:XPathNodeID[( [xpath])]
%object= nod:XmlDoc