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 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.

MethodDescription
CountNumber of nodes in this list
DebugDebug information
DifferenceDifference between XmlNodelists
ItemRetrieve an item from this nodelist
NewCreate a new XmlNodelist
NodelistIDID of this XmlNodelist
UnionSelectedUnion of XmlNodelist and selected nodes
XmlDocGet the XmlDoc associated with this nodelist

See also