DocumentSet Constructor (XmlNameTable, InputSettings)DocumentSet Constructor (XmlNameTable, InputSettings)DocumentSet Constructor (XmlNameTable^, InputSettings^)

Initializes a new instance of the DocumentSetDocumentSetDocumentSet class.

Syntax

Public Sub New ( _
    nameTable As System.Xml.XmlNameTable, _
    inputSettings As InputSettings _
)
public DocumentSet(
    System.Xml.XmlNameTable nameTable,
    InputSettings inputSettings
)
public:
DocumentSet(
    System.Xml::XmlNameTable^ nameTable, 
    InputSettings^ inputSettings
)
 

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.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullExceptionnameTable is null a null reference (Nothing in Visual Basic) nullptr