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 33: Line 33:
</tr>
</tr>
</table>
</table>
[[Category:System class lists]]

Revision as of 19:43, 1 November 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