XmlNode methods syntax

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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