List of XmlNodelist methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
Line 3: | Line 3: | ||
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}} | ||
<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> |
Revision as of 19:23, 16 March 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 |