XmlDoc/XmlNode methods syntax: Difference between revisions
m (Automatically generated page update) |
m (Automatically generated page update) |
||
Line 2: | Line 2: | ||
replaced, so any manual edits will be lost. You've been warned. --> | replaced, so any manual edits will be lost. You've been warned. --> | ||
{{Template:Syntax_list_header|class=XmlDoc/XmlNode}} | {{Template:Syntax_list_header|class=XmlDoc/XmlNode}} | ||
<p class="syntax" style="margin-bottom:0px; border-bottom:1px solid; border-left:1px solid; border- |
Revision as of 16:42, 23 January 2011
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.
[%object=] nr:AddComment( comment)
[%object=] nr:AddElement( name, [value], [uri])
[%object=] nr:AddPI( name, value)
[%object=] nr:AddSubtree( xmlNode, [DefaultURI= unicode])
nr:Audit[( [xpath], [options])]
%unicode= nr:DefaultURI[( [xpath])]
nr:DeleteSubtree[( [unicode])]
%boolean= nr:Exists( unicode)
%number= nr:Length[( [xpath])]
nr:LoadFromRecord[( [AttributeValues= boolean], [AttributeNames= boolean], - [NamesToLower= boolean], [AllowUnreversible= boolean], - [CodepageTable= boolean])]
[%number=] nr:LoadFromStringlist( stringlist, [string])
[%number=] nr:LoadXml( string, [string])
%unicode= nr:LocalName[( [name])]
%unicode= nr:Prefix[( [prefix])]
%unicode= nr:PrefixURI( prefix, [xpath])
nr:Print[( [xpath], [options])]
%unicode= nr:Qname[( [qname])]
%number= nr:SelectCount( unicode)
%object= nr:SelectNodes[( [xpath])]
%object= nr:SelectSingleNode[( [xpath])]
%string= nr:Serial[( [xpath], [options], [AddTrailingDelimiter= boolean])]
%string= nr:ToXPathString[( [xpath])]
%object= nr:ToXPathStringlist[( [xpath])]
nr:Trace[( [xpath], [options])]
%xmlNodeType= nr:Type[( [xpath])]
%unicode= nr:URI[( [xpath])]
[%number=] nr:Validate( schema, [options])
%unicode= nr:Value[( [xpath])]
%unicode= nr:ValueDefault[( [xpath], [value])]
%object= nr:XPathNodeID[( [xpath])]