List of XmlNodelist methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
(8 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. --> | ||
{{Template: | The following are the available <var>[[XmlNodelist class|XmlNodelist]]</var> class methods. | ||
{{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> | ||
<tr><td>[[Count (XmlNodelist function)|Count]]</td><td>Number of nodes in this | <tr><td valign="top">[[Count (XmlNodelist function)|Count]]</td><td valign="top">Number of nodes in this nodelist</td></tr> | ||
<tr><td valign="top">[[Difference (XmlNodelist function)|Difference]]</td><td valign="top">Difference between XmlNodelists</td></tr> | |||
<tr><td>[[Difference (XmlNodelist function)|Difference]]</td><td>Difference between XmlNodelists</td></tr> | <tr><td valign="top">[[Item (XmlNodelist function)|Item]]</td><td valign="top">Retrieve an item from this nodelist</td></tr> | ||
<tr><td>[[Item (XmlNodelist function)|Item]]</td><td> | <tr><td valign="top">[[New (XmlNodelist constructor)|New]]</td><td valign="top">Create a new XmlNodelist</td></tr> | ||
<tr><td>[[New (XmlNodelist constructor)|New]]</td><td>Create a new XmlNodelist</td></tr> | <tr><td valign="top">[[UnionSelected (XmlNodelist function)|UnionSelected]]</td><td valign="top">Union of XmlNodelist and selected nodes</td></tr> | ||
<tr><td | <tr><td valign="top">[[XmlDoc (XmlNodelist function)|XmlDoc]]</td><td valign="top">Get the XmlDoc associated with this nodelist</td></tr> | ||
<tr><td>[[XmlDoc (XmlNodelist function)|XmlDoc]]</td><td>Get the XmlDoc associated with this nodelist</td></tr> | |||
</table> | </table> | ||
</div> | |||
==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 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> | |||
[[Category:Lists of methods]] |
Latest revision as of 20:35, 1 November 2011
The following are the available XmlNodelist class methods.
Method | Description |
---|---|
Count | Number of nodes in this nodelist |
Difference | Difference between XmlNodelists |
Item | Retrieve an item from this nodelist |
New | Create a new XmlNodelist |
UnionSelected | Union of XmlNodelist and selected nodes |
XmlDoc | Get the XmlDoc associated with this nodelist |