ResolvedDocument ClassResolvedDocument ClassResolvedDocument Class

A document that has been returned from an IDocumentResolverIDocumentResolverIDocumentResolver.

Inheritance Hierarchy

Syntax

Public Class ResolvedDocument _
        Implements IResolvedDocument, _
                   System.Xml.XPath.IXPathNavigable
public class ResolvedDocument : IResolvedDocument,
        System.Xml.XPath.IXPathNavigable
public:
ref class ResolvedDocument : IResolvedDocument^,
        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::EqualsDetermines whether the specified object is equal to the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::FinalizeAllows an object to try to free resources and perform other cleanup operations before it 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::GetHashCodeServes as the default hash function. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetTypeGets the TypeTypeType of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseCloneCreates a shallow copy of the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.ToStringObject.ToStringObject::ToStringReturns a string that represents the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)

Top