DocumentSet Constructor (XmlNameTable, InputSettings, IDocumentResolver, ICollectionResolver, IResourceResolver, bool)DocumentSet Constructor (XmlNameTable, InputSettings, IDocumentResolver, ICollectionResolver, IResourceResolver, Boolean)DocumentSet Constructor (XmlNameTable^, InputSettings^, IDocumentResolver^, ICollectionResolver^, IResourceResolver^, bool)
- XmlPrime 3.0
- Other Versions ▼
Syntax
Public Sub New ( _ nameTable As System.Xml.XmlNameTable, _ inputSettings As InputSettings, _ documentResolver As IDocumentResolver, _ collectionResolver As ICollectionResolver, _ resourceResolver As IResourceResolver, _ threadSafe As Boolean _ )
public DocumentSet( System.Xml.XmlNameTable nameTable, InputSettings inputSettings, IDocumentResolver documentResolver, ICollectionResolver collectionResolver, IResourceResolver resourceResolver, bool threadSafe )
public: DocumentSet( System.Xml::XmlNameTable^ nameTable, InputSettings^ inputSettings, IDocumentResolver^ documentResolver, ICollectionResolver^ collectionResolver, IResourceResolver^ resourceResolver, bool threadSafe )
Parameters
- nameTable
Type: System.Xml.XmlNameTableSystem.Xml.XmlNameTableSystem.Xml::XmlNameTable^
The name table used by all the documents in the document set.
- inputSettings
Type: XmlPrime.InputSettingsXmlPrime.InputSettingsXmlPrime::InputSettings^
The filters to be applied when reading source documents, or
null
a null reference (Nothing
in Visual Basic)nullptr
if no filters should be applied.- documentResolver
Type: XmlPrime.IDocumentResolverXmlPrime.IDocumentResolverXmlPrime::IDocumentResolver^
The resolver used to retrieve documents, or
null
a null reference (Nothing
in Visual Basic)nullptr
if no documents are to be retrieved.- collectionResolver
Type: XmlPrime.ICollectionResolverXmlPrime.ICollectionResolverXmlPrime::ICollectionResolver^
The resolver used to retrieve collections, or
null
a null reference (Nothing
in Visual Basic)nullptr
if no collections are to be retrieved.- resourceResolver
Type: XmlPrime.IResourceResolverXmlPrime.IResourceResolverXmlPrime::IResourceResolver^
The resolver used to retrieve resources, or
null
a null reference (Nothing
in Visual Basic)nullptr
if no resources are to be retrieved. This backs up theunparsed-text
function.- threadSafe
Type: System.BooleanSystem.BooleanSystem::Boolean
true
True
true
if the document set should be thread-safe; otherwisefalse
False
false
.
Exceptions
Exception | Condition |
ArgumentNullExceptionArgumentNullExceptionArgumentNullException | nameTable is null
a null reference (Nothing in Visual Basic)
nullptr |