ResultDocumentCollection ClassResultDocumentCollection ClassResultDocumentCollection Class
- XmlPrime 1.4
- Other Versions ▼
A collection of result documents created by an XSL transformation.
Inheritance Hierarchy
- System.ObjectSystem.ObjectSystem::Object
- XmlPrime.ResultDocumentCollectionXmlPrime.ResultDocumentCollectionXmlPrime::ResultDocumentCollection
Syntax
Public NotInheritable Class ResultDocumentCollection _ Implements IEnumerable(Of ResultDocument), _ System.Collections.IEnumerable
public sealed class ResultDocumentCollection : IEnumerable<ResultDocument>, System.Collections.IEnumerable
public: ref class ResultDocumentCollection sealed : IEnumerable<ResultDocument^>, System.Collections::IEnumerable^
The ResultDocumentCollectionResultDocumentCollectionResultDocumentCollection
type exposes the following members.
Properties
Property | Description | |
---|---|---|
![]() | BaseOutputURIBaseOutputURIBaseOutputURI | Gets or sets the base output URI. |
![]() | CountCountCount | Gets the number of documents created by the XSL transformation. |
![]() | ItemItemItem | Gets the ResultDocumentResultDocumentResultDocument with the specified URI. |
Methods
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IEnumerable.GetEnumeratorIEnumerable.GetEnumeratorIEnumerable::GetEnumerator | Returns an enumerator that iterates through a collection. |