  | Process (XmlReader, Stream, XdmWriterSettings, XIncludeSettings)Process (XmlReader, Stream, XdmWriterSettings, XIncludeSettings)Process (XmlReader^, Stream^, XdmWriterSettings^, XIncludeSettings^) |
Performs XML inclusion processing on an XmlReaderXmlReaderXmlReader instance and
serializes the result to the specified StreamStreamStream using the specified
XdmWriterSettingsXdmWriterSettingsXdmWriterSettings.
|
  | Process (XmlReader, string, XdmWriterSettings, XIncludeSettings)Process (XmlReader, String, XdmWriterSettings, XIncludeSettings)Process (XmlReader^, String^, XdmWriterSettings^, XIncludeSettings^) |
Performs XML inclusion processing on an XmlReaderXmlReaderXmlReader instance and
serializes the result to the specified file using the specified
XdmWriterSettingsXdmWriterSettingsXdmWriterSettings.
|
  | Process (XmlReader, XmlWriter, XIncludeSettings)Process (XmlReader, XmlWriter, XIncludeSettings)Process (XmlReader^, XmlWriter^, XIncludeSettings^) |
Performs XML inclusion processing on an XmlReaderXmlReaderXmlReader instance and
serializes the result to the specified XmlWriterXmlWriterXmlWriter.
|
  | Process (IXPathNavigable, Stream, XdmWriterSettings, XIncludeSettings)Process (IXPathNavigable, Stream, XdmWriterSettings, XIncludeSettings)Process (IXPathNavigable^, Stream^, XdmWriterSettings^, XIncludeSettings^) |
Performs XML inclusion processing on an IXPathNavigableIXPathNavigableIXPathNavigable instance and
serializes the result to the specified StreamStreamStream using the specified
XdmWriterSettingsXdmWriterSettingsXdmWriterSettings.
|
  | Process (IXPathNavigable, TextWriter, XdmWriterSettings, XIncludeSettings)Process (IXPathNavigable, TextWriter, XdmWriterSettings, XIncludeSettings)Process (IXPathNavigable^, TextWriter^, XdmWriterSettings^, XIncludeSettings^) |
Performs XML inclusion processing on an IXPathNavigableIXPathNavigableIXPathNavigable instance and
serializes the result to the specified TextWriterTextWriterTextWriter using the specified
XdmWriterSettingsXdmWriterSettingsXdmWriterSettings.
|
  | Process (IXPathNavigable, string, XdmWriterSettings, XIncludeSettings)Process (IXPathNavigable, String, XdmWriterSettings, XIncludeSettings)Process (IXPathNavigable^, String^, XdmWriterSettings^, XIncludeSettings^) |
Performs XML inclusion processing on an IXPathNavigableIXPathNavigableIXPathNavigable instance and
serializes the result to the specified file using the specified
XdmWriterSettingsXdmWriterSettingsXdmWriterSettings.
|
  | Process (IXPathNavigable, XmlWriter, XIncludeSettings)Process (IXPathNavigable, XmlWriter, XIncludeSettings)Process (IXPathNavigable^, XmlWriter^, XIncludeSettings^) |
Performs XML inclusion processing on an IXPathNavigableIXPathNavigableIXPathNavigable instance and
serializes the result to the specified XmlWriterXmlWriterXmlWriter.
|