XmlNode methods syntax: Difference between revisions
m (Automatically generated page update) |
(Automatically generated page update) |
||
(17 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<!-- This page was automatically generated and will be automatically | <!-- This page was automatically generated and will be automatically | ||
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}} | |||
<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="squareb">[</span><span class="term">%outNod</span><span class="literal"> =</span> |
Latest revision as of 19:42, 11 May 2016
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.
[%outNod =] nod:AddAttribute( name, value, [uri])
[%nod =] nr:AddComment( value)
[%nod =] nr:AddElement( name, [value], [uri])
nod:AddNamespace( prefix, uri)
[%nod =] nr:AddPI( name, value)
[%nod =] nr:AddSubtree( sourceSubtreeNode, [DefaultURI= unicode])
[%outNod =] nod:AddText( value)
nod:AppendValue( appendedValue)
nr:Audit[( [xpath], [options])] Throws XPathError
%outNod = nod:DeepCopy
nod:DeepDiscard
%unicode = nr:DefaultURI[( [xpath])] Throws XPathError
nr:DeleteSubtree[( [xpath])] Throws XPathError
%boolean = nr:Exists( xpath) Throws XPathError
[%outNod =] nod:InsertCommentBefore( value)
[%outNod =] nod:InsertElementBefore( name, [value], [uri])
[%outNod =] nod:InsertPIBefore( name, value)
[%outNod =] nod:InsertSubtreeBefore( sourceSubtreeNode, [DefaultURI= unicode])
[%outNod =] nod:InsertTextBefore( value)
%number = nr:Length[( [xpath])] Throws XPathError
nr:LoadFromRecord[( [AttributeValues= boolean], [AttributeNames= boolean], - [NamesToLower= boolean], [AllowUnreversible= boolean], - [CodepageTable= boolean], [Base64Encode= boolean], - [CharacterMap= characterToUnicodeMap])] Throws CharacterTranslationException
[%number =] nr:LoadFromStringlist( sl, [string]) Throws XmlParseError
[%errorPosition =] nr:LoadXml( input, [options]) Throws XmlParseError
%unicode = nr:LocalName[( [xpath])] Throws XPathError
%outNod = nod:Next
%currentBoolean = nod:NoEmptyElement nod:NoEmptyElement = newBoolean
%unicode = nr:Prefix[( [xpath])] Throws XPathError
%unicode = nr:PrefixURI( prefix, [xpath]) Throws XPathError
%outNod = nod:Previous
nr:Print[( [xpath], [options])] Throws XPathError
%unicode = nr:QName[( [xpath])] Throws XPathError
%number = nr:SelectCount( xpath) Throws XPathError
%nodl = nr:SelectNodes[( [xpath])] Throws XPathError
%nod = nr:SelectSingleNode[( [xpath])] Throws XPathError
%string = nr:Serial[( [xpath], [options], [AddTrailingDelimiter= boolean])] Throws XPathError
%string = nr:ToXPathString[( [selectionXpath])] Throws XPathError
%sl = nr:ToXPathStringlist[( [selectionXpath])] Throws XPathError
nr:Trace[( [xpath], [options])] Throws XPathError
%xmlNodeType = nr:Type[( [xpath])] Throws XPathError
%unicode = nr:URI[( [xpath])] Throws XPathError
%currentUnicode = nr:Value[( [xpath])] nr:Value[( [xpath])] = newUnicode Throws XPathError
%unicode = nr:ValueDefault[( [xpath], [value])] Throws XPathError
%doc = nod:XmlDoc
%sl = nr:XPathNodeID[( [selectionXpath])] Throws XPathError