List of XmlNodelist methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
 
(4 intermediate revisions by 3 users not shown)
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 XmlNodelist class methods.
The following are the available <var>[[XmlNodelist class|XmlNodelist]]</var> class methods.
{{Template:Method list header|class=XmlNodelist}}
{{Template:Method list header|class=XmlNodelist}}
<div class="showVisit">
<table class="wikitable">
<table class="wikitable">
<tr><th>Method</th><th>Description</th></tr>
<tr><th>Method</th><th>Description</th></tr>
Line 12: Line 13:
<tr><td valign="top">[[XmlDoc (XmlNodelist function)|XmlDoc]]</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">Get the XmlDoc associated with this nodelist</td></tr>
</table>
</table>
</div>
==See also==
==See also==
<table class="list"><tr>
<table class="list"><tr>
Line 31: Line 33:
</tr>
</tr>
</table>
</table>
[[Category:Lists of methods]]

Latest revision as of 20:35, 1 November 2011

The following are the available XmlNodelist class methods.

MethodDescription
CountNumber of nodes in this nodelist
DifferenceDifference between XmlNodelists
ItemRetrieve an item from this nodelist
NewCreate a new XmlNodelist
UnionSelectedUnion of XmlNodelist and selected nodes
XmlDocGet the XmlDoc associated with this nodelist

See also