List of XmlNodelist methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
Line 2: | Line 2: | ||
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 XmlNodelist class methods. | ||
{{Template:Method list header|class=XmlNodelist}} | {{Template:Method list header|class=XmlNodelist}} | ||
<table class="wikitable"> | <table class="wikitable"> | ||
Line 14: | Line 13: | ||
<tr><td valign="top">[[UnionSelected (XmlNodelist function)|UnionSelected]]</td><td valign="top">Union of XmlNodelist and selected nodes</td></tr> | <tr><td valign="top">[[UnionSelected (XmlNodelist function)|UnionSelected]]</td><td valign="top">Union of XmlNodelist and selected nodes</td></tr> | ||
<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> | |||
==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> | </table> |
Revision as of 04:54, 28 January 2011
The following are the available XmlNodelist class methods.
Method | Description |
---|---|
Count | Number of nodes in this list |
Debug | Debug information |
Difference | Difference between XmlNodelists |
Item | Retrieve an item from this nodelist |
New | Create a new XmlNodelist |
NodelistID | ID of this XmlNodelist |
UnionSelected | Union of XmlNodelist and selected nodes |
XmlDoc | Get the XmlDoc associated with this nodelist |