XmlDoc/XmlNode methods syntax: Difference between revisions

From m204wiki
Jump to navigation Jump to search
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-right:1px
<p class="syntax" style="margin-bottom:0px; border-bottom:1px solid; border-left:1px solid; border-right:1px

Revision as of 17:22, 22 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= defaultURI])

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

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

nr:DeleteSubtree[( [unicode])]

%boolean= nr:Exists( unicode)

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

nr:LoadFromRecord[( [AttributeValues= attributeValues], - [AttributeNames= attributeNames], - [NamesToLower= namesToLower], - [AllowUnreversible= allowUnreversible], - [CodepageTable= codepageTable])]

[%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= addTrailingDelimiter])]

%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])]