List of XmlNode methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
Line 35: Line 35:
<tr><td valign="top">[[Previous (XmlNode function)|Previous]]</td><td valign="top">Get the previous node of the parent</td></tr>
<tr><td valign="top">[[Previous (XmlNode function)|Previous]]</td><td valign="top">Get the previous node of the parent</td></tr>
<tr><td valign="top">[[Print (XmlDoc/XmlNode subroutine)|Print]]</td><td valign="top">Print selected subtree</td></tr>
<tr><td valign="top">[[Print (XmlDoc/XmlNode subroutine)|Print]]</td><td valign="top">Print selected subtree</td></tr>
<tr><td valign="top">[[Qname (XmlDoc/XmlNode function)|Qname]]</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">Name (with prefix, if any) of selected node</td></tr>
<tr><td valign="top">[[SelectCount (XmlDoc/XmlNode function)|SelectCount]]</td><td valign="top">Number of selected nodes</td></tr>
<tr><td valign="top">[[SelectCount (XmlDoc/XmlNode function)|SelectCount]]</td><td valign="top">Number of selected nodes</td></tr>
<tr><td valign="top">[[SelectNodes (XmlDoc/XmlNode function)|SelectNodes]]</td><td valign="top">Get list of selected nodes as XmlNodelist</td></tr>
<tr><td valign="top">[[SelectNodes (XmlDoc/XmlNode function)|SelectNodes]]</td><td valign="top">Get list of selected nodes as XmlNodelist</td></tr>

Revision as of 13:27, 24 January 2011

The following are the available XmlNode class methods.


MethodDescription
AddAttributeAdd an attribute
AddCommentAdd Comment to XmlDoc Root or to Element XmlNode
AddElementAdd Element to XmlDoc Root or to Element XmlNode
AddNamespaceAdd a namespace declaration
AddPIAdd Processing Instruction to XmlDoc Root or to Element XmlNode
AddSubtreeCopy subtree to XmlDoc Root or to Element XmlNode
AddTextAdd a text child element
AppendValueAppend a value to the child text element
AuditDisplay selected subtree on audit trail
DeepCopyDeep copy this node
DefaultURIDefault URI in scope at selected node
DeleteSubtreeDelete selected subtree
ExistsIs XPath result non-empty?
InsertCommentBeforeInsert a comment before this node
InsertElementBeforeInsert an element before this node
InsertPIBeforeInsert a processing instruction before this node
InsertSubtreeBeforeInsert an XmlDoc subtree before this node
InsertTextBeforeInsert text before this node
LengthLength of string-value of selected node
LoadFromRecordLoad fields and fieldgroups from current record
LoadFromStringlist(Obsolete)
LoadXmlDeserialize text string into XmlDoc Root or into Element XmlNode
LocalNameName (without prefix) of selected node
NextGet the next node of the parent
NoEmptyElement(Dis)allow empty-element tags for childless nodes in serialization
PrefixPrefix part of name of selected node
PrefixURIURI of specified prefix in context of selected node
PreviousGet the previous node of the parent
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
SerialSerialize selected subtree as string
ToXPathStringXPath expression for selected node
ToXPathStringlistXPath expression for selected node
TraceDisplay selected subtree on Trace stream
TypeType of selected node
URINamespace URI of name of selected node
ValidateValidate substring against longstring schema
ValueString-value of selected node
ValueDefaultString-value of selected node (allow empty XPath)
XPathNodeIDXPath expression for selected node
XmlDocGet the XmlDoc associated with this node