DocumentSet MethodsDocumentSet MethodsDocumentSet Methods

The DocumentSetDocumentSetDocumentSet type exposes the following members.

Methods

 MethodDescription
Public methodAddCollectionAddCollectionAddCollection Associates the specified nodes with the specified collection URI, or marks the collection URI as unavailable.
Public methodAddDocument (IXPathNavigable)AddDocument (IXPathNavigable)AddDocument (IXPathNavigable^) Adds the document represented by the specified IXPathNavigableIXPathNavigableIXPathNavigable to the set of available documents, and associates it with its document URI.
Public methodAddDocument (AnyUri, IXPathNavigable)AddDocument (AnyUri, IXPathNavigable)AddDocument (AnyUri^, IXPathNavigable^) Adds the document represented by the specified IXPathNavigableIXPathNavigableIXPathNavigable to the set of available documents, and associates it with the specified document URI, or marks a document as unavailable.
Public methodAddDocument (AnyUri, ResolvedDocument)AddDocument (AnyUri, ResolvedDocument)AddDocument (AnyUri^, ResolvedDocument^) Adds the document represented by the specified ResolvedDocumentResolvedDocumentResolvedDocument to the set of available documents, and associates it with the specified document URI, or marks a document as unavailable.
Public methodAddResourceAddResourceAddResource Adds the resource represented by the specified StreamStreamStream to the set of available resources, and associates it with its document URI.
Public methodCollectionCollectionCollection Returns an IXPathNavigableIXPathNavigableIXPathNavigable instance representing the collection retrieved from the specified URI.
Public methodCreateXmlResolverCreateXmlResolverCreateXmlResolver Creates a new XmlResolverXmlResolverXmlResolver instance which retrieves resources from this document set.
Public methodDocumentDocumentDocument Returns an XPathNavigatorXPathNavigatorXPathNavigator instance representing a node in the document retrieved from the specified URI.
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)
Public methodIncludeWellKnownDTDsIncludeWellKnownDTDsIncludeWellKnownDTDs Adds a collection of well known DTDs to the document set.
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone Creates a shallow copy of the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodResolvedDocumentResolvedDocumentResolvedDocument Returns an ResolvedDocumentResolvedDocumentResolvedDocument instance representing the document retrieved from the specified URI.
Public methodResourceResourceResource Returns the resource with the specified URI.
Public methodObject.ToStringObject.ToStringObject::ToString Returns a stringStringString that represents the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodTryGetCollectionTryGetCollectionTryGetCollection Gets the collection with the specified URI from the DocumentSetDocumentSetDocumentSet.
Public methodTryGetDocumentTryGetDocumentTryGetDocument Gets the document with the specified URI from the DocumentSetDocumentSetDocumentSet.
Public methodTryGetResourceTryGetResourceTryGetResource Gets the resource with the specified URI from the DocumentSetDocumentSetDocumentSet.
Public methodTryGetUnparsedTextTryGetUnparsedTextTryGetUnparsedText Gets the unparsed text of the resource with the specified URI from the DocumentSetDocumentSetDocumentSet.
Public methodUnparsedTextUnparsedTextUnparsedText Returns a stringStringString containing the unparsed text of a resource with the specified URI.

Top