List of XmlDoc/XmlNode methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
m (Automatically generated page update)
Line 4: Line 4:
<table class="wikitable">
<table class="wikitable">
<tr><th>Method</th><th>Description</th></tr>
<tr><th>Method</th><th>Description</th></tr>
<tr><td>[[AddComment (XmlDoc/XmlNode function)|AddComment]]</td><td>Add Comment to XmlDoc Root or to Element XmlNode</td></tr>
<tr><td valign="top">[[AddComment (XmlDoc/XmlNode function)|AddComment]]</td><tdvalign="top">Add Comment to XmlDoc Root or to Element XmlNode</td></tr>
<tr><td>[[AddElement (XmlDoc/XmlNode function)|AddElement]]</td><td>Add Element to XmlDoc Root or to Element XmlNode</td></tr>
<tr><td valign="top">[[AddElement (XmlDoc/XmlNode function)|AddElement]]</td><tdvalign="top">Add Element to XmlDoc Root or to Element XmlNode</td></tr>
<tr><td>[[AddPI (XmlDoc/XmlNode function)|AddPI]]</td><td>Add Processing Instruction to XmlDoc Root or to Element XmlNode</td></tr>
<tr><td valign="top">[[AddPI (XmlDoc/XmlNode function)|AddPI]]</td><tdvalign="top">Add Processing Instruction to XmlDoc Root or to Element XmlNode</td></tr>
<tr><td>[[AddSubtree (XmlDoc/XmlNode function)|AddSubtree]]</td><td>Copy subtree to XmlDoc Root or to Element XmlNode</td></tr>
<tr><td valign="top">[[AddSubtree (XmlDoc/XmlNode function)|AddSubtree]]</td><tdvalign="top">Copy subtree to XmlDoc Root or to Element XmlNode</td></tr>
<tr><td>[[Audit (XmlDoc/XmlNode subroutine)|Audit]]</td><td>Display selected subtree on audit trail</td></tr>
<tr><td valign="top">[[Audit (XmlDoc/XmlNode subroutine)|Audit]]</td><tdvalign="top">Display selected subtree on audit trail</td></tr>
<tr><td>[[DefaultURI (XmlDoc/XmlNode function)|DefaultURI]]</td><td>Default URI in scope at selected node</td></tr>
<tr><td valign="top">[[DefaultURI (XmlDoc/XmlNode function)|DefaultURI]]</td><tdvalign="top">Default URI in scope at selected node</td></tr>
<tr><td>[[DeleteSubtree (XmlDoc/XmlNode subroutine)|DeleteSubtree]]</td><td>Delete selected subtree</td></tr>
<tr><td valign="top">[[DeleteSubtree (XmlDoc/XmlNode subroutine)|DeleteSubtree]]</td><tdvalign="top">Delete selected subtree</td></tr>
<tr><td>[[Exists (XmlDoc/XmlNode function)|Exists]]</td><td>Is XPath result non-empty?</td></tr>
<tr><td valign="top">[[Exists (XmlDoc/XmlNode function)|Exists]]</td><tdvalign="top">Is XPath result non-empty?</td></tr>
<tr><td>[[Length (XmlDoc/XmlNode function)|Length]]</td><td>Length of string-value of selected node</td></tr>
<tr><td valign="top">[[Length (XmlDoc/XmlNode function)|Length]]</td><tdvalign="top">Length of string-value of selected node</td></tr>
<tr><td>[[LoadFromRecord (XmlDoc/XmlNode subroutine)|LoadFromRecord]]</td><td>Load fields and fieldgroups from current record</td></tr>
<tr><td valign="top">[[LoadFromRecord (XmlDoc/XmlNode subroutine)|LoadFromRecord]]</td><tdvalign="top">Load fields and fieldgroups from current record</td></tr>
<tr><td>[[LoadFromStringlist (XmlDoc/XmlNode function)|LoadFromStringlist]]</td><td>(Obsolete)</td></tr>
<tr><td valign="top">[[LoadFromStringlist (XmlDoc/XmlNode function)|LoadFromStringlist]]</td><tdvalign="top">(Obsolete)</td></tr>
<tr><td>[[LoadXml (XmlDoc/XmlNode function)|LoadXml]]</td><td>Deserialize text string into XmlDoc Root or into Element XmlNode</td></tr>
<tr><td valign="top">[[LoadXml (XmlDoc/XmlNode function)|LoadXml]]</td><tdvalign="top">Deserialize text string into XmlDoc Root or into Element XmlNode</td></tr>
<tr><td>[[LocalName (XmlDoc/XmlNode function)|LocalName]]</td><td>Name (without prefix) of selected node</td></tr>
<tr><td valign="top">[[LocalName (XmlDoc/XmlNode function)|LocalName]]</td><tdvalign="top">Name (without prefix) of selected node</td></tr>
<tr><td>[[Prefix (XmlDoc/XmlNode function)|Prefix]]</td><td>Prefix part of name of selected node</td></tr>
<tr><td valign="top">[[Prefix (XmlDoc/XmlNode function)|Prefix]]</td><tdvalign="top">Prefix part of name of selected node</td></tr>
<tr><td>[[PrefixURI (XmlDoc/XmlNode function)|PrefixURI]]</td><td>URI of specified prefix in context of selected node</td></tr>
<tr><td valign="top">[[PrefixURI (XmlDoc/XmlNode function)|PrefixURI]]</td><tdvalign="top">URI of specified prefix in context of selected node</td></tr>
<tr><td>[[Print (XmlDoc/XmlNode subroutine)|Print]]</td><td>Print selected subtree</td></tr>
<tr><td valign="top">[[Print (XmlDoc/XmlNode subroutine)|Print]]</td><tdvalign="top">Print selected subtree</td></tr>
<tr><td>[[Qname (XmlDoc/XmlNode function)|Qname]]</td><td>Name (with prefix, if any) of selected node</td></tr>
<tr><td valign="top">[[Qname (XmlDoc/XmlNode function)|Qname]]</td><tdvalign="top">Name (with prefix, if any) of selected node</td></tr>
<tr><td>[[SelectCount (XmlDoc/XmlNode function)|SelectCount]]</td><td>Number of selected nodes</td></tr>
<tr><td valign="top">[[SelectCount (XmlDoc/XmlNode function)|SelectCount]]</td><tdvalign="top">Number of selected nodes</td></tr>
<tr><td>[[SelectNodes (XmlDoc/XmlNode function)|SelectNodes]]</td><td>Get list of selected nodes as XmlNodelist</td></tr>
<tr><td valign="top">[[SelectNodes (XmlDoc/XmlNode function)|SelectNodes]]</td><tdvalign="top">Get list of selected nodes as XmlNodelist</td></tr>
<tr><td>[[SelectSingleNode (XmlDoc/XmlNode function)|SelectSingleNode]]</td><td>Get selected node as XmlNode</td></tr>
<tr><td valign="top">[[SelectSingleNode (XmlDoc/XmlNode function)|SelectSingleNode]]</td><tdvalign="top">Get selected node as XmlNode</td></tr>
<tr><td>[[Serial (XmlDoc/XmlNode function)|Serial]]</td><td>Serialize selected subtree as string</td></tr>
<tr><td valign="top">[[Serial (XmlDoc/XmlNode function)|Serial]]</td><tdvalign="top">Serialize selected subtree as string</td></tr>
<tr><td>[[ToXPathString (XmlDoc/XmlNode function)|ToXPathString]]</td><td>XPath expression for selected node</td></tr>
<tr><td valign="top">[[ToXPathString (XmlDoc/XmlNode function)|ToXPathString]]</td><tdvalign="top">XPath expression for selected node</td></tr>
<tr><td>[[ToXPathStringlist (XmlDoc/XmlNode function)|ToXPathStringlist]]</td><td>XPath expression for selected node</td></tr>
<tr><td valign="top">[[ToXPathStringlist (XmlDoc/XmlNode function)|ToXPathStringlist]]</td><tdvalign="top">XPath expression for selected node</td></tr>
<tr><td>[[Trace (XmlDoc/XmlNode subroutine)|Trace]]</td><td>Display selected subtree on Trace stream</td></tr>
<tr><td valign="top">[[Trace (XmlDoc/XmlNode subroutine)|Trace]]</td><tdvalign="top">Display selected subtree on Trace stream</td></tr>
<tr><td>[[Type (XmlDoc/XmlNode function)|Type]]</td><td>Type of selected node</td></tr>
<tr><td valign="top">[[Type (XmlDoc/XmlNode function)|Type]]</td><tdvalign="top">Type of selected node</td></tr>
<tr><td>[[URI (XmlDoc/XmlNode function)|URI]]</td><td>Namespace URI of name of selected node</td></tr>
<tr><td valign="top">[[URI (XmlDoc/XmlNode function)|URI]]</td><tdvalign="top">Namespace URI of name of selected node</td></tr>
<tr><td>[[Validate (XmlDoc/XmlNode function)|Validate]]</td><td>Validate substring against longstring schema</td></tr>
<tr><td valign="top">[[Validate (XmlDoc/XmlNode function)|Validate]]</td><tdvalign="top">Validate substring against longstring schema</td></tr>
<tr><td>[[Value (XmlDoc/XmlNode property)|Value]]</td><td>String-value of selected node</td></tr>
<tr><td valign="top">[[Value (XmlDoc/XmlNode property)|Value]]</td><tdvalign="top">String-value of selected node</td></tr>
<tr><td>[[ValueDefault (XmlDoc/XmlNode function)|ValueDefault]]</td><td>String-value of selected node (allow empty XPath)</td></tr>
<tr><td valign="top">[[ValueDefault (XmlDoc/XmlNode function)|ValueDefault]]</td><tdvalign="top">String-value of selected node (allow empty XPath)</td></tr>
<tr><td>[[XPathNodeID (XmlDoc/XmlNode function)|XPathNodeID]]</td><td>XPath expression for selected node</td></tr>
<tr><td valign="top">[[XPathNodeID (XmlDoc/XmlNode function)|XPathNodeID]]</td><tdvalign="top">XPath expression for selected node</td></tr>
</table>
</table>

Revision as of 16:45, 23 January 2011


<tdvalign="top">Add Comment to XmlDoc Root or to Element XmlNode<tdvalign="top">Add Element to XmlDoc Root or to Element XmlNode<tdvalign="top">Add Processing Instruction to XmlDoc Root or to Element XmlNode<tdvalign="top">Copy subtree to XmlDoc Root or to Element XmlNode<tdvalign="top">Display selected subtree on audit trail<tdvalign="top">Default URI in scope at selected node<tdvalign="top">Delete selected subtree<tdvalign="top">Is XPath result non-empty?<tdvalign="top">Length of string-value of selected node<tdvalign="top">Load fields and fieldgroups from current record<tdvalign="top">(Obsolete)<tdvalign="top">Deserialize text string into XmlDoc Root or into Element XmlNode<tdvalign="top">Name (without prefix) of selected node<tdvalign="top">Prefix part of name of selected node<tdvalign="top">URI of specified prefix in context of selected node<tdvalign="top">Print selected subtree<tdvalign="top">Name (with prefix, if any) of selected node<tdvalign="top">Number of selected nodes<tdvalign="top">Get list of selected nodes as XmlNodelist<tdvalign="top">Get selected node as XmlNode<tdvalign="top">Serialize selected subtree as string<tdvalign="top">XPath expression for selected node<tdvalign="top">XPath expression for selected node<tdvalign="top">Display selected subtree on Trace stream<tdvalign="top">Type of selected node<tdvalign="top">Namespace URI of name of selected node<tdvalign="top">Validate substring against longstring schema<tdvalign="top">String-value of selected node<tdvalign="top">String-value of selected node (allow empty XPath)<tdvalign="top">XPath expression for selected node
MethodDescription
AddComment
AddElement
AddPI
AddSubtree
Audit
DefaultURI
DeleteSubtree
Exists
Length
LoadFromRecord
LoadFromStringlist
LoadXml
LocalName
Prefix
PrefixURI
Print
Qname
SelectCount
SelectNodes
SelectSingleNode
Serial
ToXPathString
ToXPathStringlist
Trace
Type
URI
Validate
Value
ValueDefault
XPathNodeID