XdmDocumentWriter.Create Method (XmlNameTable)XdmDocumentWriter.Create Method (XmlNameTable)XdmDocumentWriter::Create Method (XmlNameTable^)

Creates a XdmDocumentWriterXdmDocumentWriterXdmDocumentWriter to write to an XdmDocumentXdmDocumentXdmDocument with the specified name table.

Syntax

Public Shared Function Create( _
    nameTable As System.Xml.XmlNameTable _
) As XdmDocumentWriter
public static XdmDocumentWriter Create(
    System.Xml.XmlNameTable nameTable
)
public:
static XdmDocumentWriter^ Create(
    System.Xml::XmlNameTable^ nameTable
)
 

Remarks

If nameTable is null a null reference (Nothing in Visual Basic) nullptr then a new NameTableNameTableNameTable instance will be used.