ResultDocument ClassResultDocument ClassResultDocument Class

A result document returned from an XSL stylesheet.

Inheritance Hierarchy

Syntax

Public NotInheritable Class ResultDocument _
        Implements System.Xml.XPath.IXPathNavigable
public sealed class ResultDocument : System.Xml.XPath.IXPathNavigable
public:
ref class ResultDocument sealed : System.Xml.XPath::IXPathNavigable^
 
The ResultDocumentResultDocumentResultDocument type exposes the following members.

Properties

 PropertyDescription
Public propertyDocumentURIDocumentURIDocumentURI The document URI of the result document.
Public propertySerializationSettingsSerializationSettingsSerializationSettings The serialization settings of the document.

Top