Table of Contents

Class NodeListAdapter

Namespace
SharpVectors.Dom
Assembly
SharpVectors.Dom.dll

Summary description for NodeListAdapter.

public class NodeListAdapter : INodeList
Inheritance
NodeListAdapter
Implements
Inherited Members

Constructors

NodeListAdapter(XmlNodeList)

Properties

Count

Gets the number of nodes in the list. The range of valid child node indices is 0 to Count-1 inclusive.

this[ulong]

Gets the indexth item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.