List of XmlNodelist methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
Line 9: | Line 9: | ||
<tr><td valign="top">[[Debug (XmlNodelist function)|Debug]]</td><td valign="top">Debug information</td></tr> | <tr><td valign="top">[[Debug (XmlNodelist function)|Debug]]</td><td valign="top">Debug information</td></tr> | ||
<tr><td valign="top">[[Difference (XmlNodelist function)|Difference]]</td><td valign="top">Difference between XmlNodelists</td></tr> | <tr><td valign="top">[[Difference (XmlNodelist function)|Difference]]</td><td valign="top">Difference between XmlNodelists</td></tr> | ||
<tr><td valign="top">[[Item (XmlNodelist function)|Item]]</td><td valign="top"> | <tr><td valign="top">[[Item (XmlNodelist function)|Item]]</td><td valign="top">Retrieve an item from this nodelist</td></tr> | ||
<tr><td valign="top">[[New (XmlNodelist constructor)|New]]</td><td valign="top">Create a new XmlNodelist</td></tr> | <tr><td valign="top">[[New (XmlNodelist constructor)|New]]</td><td valign="top">Create a new XmlNodelist</td></tr> | ||
<tr><td valign="top">[[NodelistID (XmlNodelist function)|NodelistID]]</td><td valign="top">ID of this XmlNodelist</td></tr> | <tr><td valign="top">[[NodelistID (XmlNodelist function)|NodelistID]]</td><td valign="top">ID of this XmlNodelist</td></tr> |
Revision as of 17:12, 25 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 |