List of XmlDoc API methods: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 4: | Line 4: | ||
<table class="wikitable"> | <table class="wikitable"> | ||
<tr><th>Method</th><th>Class</th><th>Description</th></tr> | <tr><th>Method</th><th>Class</th><th>Description</th></tr> | ||
<tr><td valign="top">[[AddAttribute (XmlNode function)|AddAttribute]]</td><td valign="top">XmlNode</td><td valign="top">Add | <tr><td valign="top">[[AddAttribute (XmlNode function)|AddAttribute]]</td><td valign="top">XmlNode</td><td valign="top">Add Attribute to Element node</td></tr> | ||
<tr><td valign="top">[[AddComment (XmlDoc/XmlNode function)|AddComment]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Add Comment to XmlDoc Root or to Element XmlNode</td></tr> | <tr><td valign="top">[[AddComment (XmlDoc/XmlNode function)|AddComment]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Add Comment to XmlDoc Root or to Element XmlNode</td></tr> | ||
<tr><td valign="top">[[AddElement (XmlDoc/XmlNode function)|AddElement]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Add Element to XmlDoc Root or to Element XmlNode</td></tr> | <tr><td valign="top">[[AddElement (XmlDoc/XmlNode function)|AddElement]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Add Element to XmlDoc Root or to Element XmlNode</td></tr> | ||
<tr><td valign="top">[[AddNamespace (XmlNode subroutine)|AddNamespace]]</td><td valign="top">XmlNode</td><td valign="top">Add | <tr><td valign="top">[[AddNamespace (XmlNode subroutine)|AddNamespace]]</td><td valign="top">XmlNode</td><td valign="top">Add namespace declaration to Element node</td></tr> | ||
<tr><td valign="top">[[AddPI (XmlDoc/XmlNode function)|AddPI]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Add Processing Instruction to XmlDoc Root or to Element XmlNode</td></tr> | <tr><td valign="top">[[AddPI (XmlDoc/XmlNode function)|AddPI]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Add Processing Instruction to XmlDoc Root or to Element XmlNode</td></tr> | ||
<tr><td valign="top">[[AddSubtree (XmlDoc/XmlNode function)|AddSubtree]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Copy subtree to XmlDoc Root or to Element XmlNode</td></tr> | <tr><td valign="top">[[AddSubtree (XmlDoc/XmlNode function)|AddSubtree]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Copy subtree to XmlDoc Root or to Element XmlNode</td></tr> | ||
<tr><td valign="top">[[AddText (XmlNode function)|AddText]]</td><td valign="top">XmlNode</td><td valign="top">Add | <tr><td valign="top">[[AddText (XmlNode function)|AddText]]</td><td valign="top">XmlNode</td><td valign="top">Add Text child to Element node</td></tr> | ||
<tr><td valign="top">[[AddToRecord (XmlDoc subroutine)|AddToRecord]]</td><td valign="top">XmlDoc</td><td valign="top">Add to the current record</td></tr> | <tr><td valign="top">[[AddToRecord (XmlDoc subroutine)|AddToRecord]]</td><td valign="top">XmlDoc</td><td valign="top">Add fields and/or fieldgroups to the current record</td></tr> | ||
<tr><td valign="top">[[AddTopElement (XmlDoc function)|AddTopElement]]</td><td valign="top">XmlDoc</td><td valign="top">Add | <tr><td valign="top">[[AddTopElement (XmlDoc function)|AddTopElement]]</td><td valign="top">XmlDoc</td><td valign="top">Add new top element to XmlDoc</td></tr> | ||
<tr><td valign="top">[[AdjacentText (XmlDoc property)|AdjacentText]]</td><td valign="top">XmlDoc</td><td valign="top">Are adjacent text nodes allowed?</td></tr> | <tr><td valign="top">[[AdjacentText (XmlDoc property)|AdjacentText]]</td><td valign="top">XmlDoc</td><td valign="top">Are adjacent text nodes allowed?</td></tr> | ||
<tr><td valign="top">[[AllowNull (XmlDoc property)|AllowNull]]</td><td valign="top">XmlDoc</td><td valign="top">Allow null characters in node values?</td></tr> | <tr><td valign="top">[[AllowNull (XmlDoc property)|AllowNull]]</td><td valign="top">XmlDoc</td><td valign="top">Allow null characters in node values?</td></tr> | ||
<tr><td valign="top">[[AllowXmlElement (XmlDoc property)|AllowXmlElement]]</td><td valign="top">XmlDoc</td><td valign="top">May Element names begin with "xml"?</td></tr> | <tr><td valign="top">[[AllowXmlElement (XmlDoc property)|AllowXmlElement]]</td><td valign="top">XmlDoc</td><td valign="top">May Element names begin with "xml"?</td></tr> | ||
<tr><td valign="top">[[AppendValue (XmlNode subroutine)|AppendValue]]</td><td valign="top">XmlNode</td><td valign="top">Append | <tr><td valign="top">[[AppendValue (XmlNode subroutine)|AppendValue]]</td><td valign="top">XmlNode</td><td valign="top">Append to value of node</td></tr> | ||
<tr><td valign="top">[[Audit (XmlDoc/XmlNode subroutine)|Audit]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Display selected subtree on audit trail</td></tr> | <tr><td valign="top">[[Audit (XmlDoc/XmlNode subroutine)|Audit]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Display selected subtree on audit trail</td></tr> | ||
<tr><td valign="top">[[ClientCertificate (XmlDoc function)|ClientCertificate]]</td><td valign="top">XmlDoc</td><td valign="top">Create | <tr><td valign="top">[[ClientCertificate (XmlDoc function)|ClientCertificate]]</td><td valign="top">XmlDoc</td><td valign="top">Create XmlDoc with client certificate details</td></tr> | ||
<tr><td valign="top">[[Copy (XmlDoc function)|Copy]]</td><td valign="top">XmlDoc</td><td valign="top">Copy this XmlDoc</td></tr> | <tr><td valign="top">[[Copy (XmlDoc function)|Copy]]</td><td valign="top">XmlDoc</td><td valign="top">Copy this XmlDoc</td></tr> | ||
<tr><td valign="top">[[Count (XmlNodelist function)|Count]]</td><td valign="top">XmlNodelist</td><td valign="top">Number of nodes in this | <tr><td valign="top">[[Count (XmlNodelist function)|Count]]</td><td valign="top">XmlNodelist</td><td valign="top">Number of nodes in this nodelist</td></tr> | ||
<tr><td valign="top">[[DeepCopy (XmlDoc function)|DeepCopy]]</td><td valign="top">XmlDoc</td><td valign="top">Deep copy this XmlDoc</td></tr> | <tr><td valign="top">[[DeepCopy (XmlDoc function)|DeepCopy]]</td><td valign="top">XmlDoc</td><td valign="top">Deep copy this XmlDoc</td></tr> | ||
<tr><td valign="top">[[DeepCopy (XmlNode function)|DeepCopy]]</td><td valign="top">XmlNode</td><td valign="top">Deep copy this node</td></tr> | <tr><td valign="top">[[DeepCopy (XmlNode function)|DeepCopy]]</td><td valign="top">XmlNode</td><td valign="top">Deep copy this node</td></tr> | ||
<tr><td valign="top">[[DefaultURI (XmlDoc/XmlNode function)|DefaultURI]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Default URI in scope at selected node</td></tr> | <tr><td valign="top">[[DefaultURI (XmlDoc/XmlNode function)|DefaultURI]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Default URI in scope at selected node</td></tr> | ||
<tr><td valign="top">[[DeleteSelectionPrefix (XmlDoc subroutine)|DeleteSelectionPrefix]]</td><td valign="top">XmlDoc</td><td valign="top">Delete prefix XPath-selection association</td></tr> | <tr><td valign="top">[[DeleteSelectionPrefix (XmlDoc subroutine)|DeleteSelectionPrefix]]</td><td valign="top">XmlDoc</td><td valign="top">Delete prefix's XPath-selection association</td></tr> | ||
<tr><td valign="top">[[DeleteSubtree (XmlDoc/XmlNode subroutine)|DeleteSubtree]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Delete selected subtree</td></tr> | <tr><td valign="top">[[DeleteSubtree (XmlDoc/XmlNode subroutine)|DeleteSubtree]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Delete selected subtree</td></tr> | ||
<tr><td valign="top">[[DeleteTopElement (XmlDoc subroutine)|DeleteTopElement]]</td><td valign="top">XmlDoc</td><td valign="top">Delete | <tr><td valign="top">[[DeleteTopElement (XmlDoc subroutine)|DeleteTopElement]]</td><td valign="top">XmlDoc</td><td valign="top">Delete top element from XmlDoc</td></tr> | ||
<tr><td valign="top">[[Difference (XmlNodelist function)|Difference]]</td><td valign="top">XmlNodelist</td><td valign="top">Difference between XmlNodelists</td></tr> | <tr><td valign="top">[[Difference (XmlNodelist function)|Difference]]</td><td valign="top">XmlNodelist</td><td valign="top">Difference between XmlNodelists</td></tr> | ||
<tr><td valign="top">[[Encoding (XmlDoc property)|Encoding]]</td><td valign="top">XmlDoc</td><td valign="top">Encode this XmlDoc object</td></tr> | <tr><td valign="top">[[Encoding (XmlDoc property)|Encoding]]</td><td valign="top">XmlDoc</td><td valign="top">Encode this XmlDoc object</td></tr> | ||
<tr><td valign="top">[[Exists (XmlDoc/XmlNode function)|Exists]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Is XPath result non-empty?</td></tr> | <tr><td valign="top">[[Exists (XmlDoc/XmlNode function)|Exists]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Is XPath result non-empty?</td></tr> | ||
<tr><td valign="top">[[InsertCommentBefore (XmlNode function)|InsertCommentBefore]]</td><td valign="top">XmlNode</td><td valign="top">Insert a | <tr><td valign="top">[[InsertCommentBefore (XmlNode function)|InsertCommentBefore]]</td><td valign="top">XmlNode</td><td valign="top">Insert a Comment before this node</td></tr> | ||
<tr><td valign="top">[[InsertElementBefore (XmlNode function)|InsertElementBefore]]</td><td valign="top">XmlNode</td><td valign="top">Insert an | <tr><td valign="top">[[InsertElementBefore (XmlNode function)|InsertElementBefore]]</td><td valign="top">XmlNode</td><td valign="top">Insert an Element before this node</td></tr> | ||
<tr><td valign="top">[[InsertPIBefore (XmlNode function)|InsertPIBefore]]</td><td valign="top">XmlNode</td><td valign="top">Insert a processing instruction before this node</td></tr> | <tr><td valign="top">[[InsertPIBefore (XmlNode function)|InsertPIBefore]]</td><td valign="top">XmlNode</td><td valign="top">Insert a processing instruction before this node</td></tr> | ||
<tr><td valign="top">[[InsertSubtreeBefore (XmlNode function)|InsertSubtreeBefore]]</td><td valign="top">XmlNode</td><td valign="top">Insert | <tr><td valign="top">[[InsertSubtreeBefore (XmlNode function)|InsertSubtreeBefore]]</td><td valign="top">XmlNode</td><td valign="top">Insert copy of subtree before this node</td></tr> | ||
<tr><td valign="top">[[InsertTextBefore (XmlNode function)|InsertTextBefore]]</td><td valign="top">XmlNode</td><td valign="top">Insert | <tr><td valign="top">[[InsertTextBefore (XmlNode function)|InsertTextBefore]]</td><td valign="top">XmlNode</td><td valign="top">Insert Text node before this node</td></tr> | ||
<tr><td valign="top">[[InvalidChar (XmlDoc property)|InvalidChar]]</td><td valign="top">XmlDoc</td><td valign="top">Allow invalid characters (obsolete)</td></tr> | <tr><td valign="top">[[InvalidChar (XmlDoc property)|InvalidChar]]</td><td valign="top">XmlDoc</td><td valign="top">Allow invalid characters (obsolete)</td></tr> | ||
<tr><td valign="top">[[InvalidCharacterPosition (XmlDoc function)|InvalidCharacterPosition]]</td><td valign="top">XmlDoc</td><td valign="top">Detect invalid characters</td></tr> | <tr><td valign="top">[[InvalidCharacterPosition (XmlDoc function)|InvalidCharacterPosition]]</td><td valign="top">XmlDoc</td><td valign="top">Detect invalid characters</td></tr> | ||
Line 44: | Line 42: | ||
<tr><td valign="top">[[Length (XmlDoc/XmlNode function)|Length]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Length of string-value of selected node</td></tr> | <tr><td valign="top">[[Length (XmlDoc/XmlNode function)|Length]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Length of string-value of selected node</td></tr> | ||
<tr><td valign="top">[[LoadFromRecord (XmlDoc/XmlNode subroutine)|LoadFromRecord]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Load fields and fieldgroups from current record</td></tr> | <tr><td valign="top">[[LoadFromRecord (XmlDoc/XmlNode subroutine)|LoadFromRecord]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Load fields and fieldgroups from current record</td></tr> | ||
<tr><td valign="top">[[LoadFromStringlist (XmlDoc/XmlNode function)|LoadFromStringlist]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">( | <tr><td valign="top">[[LoadFromStringlist (XmlDoc/XmlNode function)|LoadFromStringlist]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Deserialize Stringlist into XmlDoc (obsolete)</td></tr> | ||
<tr><td valign="top">[[LoadParameterInfo (XmlDoc subroutine)|LoadParameterInfo]]</td><td valign="top">XmlDoc</td><td valign="top">Load parameter info into this XmlDoc</td></tr> | <tr><td valign="top">[[LoadParameterInfo (XmlDoc subroutine)|LoadParameterInfo]]</td><td valign="top">XmlDoc</td><td valign="top">Load parameter info into this XmlDoc</td></tr> | ||
<tr><td valign="top">[[LoadSystemMethodInfo (XmlDoc subroutine)|LoadSystemMethodInfo]]</td><td valign="top">XmlDoc</td><td valign="top">Load info about system methods into this XmlDoc</td></tr> | <tr><td valign="top">[[LoadSystemMethodInfo (XmlDoc subroutine)|LoadSystemMethodInfo]]</td><td valign="top">XmlDoc</td><td valign="top">Load info about system methods into this XmlDoc</td></tr> | ||
<tr><td valign="top">[[LoadXml (XmlDoc/XmlNode function)|LoadXml]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Deserialize | <tr><td valign="top">[[LoadXml (XmlDoc/XmlNode function)|LoadXml]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Deserialize XML document or fragment into XmlDoc Root or into Element XmlNode</td></tr> | ||
<tr><td valign="top">[[LocalName (XmlDoc/XmlNode function)|LocalName]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Name (without prefix) of selected node</td></tr> | <tr><td valign="top">[[LocalName (XmlDoc/XmlNode function)|LocalName]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Name (without prefix) of selected node</td></tr> | ||
<tr><td valign="top">[[Namespace (XmlDoc property)|Namespace]]</td><td valign="top">XmlDoc</td><td valign="top">(Dis)allow or disable prefix handling</td></tr> | <tr><td valign="top">[[Namespace (XmlDoc property)|Namespace]]</td><td valign="top">XmlDoc</td><td valign="top">(Dis)allow or disable prefix handling</td></tr> | ||
Line 53: | Line 51: | ||
<tr><td valign="top">[[New (XmlNodelist constructor)|New]]</td><td valign="top">XmlNodelist</td><td valign="top">Create a new XmlNodelist</td></tr> | <tr><td valign="top">[[New (XmlNodelist constructor)|New]]</td><td valign="top">XmlNodelist</td><td valign="top">Create a new XmlNodelist</td></tr> | ||
<tr><td valign="top">[[NewFromRecord (XmlDoc function)|NewFromRecord]]</td><td valign="top">XmlDoc</td><td valign="top">Create a new XmlDoc from the current record</td></tr> | <tr><td valign="top">[[NewFromRecord (XmlDoc function)|NewFromRecord]]</td><td valign="top">XmlDoc</td><td valign="top">Create a new XmlDoc from the current record</td></tr> | ||
<tr><td valign="top">[[Next (XmlNode function)|Next]]</td><td valign="top">XmlNode</td><td valign="top">Get the next node | <tr><td valign="top">[[Next (XmlNode function)|Next]]</td><td valign="top">XmlNode</td><td valign="top">Get the next node after this node</td></tr> | ||
<tr><td valign="top">[[NoEmptyElement (XmlNode property)|NoEmptyElement]]</td><td valign="top">XmlNode</td><td valign="top"> | <tr><td valign="top">[[NoEmptyElement (XmlNode property)|NoEmptyElement]]</td><td valign="top">XmlNode</td><td valign="top">Suppress/produce empty tag when serializing this Element, if childless</td></tr> | ||
<tr><td valign="top">[[Prefix (XmlDoc/XmlNode function)|Prefix]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Prefix part of name of selected node</td></tr> | <tr><td valign="top">[[Prefix (XmlDoc/XmlNode function)|Prefix]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Prefix part of name of selected node</td></tr> | ||
<tr><td valign="top">[[PrefixURI (XmlDoc/XmlNode function)|PrefixURI]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">URI of specified prefix in context of selected node</td></tr> | <tr><td valign="top">[[PrefixURI (XmlDoc/XmlNode function)|PrefixURI]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">URI of specified prefix in context of selected node</td></tr> | ||
<tr><td valign="top">[[Previous (XmlNode function)|Previous]]</td><td valign="top">XmlNode</td><td valign="top">Get | <tr><td valign="top">[[Previous (XmlNode function)|Previous]]</td><td valign="top">XmlNode</td><td valign="top">Get node previous to this node</td></tr> | ||
<tr><td valign="top">[[Print (XmlDoc/XmlNode subroutine)|Print]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Print selected subtree</td></tr> | <tr><td valign="top">[[Print (XmlDoc/XmlNode subroutine)|Print]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Print selected subtree</td></tr> | ||
<tr><td valign="top">[[QName (XmlDoc/XmlNode function)|QName]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Name (with prefix, if any) of selected node</td></tr> | <tr><td valign="top">[[QName (XmlDoc/XmlNode function)|QName]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Name (with prefix, if any) of selected node</td></tr> | ||
<tr><td valign="top">[[SelectCount (XmlDoc/XmlNode function)|SelectCount]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Number of selected nodes</td></tr> | <tr><td valign="top">[[SelectCount (XmlDoc/XmlNode function)|SelectCount]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Number of selected nodes</td></tr> | ||
Line 69: | Line 65: | ||
<tr><td valign="top">[[Standalone (XmlDoc property)|Standalone]]</td><td valign="top">XmlDoc</td><td valign="top">Standalone specification in "XML declaration"</td></tr> | <tr><td valign="top">[[Standalone (XmlDoc property)|Standalone]]</td><td valign="top">XmlDoc</td><td valign="top">Standalone specification in "XML declaration"</td></tr> | ||
<tr><td valign="top">[[ToXPathString (XmlDoc/XmlNode function)|ToXPathString]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">XPath expression for selected node</td></tr> | <tr><td valign="top">[[ToXPathString (XmlDoc/XmlNode function)|ToXPathString]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">XPath expression for selected node</td></tr> | ||
<tr><td valign="top">[[Trace (XmlDoc/XmlNode subroutine)|Trace]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Display selected subtree on Trace stream</td></tr> | <tr><td valign="top">[[Trace (XmlDoc/XmlNode subroutine)|Trace]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Display selected subtree on Trace stream</td></tr> | ||
<tr><td valign="top">[[Type (XmlDoc/XmlNode function)|Type]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Type of selected node</td></tr> | <tr><td valign="top">[[Type (XmlDoc/XmlNode function)|Type]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Type of selected node</td></tr> | ||
<tr><td valign="top">[[URI (XmlDoc/XmlNode function)|URI]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Namespace URI of name of selected node</td></tr> | <tr><td valign="top">[[URI (XmlDoc/XmlNode function)|URI]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">Namespace URI of name of selected node</td></tr> | ||
<tr><td valign="top">[[UnionSelected (XmlNodelist function)|UnionSelected]]</td><td valign="top">XmlNodelist</td><td valign="top">Union of XmlNodelist and selected nodes</td></tr> | <tr><td valign="top">[[UnionSelected (XmlNodelist function)|UnionSelected]]</td><td valign="top">XmlNodelist</td><td valign="top">Union of XmlNodelist and selected nodes</td></tr> | ||
<tr><td valign="top">[[Value (XmlDoc/XmlNode property)|Value]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">String-value of selected node</td></tr> | <tr><td valign="top">[[Value (XmlDoc/XmlNode property)|Value]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">String-value of selected node</td></tr> | ||
<tr><td valign="top">[[ValueDefault (XmlDoc/XmlNode function)|ValueDefault]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">String-value of selected node (allow empty XPath)</td></tr> | <tr><td valign="top">[[ValueDefault (XmlDoc/XmlNode function)|ValueDefault]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">String-value of selected node (allow empty XPath)</td></tr> | ||
<tr><td valign="top">[[Version (XmlDoc property)|Version]]</td><td valign="top">XmlDoc</td><td valign="top">Version number in "XML declaration"</td></tr> | <tr><td valign="top">[[Version (XmlDoc property)|Version]]</td><td valign="top">XmlDoc</td><td valign="top">Version number in "XML declaration"</td></tr> | ||
<tr><td valign="top">[[WebReceive (XmlDoc function)|WebReceive]]</td><td valign="top">XmlDoc</td><td valign="top">Deserialize Web request into XmlDoc</td></tr> | <tr><td valign="top">[[WebReceive (XmlDoc function)|WebReceive]]</td><td valign="top">XmlDoc</td><td valign="top">Deserialize Web request into this XmlDoc</td></tr> | ||
<tr><td valign="top">[[WebSend (XmlDoc subroutine)|WebSend]]</td><td valign="top">XmlDoc</td><td valign="top">Serialize XmlDoc as Web response</td></tr> | <tr><td valign="top">[[WebSend (XmlDoc subroutine)|WebSend]]</td><td valign="top">XmlDoc</td><td valign="top">Serialize XmlDoc as Web response</td></tr> | ||
<tr><td valign="top">[[XPathNodeID (XmlDoc/XmlNode function)|XPathNodeID]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">XPath expression for selected node | <tr><td valign="top">[[XPathNodeID (XmlDoc/XmlNode function)|XPathNodeID]]</td><td valign="top">XmlDoc/XmlNode</td><td valign="top">XPath expression (in stringlist) for selected node</td></tr> | ||
<tr><td valign="top">[[Xml (XmlDoc function)|Xml]]</td><td valign="top">XmlDoc</td><td valign="top">Serialize XmlDoc as UTF-8 string</td></tr> | <tr><td valign="top">[[Xml (XmlDoc function)|Xml]]</td><td valign="top">XmlDoc</td><td valign="top">Serialize XmlDoc as UTF-8 string</td></tr> | ||
<tr><td valign="top">[[XmlDoc (XmlNode function)|XmlDoc]]</td><td valign="top">XmlNode</td><td valign="top">Get the XmlDoc associated with this node</td></tr> | <tr><td valign="top">[[XmlDoc (XmlNode function)|XmlDoc]]</td><td valign="top">XmlNode</td><td valign="top">Get the XmlDoc associated with this node</td></tr> | ||
<tr><td valign="top">[[XmlDoc (XmlNodelist function)|XmlDoc]]</td><td valign="top">XmlNodelist</td><td valign="top">Get the XmlDoc associated with this nodelist</td></tr> | <tr><td valign="top">[[XmlDoc (XmlNodelist function)|XmlDoc]]</td><td valign="top">XmlNodelist</td><td valign="top">Get the XmlDoc associated with this nodelist</td></tr> | ||
</table> | </table> | ||
==See also== | ==See also== |
Revision as of 19:15, 28 January 2011
The following are the available XmlDoc API methods.
Method | Class | Description |
---|---|---|
AddAttribute | XmlNode | Add Attribute to Element node |
AddComment | XmlDoc/XmlNode | Add Comment to XmlDoc Root or to Element XmlNode |
AddElement | XmlDoc/XmlNode | Add Element to XmlDoc Root or to Element XmlNode |
AddNamespace | XmlNode | Add namespace declaration to Element node |
AddPI | XmlDoc/XmlNode | Add Processing Instruction to XmlDoc Root or to Element XmlNode |
AddSubtree | XmlDoc/XmlNode | Copy subtree to XmlDoc Root or to Element XmlNode |
AddText | XmlNode | Add Text child to Element node |
AddToRecord | XmlDoc | Add fields and/or fieldgroups to the current record |
AddTopElement | XmlDoc | Add new top element to XmlDoc |
AdjacentText | XmlDoc | Are adjacent text nodes allowed? |
AllowNull | XmlDoc | Allow null characters in node values? |
AllowXmlElement | XmlDoc | May Element names begin with "xml"? |
AppendValue | XmlNode | Append to value of node |
Audit | XmlDoc/XmlNode | Display selected subtree on audit trail |
ClientCertificate | XmlDoc | Create XmlDoc with client certificate details |
Copy | XmlDoc | Copy this XmlDoc |
Count | XmlNodelist | Number of nodes in this nodelist |
DeepCopy | XmlDoc | Deep copy this XmlDoc |
DeepCopy | XmlNode | Deep copy this node |
DefaultURI | XmlDoc/XmlNode | Default URI in scope at selected node |
DeleteSelectionPrefix | XmlDoc | Delete prefix's XPath-selection association |
DeleteSubtree | XmlDoc/XmlNode | Delete selected subtree |
DeleteTopElement | XmlDoc | Delete top element from XmlDoc |
Difference | XmlNodelist | Difference between XmlNodelists |
Encoding | XmlDoc | Encode this XmlDoc object |
Exists | XmlDoc/XmlNode | Is XPath result non-empty? |
InsertCommentBefore | XmlNode | Insert a Comment before this node |
InsertElementBefore | XmlNode | Insert an Element before this node |
InsertPIBefore | XmlNode | Insert a processing instruction before this node |
InsertSubtreeBefore | XmlNode | Insert copy of subtree before this node |
InsertTextBefore | XmlNode | Insert Text node before this node |
InvalidChar | XmlDoc | Allow invalid characters (obsolete) |
InvalidCharacterPosition | XmlDoc | Detect invalid characters |
IsSelectionPrefix | XmlDoc | Check if prefix has XPath-selection association |
IsValidString | XmlDoc | Valid XML Element/Attribute value? (obsolete) |
Item | XmlNodelist | Retrieve an item from this nodelist |
Length | XmlDoc/XmlNode | Length of string-value of selected node |
LoadFromRecord | XmlDoc/XmlNode | Load fields and fieldgroups from current record |
LoadFromStringlist | XmlDoc/XmlNode | Deserialize Stringlist into XmlDoc (obsolete) |
LoadParameterInfo | XmlDoc | Load parameter info into this XmlDoc |
LoadSystemMethodInfo | XmlDoc | Load info about system methods into this XmlDoc |
LoadXml | XmlDoc/XmlNode | Deserialize XML document or fragment into XmlDoc Root or into Element XmlNode |
LocalName | XmlDoc/XmlNode | Name (without prefix) of selected node |
Namespace | XmlDoc | (Dis)allow or disable prefix handling |
New | XmlDoc | Create a new XmlDoc object |
New | XmlNodelist | Create a new XmlNodelist |
NewFromRecord | XmlDoc | Create a new XmlDoc from the current record |
Next | XmlNode | Get the next node after this node |
NoEmptyElement | XmlNode | Suppress/produce empty tag when serializing this Element, if childless |
Prefix | XmlDoc/XmlNode | Prefix part of name of selected node |
PrefixURI | XmlDoc/XmlNode | URI of specified prefix in context of selected node |
Previous | XmlNode | Get node previous to this node |
XmlDoc/XmlNode | Print selected subtree | |
QName | XmlDoc/XmlNode | Name (with prefix, if any) of selected node |
SelectCount | XmlDoc/XmlNode | Number of selected nodes |
SelectNodes | XmlDoc/XmlNode | Get list of selected nodes as XmlNodelist |
SelectSingleNode | XmlDoc/XmlNode | Get selected node as XmlNode |
SelectionNamespace | XmlDoc | Bind prefix to URI (or null) for XPath |
Serial | XmlDoc/XmlNode | Serialize selected subtree as string |
Standalone | XmlDoc | Standalone specification in "XML declaration" |
ToXPathString | XmlDoc/XmlNode | XPath expression for selected node |
Trace | XmlDoc/XmlNode | Display selected subtree on Trace stream |
Type | XmlDoc/XmlNode | Type of selected node |
URI | XmlDoc/XmlNode | Namespace URI of name of selected node |
UnionSelected | XmlNodelist | Union of XmlNodelist and selected nodes |
Value | XmlDoc/XmlNode | String-value of selected node |
ValueDefault | XmlDoc/XmlNode | String-value of selected node (allow empty XPath) |
Version | XmlDoc | Version number in "XML declaration" |
WebReceive | XmlDoc | Deserialize Web request into this XmlDoc |
WebSend | XmlDoc | Serialize XmlDoc as Web response |
XPathNodeID | XmlDoc/XmlNode | XPath expression (in stringlist) for selected node |
Xml | XmlDoc | Serialize XmlDoc as UTF-8 string |
XmlDoc | XmlNode | Get the XmlDoc associated with this node |
XmlDoc | XmlNodelist | Get the XmlDoc associated with this nodelist |