XmlDoc/XmlNode methods syntax

From m204wiki
Revision as of 19:41, 4 February 2011 by Wiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

The syntax for each of the XmlDoc/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 XmlDoc/XmlNode methods.

[%nod =] nr:AddComment( value)

[%nod =] nr:AddElement( name, [value], [uri])

[%nod =] nr:AddPI( name, value)

[%nod =] nr:AddSubtree( sourceSubtreeNode, [DefaultURI= unicode])

nr:Audit[( [xpath], [options])]

%unicode = nr:DefaultURI[( [xpath])]

nr:DeleteSubtree[( [xpath])]

%boolean = nr:Exists( xpath)

%number = nr:Length[( [xpath])]

nr:LoadFromRecord[( [AttributeValues= boolean], [AttributeNames= boolean], - [NamesToLower= boolean], [AllowUnreversible= boolean], - [CodepageTable= boolean])]

[%number =] nr:LoadFromStringlist( sl, [string])

[%errorPosition =] nr:LoadXml( input, [string])

%unicode = nr:LocalName[( [xpath])]

%unicode = nr:Prefix[( [xpath])]

%unicode = nr:PrefixURI( prefix, [xpath])

nr:Print[( [xpath], [options])]

%unicode = nr:QName[( [xpath])]

%number = nr:SelectCount( xpath)

%nodl = nr:SelectNodes[( [xpath])]

%nod = nr:SelectSingleNode[( [xpath])]

%string = nr:Serial[( [xpath], [options], [AddTrailingDelimiter= boolean])]

%string = nr:ToXPathString[( [selectionXpath])]

%sl = nr:ToXPathStringlist[( [selectionXpath])]

nr:Trace[( [xpath], [options])]

%xmlNodeType = nr:Type[( [xpath])]

%unicode = nr:URI[( [xpath])]

%unicode = nr:Value[( [xpath])] nr:Value[( [xpath])] = %unicode

%unicode = nr:ValueDefault[( [xpath], [value])]

%sl = nr:XPathNodeID[( [selectionXpath])]