IResultDocumentHandler InterfaceIResultDocumentHandler InterfaceIResultDocumentHandler Interface
Provides a method for writing multiple output documents from an XSLT stylsheet or an updating XQuery.
Syntax
Public Interface IResultDocumentHandler _ Implements IDisposable
public interface IResultDocumentHandler : IDisposable
public: interface class IResultDocumentHandler : IDisposable^
The IResultDocumentHandlerIResultDocumentHandlerIResultDocumentHandler
type exposes the following members.
Methods
Method | Description | |
---|---|---|
![]() | CompleteCompleteComplete | Indicates that all operations within the scope are completed successfully and releases any resources associated with the current IResultDocumentHandlerIResultDocumentHandlerIResultDocumentHandler. |
![]() | IDisposable.DisposeIDisposable.DisposeIDisposable::Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from System.IDisposableSystem.IDisposableSystem::IDisposable) |
![]() | ResolveResolveResolve | Returns an XmlWriterXmlWriterXmlWriter to which a result document can be written. |