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

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

Syntax

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

Exceptions

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