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

 MethodDescription
Public methodCompleteCompleteComplete Indicates that all operations within the scope are completed successfully and releases any resources associated with the current IResultDocumentHandlerIResultDocumentHandlerIResultDocumentHandler.
Public methodIDisposable.DisposeIDisposable.DisposeIDisposable::DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from System.IDisposableSystem.IDisposableSystem::IDisposable)
Public methodResolveResolveResolve Returns an XmlWriterXmlWriterXmlWriter to which a result document can be written.

Top