List of XmlDoc methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
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. -->
The following are the available [[XmlDoc class]] methods.
The following are the available <var>[[XmlDoc class|XmlDoc]]</var> class methods.
{{Template:Method list header|class=XmlDoc}}
{{Template:Method list header|class=XmlDoc}}
<div class="showVisit">
<div class="showVisit">

Revision as of 15:31, 20 July 2011

The following are the available XmlDoc class methods.

MethodDescription
AddCommentAdd Comment to XmlDoc Root or to Element XmlNode
AddElementAdd Element to XmlDoc Root or to Element XmlNode
AddPIAdd Processing Instruction to XmlDoc Root or to Element XmlNode
AddSubtreeCopy subtree to XmlDoc Root or to Element XmlNode
AddToRecordAdd fields and/or fieldgroups to the current record
AddTopElementAdd new top element to XmlDoc
AdjacentTextAre adjacent text nodes allowed?
AllowNullAllow null characters in node values?
AllowXmlAttributeMay Attribute names begin with "xml"?
AllowXmlElementMay Element names begin with "xml"?
AuditDisplay selected subtree on audit trail
ClientCertificateCreate XmlDoc with client certificate details
CopyCopy this XmlDoc
DeepCopyDeep copy this XmlDoc
DefaultURIDefault URI in scope at selected node
DeleteSelectionPrefixDelete prefix's XPath-selection association
DeleteSubtreeDelete selected subtree
DeleteTopElementDelete top element from XmlDoc
EncodingEncode this XmlDoc object
ExistsIs XPath result non-empty?
InvalidCharAllow invalid characters (obsolete)
InvalidCharacterPositionDetect invalid characters
IsSelectionPrefixCheck if prefix has XPath-selection association
IsValidStringValid XML Element/Attribute value? (obsolete)
LengthLength of string-value of selected node
LoadFromRecordLoad fields and fieldgroups from current record
LoadFromStringlistDeserialize Stringlist into XmlDoc (obsolete)
LoadParameterInfoLoad parameter info into this XmlDoc
LoadSystemMethodInfoLoad info about system methods into this XmlDoc
LoadXmlDeserialize XML document or fragment into XmlDoc Root or into Element XmlNode
LocalNameName (without prefix) of selected node
Namespace(Dis)allow or disable prefix handling
NewCreate a new XmlDoc object
NewFromRecordCreate a new XmlDoc from the current record
PrefixPrefix part of name of selected node
PrefixURIURI of specified prefix in context of selected node
PrintPrint selected subtree
QNameName (with prefix, if any) of selected node
SelectCountNumber of selected nodes
SelectNodesGet list of selected nodes as XmlNodelist
SelectSingleNodeGet selected node as XmlNode
SelectionNamespaceBind prefix to URI (or null) for XPath
SerialSerialize selected subtree as string
StandaloneStandalone specification in "XML declaration"
ToXPathStringXPath expression for selected node
ToXPathStringlistXPath expression (in Stringlist) for selected node
TraceDisplay selected subtree on Trace stream
TypeType of selected node
URINamespace URI of name of selected node
ValueString-value of selected node
ValueDefaultString-value of selected node (allow empty XPath)
VersionVersion number in "XML declaration"
WebReceiveDeserialize Web request into this XmlDoc
WebSendSerialize XmlDoc as Web response
XPathNodeIDXPath expression (in Stringlist) for selected node
XmlSerialize XmlDoc as UTF-8 string

See also