ResolvedDocument ClassResolvedDocument ClassResolvedDocument Class

A document that has been returned from an IDocumentResolverIDocumentResolverIDocumentResolver.

Inheritance Hierarchy

Syntax

Public Class ResolvedDocument _
        Implements System.Xml.XPath.IXPathNavigable
public class ResolvedDocument : System.Xml.XPath.IXPathNavigable
public:
ref class ResolvedDocument : System.Xml.XPath::IXPathNavigable^
 
The ResolvedDocumentResolvedDocumentResolvedDocument type exposes the following members.

Constructors

 ConstructorDescription
Public methodResolvedDocument (IXPathNavigable)ResolvedDocument (IXPathNavigable)ResolvedDocument (IXPathNavigable^) Initializes a new instance of the ResolvedDocumentResolvedDocumentResolvedDocument class.
Public methodResolvedDocument (IXPathNavigable, string)ResolvedDocument (IXPathNavigable, String)ResolvedDocument (IXPathNavigable^, String^) Initializes a new instance of the ResolvedDocumentResolvedDocumentResolvedDocument class.

Top

Properties

 PropertyDescription
Public propertyMediaTypeMediaTypeMediaType Gets or sets the media-type of the resolved resource.

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 methodGetFragmentGetFragmentGetFragment Resolves a fragment identifier to a node in the document.
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)

Top