XInclude.Process Method (XmlReader, XmlWriter, XIncludeSettings)XInclude.Process Method (XmlReader, XmlWriter, XIncludeSettings)XInclude::Process Method (XmlReader^, XmlWriter^, XIncludeSettings^)

Performs XML inclusion processing on an XmlReaderXmlReaderXmlReader instance and serializes the result to the specified XmlWriterXmlWriterXmlWriter.

Syntax

Public Shared Sub Process( _
    reader As System.Xml.XmlReader, _
    writer As System.Xml.XmlWriter, _
    includeSettings As XIncludeSettings _
)
public static void Process(
    System.Xml.XmlReader reader,
    System.Xml.XmlWriter writer,
    XIncludeSettings includeSettings
)
public:
static void Process(
    System.Xml::XmlReader^ reader, 
    System.Xml::XmlWriter^ writer, 
    XIncludeSettings^ includeSettings
)
 

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullException reader or writer is null a null reference (Nothing in Visual Basic) nullptr.
XdmExceptionXdmExceptionXdmExceptionAn error occurred during serialization.