XdmSerializer ClassXdmSerializer ClassXdmSerializer Class

Serializes an XDM instance as described by the XSLT 2.0 and XQuery 1.0 Serialization specification.

Inheritance Hierarchy

Syntax

Public Class XdmSerializer
public class XdmSerializer
public:
ref class XdmSerializer
 
The XdmSerializerXdmSerializerXdmSerializer type exposes the following members.

Constructors

 ConstructorDescription
Public methodXdmSerializerXdmSerializerXdmSerializer Initializes a new instance of the XdmSerializerXdmSerializerXdmSerializer class from a specified XdmSerializationSettingsXdmSerializationSettingsXdmSerializationSettings object.

Top

Methods

 MethodDescription
Public methodCreateXmlWriterCreateXmlWriterCreateXmlWriter Creates an XML writer from this serializer.
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 methodSerialize (XPathItem, Stream)Serialize (XPathItem, Stream)Serialize (XPathItem^, Stream^) Serializes the specified XPathItemXPathItemXPathItem to the specified StreamStreamStream.
Public methodSerialize (XPathNavigator, Stream)Serialize (XPathNavigator, Stream)Serialize (XPathNavigator^, Stream^) Serializes the specified XPathNavigatorXPathNavigatorXPathNavigator to the specified StreamStreamStream.
Public methodSerialize (XPathItemCollection, Stream)Serialize (XPathItemCollection, Stream)Serialize (XPathItemCollection^, Stream^) Serializes the specified XPathItemCollectionXPathItemCollectionXPathItemCollection to the specified StreamStreamStream.
Public methodObject.ToStringObject.ToStringObject::ToString Returns a stringStringString that represents the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)

Top