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=XmlNode}}
{{Template:Syntax_list_header|class=XmlNode}}
<p class="syntax" style="margin-bottom:0px; border-bottom:1px solid; border-left:1px solid; border-right:1px solid; border-top:1px solid;"><span class
<p class="syntax" style="margin-bottom:0px; border-bottom:1px solid; border-left:1px solid; border-right:1px solid; border-top:1px solid;"><span class

Revision as of 17:20, 22 January 2011

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( comment)

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

nod:AddNamespace( prefix, uri)

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

[%object=] nr:AddSubtree( xmlNode, [DefaultURI= defaultURI])

[%object=] nod:AddText( text)

nod:AppendValue( text)

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

%object= nod:DeepCopy

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

nr:DeleteSubtree[( [unicode])]

%boolean= nr:Exists( unicode)

[%object=] nod:InsertCommentBefore( comment)

[%object=] nod:InsertElementBefore( name, [value], [uri])

[%object=] nod:InsertPIBefore( name, value)

[%object=] nod:InsertSubtreeBefore( xmlNode, [DefaultURI= defaultURI])

[%object=] nod:InsertTextBefore( text)

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

%object= nod:Next

%boolean= nod:NoEmptyElement

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

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

%object= nod:Previous

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

%object= nod:XmlDoc