List of XmlDoc methods: Difference between revisions
Jump to navigation
Jump to search
m Automatically generated page update |
m Automatically generated page update |
||
| Line 66: | Line 66: | ||
<tr><td valign="top">[[Xml (XmlDoc function)|Xml]]</td><td valign="top">Serialize XmlDoc as UTF-8 string</td></tr> | <tr><td valign="top">[[Xml (XmlDoc function)|Xml]]</td><td valign="top">Serialize XmlDoc as UTF-8 string</td></tr> | ||
<tr><td valign="top">[[XmlDocID (XmlDoc function)|XmlDocID]]</td><td valign="top">Print the id of this XmlDoc</td></tr> | <tr><td valign="top">[[XmlDocID (XmlDoc function)|XmlDocID]]</td><td valign="top">Print the id of this XmlDoc</td></tr> | ||
</table> | |||
==See also== | |||
<table class="list"><tr> | |||
<td valign="top"><ul style="margin-top:0px;"> | |||
<li>[[XmlDoc class]] | |||
<li>[[XmlNode class]] | |||
<li>[[XmlNodelist class]] | |||
</ul></td> | |||
<td valign="top"><ul style="margin-top:0px;"> | |||
<li>[[List of XmlDoc methods]] | |||
<li>[[List of XmlNode methods]] | |||
<li>[[List of XmlNodelist methods]] | |||
<li>[[List of XmlDoc API methods]] | |||
</ul></td> | |||
<td valign="top"><ul style="margin-top:0px;"> | |||
<li>[[XmlDoc methods syntax]] | |||
<li>[[XmlNode methods syntax]] | |||
<li>[[XmlNodelist methods syntax]] | |||
</ul></td> | |||
</tr> | |||
</table> | </table> | ||
Revision as of 17:19, 25 January 2011
The following are the available XmlDoc class methods.
| Method | Description |
|---|---|
| AddComment | Add Comment to XmlDoc Root or to Element XmlNode |
| AddElement | Add Element to XmlDoc Root or to Element XmlNode |
| AddPI | Add Processing Instruction to XmlDoc Root or to Element XmlNode |
| AddSubtree | Copy subtree to XmlDoc Root or to Element XmlNode |
| AddToRecord | Add to the current record |
| AddTopElement | Add a new top element |
| AdjacentText | Are adjacent text nodes allowed? |
| AllowNull | Allow null characters in node values? |
| AllowXmlElement | May Element names begin with "xml"? |
| Audit | Display selected subtree on audit trail |
| ClientCertificate | Create a client certificate XmlDoc |
| Copy | Copy this XmlDoc |
| Debug | Debug information |
| DeepCopy | Deep copy this XmlDoc |
| DefaultURI | Default URI in scope at selected node |
| DeleteSelectionPrefix | Delete prefix XPath-selection association |
| DeleteSubtree | Delete selected subtree |
| DeleteTopElement | Delete the top element |
| Encoding | Encode this XmlDoc object |
| Exists | Is XPath result non-empty? |
| InvalidChar | Allow invalid characters (obsolete) |
| InvalidCharacterPosition | Detect invalid characters |
| IsSelectionPrefix | Check if prefix has XPath-selection association |
| IsValidString | Valid XML Element/Attribute value? (obsolete) |
| Length | Length of string-value of selected node |
| LoadFromRecord | Load fields and fieldgroups from current record |
| LoadFromStringlist | (Obsolete) |
| LoadParameterInfo | Load parameter info into this XmlDoc |
| LoadSystemMethodInfo | Load info about system methods into this XmlDoc |
| LoadXml | Deserialize text string into XmlDoc Root or into Element XmlNode |
| LocalName | Name (without prefix) of selected node |
| Namespace | (Dis)allow or disable prefix handling |
| New | Create a new XmlDoc object |
| NewFromRecord | Create a new XmlDoc from the current record |
| Prefix | Prefix part of name of selected node |
| PrefixURI | URI of specified prefix in context of selected node |
| Print selected subtree | |
| PrintSchema | Print this XmlDoc schema |
| QName | Name (with prefix, if any) of selected node |
| SelectCount | Number of selected nodes |
| SelectNodes | Get list of selected nodes as XmlNodelist |
| SelectSingleNode | Get selected node as XmlNode |
| SelectionNamespace | Bind prefix to URI (or null) for XPath |
| Serial | Serialize selected subtree as string |
| Standalone | Standalone specification in "XML declaration" |
| ToXPathString | XPath expression for selected node |
| ToXPathStringlist | XPath expression for selected node |
| Trace | Display selected subtree on Trace stream |
| Type | Type of selected node |
| URI | Namespace URI of name of selected node |
| Validate | Validate substring against longstring schema |
| Value | String-value of selected node |
| ValueDefault | String-value of selected node (allow empty XPath) |
| Version | Version number in "XML declaration" |
| WebReceive | Deserialize Web request into XmlDoc |
| WebSend | Serialize XmlDoc as Web response |
| XPathNodeID | XPath expression for selected node |
| XPathSingleHint | |
| Xml | Serialize XmlDoc as UTF-8 string |
| XmlDocID | Print the id of this XmlDoc |