XInclude MethodsXInclude MethodsXInclude Methods

The XIncludeXIncludeXInclude type exposes the following members.

Methods

 MethodDescription
Public methodObject.EqualsObject.EqualsObject::Equals Determines whether the specified objectObjectobject is equal to the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::Finalize Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCode Serves as a hash function for a particular type. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetType Gets the TypeTypeType of the current instance. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone Creates a shallow copy of the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodstaticProcess (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.
Public methodstaticProcess (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.
Public methodstaticProcess (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.
Public methodstaticProcess (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.
Public methodstaticProcess (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.
Public methodstaticProcess (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.
Public methodstaticProcess (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.
Public methodObject.ToStringObject.ToStringObject::ToString Returns a stringStringString that represents the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)

Top