XPathItemCollection ClassXPathItemCollection ClassXPathItemCollection Class
Represents the results obtained by evaluating an XQuery expression.
Inheritance Hierarchy
- System.ObjectSystem.ObjectSystem::Object
- XmlPrime.XPathItemCollectionXmlPrime.XPathItemCollectionXmlPrime::XPathItemCollection
Syntax
Public MustInherit Class XPathItemCollection _ Implements IEnumerable(Of System.Xml.XPath.XPathItem), _ System.Collections.IEnumerable
public abstract class XPathItemCollection : IEnumerable<System.Xml.XPath.XPathItem>, System.Collections.IEnumerable
public: ref class XPathItemCollection abstract : IEnumerable<System.Xml.XPath::XPathItem^>, System.Collections::IEnumerable^
The XPathItemCollectionXPathItemCollectionXPathItemCollection
type exposes the following members.
Constructors
Constructor | Description | |
---|---|---|
![]() | XPathItemCollectionXPathItemCollectionXPathItemCollection | Creates a new instance of the XPathItemCollectionXPathItemCollectionXPathItemCollection with the specified name table. |
Properties
Property | Description | |
---|---|---|
![]() ![]() | EmptySequenceEmptySequenceEmptySequence | Gets the value representing the empty sequence. |
![]() | NameTableNameTableNameTable | Gets the name table associated with the XDM values. |
Methods
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IEnumerable.GetEnumeratorIEnumerable.GetEnumeratorIEnumerable::GetEnumerator | Returns an enumerator that iterates through a collection. |