xxNodeSet

The xxNodeSet object provides access to the Document Object Model (DOM) Node List implementation of a selected Transformation Service.

Constructor

Use the xxDomDocument SelectNode or GetElementsByTagName methods to obtain a xxNodeSet object.

Properties

PropertyDescription
CountInteger, read-only, indicates the number of items in this collection.
IndexInteger, read-only, contains the current position for Next and Prev iteration properties.
FirstxxNode, read-only, contains the first node in this collection.
LastxxNode, read-only, contains the last node in this collection.
NextxxNode, read-only, contains the iterator's next node in this collection
PrevxxNode, read-only, contains the iterator's previous node in this collection

 

 

Methods

MethodDescription
GetItemAllows random access of items in the collection.
ResetResets the iterator.

 

Comments

See also xxDomDocument object.

Obtain more information on the concept of XML DOM on www.w3.org/DOM.