XInclude.Process Method (IXPathNavigable, Stream, XdmWriterSettings, XIncludeSettings)XInclude.Process Method (IXPathNavigable, Stream, XdmWriterSettings, XIncludeSettings)XInclude::Process Method (IXPathNavigable^, Stream^, XdmWriterSettings^, XIncludeSettings^)

Performs XML inclusion processing on an IXPathNavigableIXPathNavigableIXPathNavigable instance and serializes the result to a StreamStreamStream using the specified XdmWriterSettingsXdmWriterSettingsXdmWriterSettings.

Syntax

Public Shared Sub Process( _
    navigable As System.Xml.XPath.IXPathNavigable, _
    stream As System.IO.Stream, _
    settings As XmlPrime.Serialization.XdmWriterSettings, _
    includeSettings As XIncludeSettings _
)
public static void Process(
    System.Xml.XPath.IXPathNavigable navigable,
    System.IO.Stream stream,
    XmlPrime.Serialization.XdmWriterSettings settings,
    XIncludeSettings includeSettings
)
public:
static void Process(
    System.Xml.XPath::IXPathNavigable^ navigable, 
    System.IO::Stream^ stream, 
    XmlPrime.Serialization::XdmWriterSettings^ settings, 
    XIncludeSettings^ includeSettings
)
 

Exceptions

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