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

Methods

 MethodDescription
Public methodCreateNavigatorCreateNavigatorCreateNavigator Returns a new XPathNavigatorXPathNavigatorXPathNavigator object.
Public methodObject.EqualsObject.EqualsObject::Equals Determines whether the specified objectObjectobject is equal to the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::Finalize Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCode Serves as a hash function for a particular type. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetType Gets the TypeTypeType of the current instance. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone Creates a shallow copy of the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.ToStringObject.ToStringObject::ToString Returns a stringStringString that represents the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodWriteTo (Stream)WriteTo (Stream)WriteTo (Stream^) Writes the document out to a StreamStreamStream.
Public methodWriteTo (TextWriter)WriteTo (TextWriter)WriteTo (TextWriter^) Writes the document out to a StreamStreamStream.
Public methodWriteTo (XmlWriter)WriteTo (XmlWriter)WriteTo (XmlWriter^) Writes the document out to an XmlWriterXmlWriterXmlWriter.

Top