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)
Line 5: Line 5:
<table class="wikitable">
<table class="wikitable">
<tr><th>Method</th><th>Description</th></tr>
<tr><th>Method</th><th>Description</th></tr>
<tr><td valign="top">[[Count (XmlNodelist function)|Count]]</td><td valign="top">Number of nodes in this list</td></tr>
<tr><td valign="top">[[Count (XmlNodelist function)|Count]]</td><td valign="top">Number of nodes in this nodelist</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">Retrieve an item from this nodelist</td></tr>
<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">[[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>

Revision as of 19:15, 28 January 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