XmlDictionaryWriter Class
Microsoft Silverlight will reach end of support after October 2021. Learn more.
An abstract class that Silverlight 5 derives from to do serialization and deserialization.
Inheritance Hierarchy
System.Object
System.Xml.XmlWriter
System.Xml.XmlDictionaryWriter
Namespace: System.Xml
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Syntax
'Declaration
Public MustInherit Class XmlDictionaryWriter _
Inherits XmlWriter
public abstract class XmlDictionaryWriter : XmlWriter
The XmlDictionaryWriter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XmlDictionaryWriter | Creates an instance of this class. Invoked only by its derived classes because this class is abstract. |
Top
Properties
Name | Description | |
---|---|---|
CanCanonicalize | This property always returns false. Its derived classes can override to return true if they support canonicalization. | |
Settings | Gets the XmlWriterSettings object used to create this XmlWriter instance. (Inherited from XmlWriter.) | |
WriteState | When overridden in a derived class, gets the state of the writer. (Inherited from XmlWriter.) | |
XmlLang | When overridden in a derived class, gets the current xml:lang scope. (Inherited from XmlWriter.) | |
XmlSpace | When overridden in a derived class, gets an XmlSpace representing the current xml:space scope. (Inherited from XmlWriter.) |
Top
Methods
Name | Description | |
---|---|---|
Close | When overridden in a derived class, closes this stream and the underlying stream. (Inherited from XmlWriter.) | |
CreateBinaryWriter(Stream) | Creates an instance of XmlDictionaryWriter that writes Silverlight binary XML format. | |
CreateBinaryWriter(Stream, IXmlDictionary) | Creates an instance of XmlDictionaryWriter that writes Silverlight binary XML format. | |
CreateBinaryWriter(Stream, IXmlDictionary, XmlBinaryWriterSession) | Creates an instance of XmlDictionaryWriter that writes Silverlight binary XML format. | |
CreateBinaryWriter(Stream, IXmlDictionary, XmlBinaryWriterSession, Boolean) | Creates an instance of XmlDictionaryWriter that writes Silverlight binary XML format. | |
CreateDictionaryWriter | Creates an instance of XmlDictionaryWriter from an existing XmlWriter. | |
CreateTextWriter(Stream) | Creates an instance of XmlDictionaryWriter that writes text XML. | |
CreateTextWriter(Stream, Encoding) | Creates an instance of XmlDictionaryWriter that writes text XML. | |
CreateTextWriter(Stream, Encoding, Boolean) | Creates an instance of XmlDictionaryWriter that writes text XML. | |
Dispose() | (Inherited from XmlWriter.) | |
Dispose(Boolean) | Releases the unmanaged resources used by the XmlWriter and optionally releases the managed resources. (Inherited from XmlWriter.) | |
EndCanonicalization | This method is not yet implemented. | |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
Flush | When overridden in a derived class, flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. (Inherited from XmlWriter.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LookupPrefix | When overridden in a derived class, returns the closest prefix defined in the current namespace scope for the namespace URI. (Inherited from XmlWriter.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
StartCanonicalization | This method is not yet implemented. Calling it throws a NotSupportedException. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WriteArray(String, String, String, array<Boolean[], Int32, Int32) | Writes values from a Boolean array. | |
WriteArray(String, String, String, array<DateTime[], Int32, Int32) | Writes nodes from a DateTime array. | |
WriteArray(String, String, String, array<Decimal[], Int32, Int32) | Writes nodes from a Decimal array. | |
WriteArray(String, String, String, array<Double[], Int32, Int32) | Writes nodes from a Double array. | |
WriteArray(String, String, String, array<Guid[], Int32, Int32) | Writes nodes from a Guid array. | |
WriteArray(String, String, String, array<Int16[], Int32, Int32) | Writes nodes from a Int16 array. | |
WriteArray(String, String, String, array<Int32[], Int32, Int32) | Writes nodes from a Int32 array. | |
WriteArray(String, String, String, array<Int64[], Int32, Int32) | Writes nodes from a Int64 array. | |
WriteArray(String, String, String, array<Single[], Int32, Int32) | Writes nodes from a Single array. | |
WriteArray(String, String, String, array<TimeSpan[], Int32, Int32) | Writes nodes from a TimeSpan array. | |
WriteArray(String, XmlDictionaryString, XmlDictionaryString, array<Boolean[], Int32, Int32) | Writes nodes from a Boolean array. | |
WriteArray(String, XmlDictionaryString, XmlDictionaryString, array<DateTime[], Int32, Int32) | Writes nodes from a DateTime array. | |
WriteArray(String, XmlDictionaryString, XmlDictionaryString, array<Decimal[], Int32, Int32) | Writes nodes from a Decimal array. | |
WriteArray(String, XmlDictionaryString, XmlDictionaryString, array<Double[], Int32, Int32) | Writes nodes from a Double array. | |
WriteArray(String, XmlDictionaryString, XmlDictionaryString, array<Guid[], Int32, Int32) | Writes nodes from a Guid array. | |
WriteArray(String, XmlDictionaryString, XmlDictionaryString, array<Int16[], Int32, Int32) | Writes nodes from a Int16 array. | |
WriteArray(String, XmlDictionaryString, XmlDictionaryString, array<Int32[], Int32, Int32) | Writes nodes from a Int32 array. | |
WriteArray(String, XmlDictionaryString, XmlDictionaryString, array<Int64[], Int32, Int32) | Writes nodes from a Int64 array. | |
WriteArray(String, XmlDictionaryString, XmlDictionaryString, array<Single[], Int32, Int32) | Writes nodes from a Single array. | |
WriteArray(String, XmlDictionaryString, XmlDictionaryString, array<TimeSpan[], Int32, Int32) | Writes nodes from a TimeSpan array. | |
WriteAttributes | When overridden in a derived class, writes out all the attributes found at the current position in the XmlReader. (Inherited from XmlWriter.) | |
WriteAttributeString(String, String) | When overridden in a derived class, writes out the attribute with the specified local name and value. (Inherited from XmlWriter.) | |
WriteAttributeString(String, String, String) | When overridden in a derived class, writes an attribute with the specified local name, namespace URI, and value. (Inherited from XmlWriter.) | |
WriteAttributeString(XmlDictionaryString, XmlDictionaryString, String) | Writes an attribute qualified name and value. | |
WriteAttributeString(String, XmlDictionaryString, XmlDictionaryString, String) | Writes an attribute qualified name and value. | |
WriteAttributeString(String, String, String, String) | When overridden in a derived class, writes out the attribute with the specified prefix, local name, namespace URI, and value. (Inherited from XmlWriter.) | |
WriteBase64 | When overridden in a derived class, encodes the specified binary bytes as Base64 and writes out the resulting text. (Inherited from XmlWriter.) | |
WriteBinHex | When overridden in a derived class, encodes the specified binary bytes as BinHex and writes out the resulting text. (Inherited from XmlWriter.) | |
WriteCData | When overridden in a derived class, writes out a <![CDATA[...]]> block containing the specified text. (Inherited from XmlWriter.) | |
WriteCharEntity | When overridden in a derived class, forces the generation of a character entity for the specified Unicode character value. (Inherited from XmlWriter.) | |
WriteChars | When overridden in a derived class, writes text one buffer at a time. (Inherited from XmlWriter.) | |
WriteComment | When overridden in a derived class, writes out a comment <!--...--> containing the specified text. (Inherited from XmlWriter.) | |
WriteDocType | When overridden in a derived class, writes the DOCTYPE declaration with the specified name and optional attributes. (Inherited from XmlWriter.) | |
WriteElementString(String, String) | When overridden in a derived class, writes an element with the specified local name and value. (Inherited from XmlWriter.) | |
WriteElementString(String, String, String) | When overridden in a derived class, writes an element with the specified local name, namespace URI, and value. (Inherited from XmlWriter.) | |
WriteElementString(XmlDictionaryString, XmlDictionaryString, String) | Writes an element with a text content. | |
WriteElementString(String, XmlDictionaryString, XmlDictionaryString, String) | Writes an element with a text content. | |
WriteElementString(String, String, String, String) | Writes an element with the specified local name, namespace URI, and value. (Inherited from XmlWriter.) | |
WriteEndAttribute | When overridden in a derived class, closes the previous WriteStartAttribute call. (Inherited from XmlWriter.) | |
WriteEndDocument | When overridden in a derived class, closes any open elements or attributes and puts the writer back in the Start state. (Inherited from XmlWriter.) | |
WriteEndElement | When overridden in a derived class, closes one element and pops the corresponding namespace scope. (Inherited from XmlWriter.) | |
WriteEntityRef | When overridden in a derived class, writes out an entity reference as &name;. (Inherited from XmlWriter.) | |
WriteFullEndElement | When overridden in a derived class, closes one element and pops the corresponding namespace scope. (Inherited from XmlWriter.) | |
WriteName | When overridden in a derived class, writes out the specified name, ensuring it is a valid name according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name). (Inherited from XmlWriter.) | |
WriteNmToken | When overridden in a derived class, writes out the specified name, ensuring it is a valid NmToken according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name). (Inherited from XmlWriter.) | |
WriteNode(XmlDictionaryReader, Boolean) | Writes the current XML node from an XmlDictionaryReader. | |
WriteNode(XmlReader, Boolean) | Writes the current XML node from an XmlReader. (Overrides XmlWriter.WriteNode(XmlReader, Boolean).) | |
WriteProcessingInstruction | When overridden in a derived class, writes out a processing instruction with a space between the name and text as follows: <?name text?>. (Inherited from XmlWriter.) | |
WriteQualifiedName(String, String) | When overridden in a derived class, writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace. (Inherited from XmlWriter.) | |
WriteQualifiedName(XmlDictionaryString, XmlDictionaryString) | Writes the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace. | |
WriteRaw(String) | When overridden in a derived class, writes raw markup manually from a string. (Inherited from XmlWriter.) | |
WriteRaw(array<Char[], Int32, Int32) | When overridden in a derived class, writes raw markup manually from a character buffer. (Inherited from XmlWriter.) | |
WriteStartAttribute(String) | Writes the start of an attribute with the specified local name. (Inherited from XmlWriter.) | |
WriteStartAttribute(String, String) | Writes the start of an attribute with the specified local name and namespace URI. (Inherited from XmlWriter.) | |
WriteStartAttribute(XmlDictionaryString, XmlDictionaryString) | Writes the start of an attribute with the specified local name and namespace URI. | |
WriteStartAttribute(String, XmlDictionaryString, XmlDictionaryString) | Writes the start of an attribute with the specified prefix, local name, and namespace URI. | |
WriteStartAttribute(String, String, String) | When overridden in a derived class, writes the start of an attribute with the specified prefix, local name, and namespace URI. (Inherited from XmlWriter.) | |
WriteStartDocument() | When overridden in a derived class, writes the XML declaration with the version "1.0". (Inherited from XmlWriter.) | |
WriteStartDocument(Boolean) | When overridden in a derived class, writes the XML declaration with the version "1.0" and the standalone attribute. (Inherited from XmlWriter.) | |
WriteStartElement(String) | When overridden in a derived class, writes out a start tag with the specified local name. (Inherited from XmlWriter.) | |
WriteStartElement(String, String) | When overridden in a derived class, writes the specified start tag and associates it with the given namespace. (Inherited from XmlWriter.) | |
WriteStartElement(XmlDictionaryString, XmlDictionaryString) | Writes the specified start element and associates it with the given namespace. | |
WriteStartElement(String, XmlDictionaryString, XmlDictionaryString) | Writes the specified start element and associates it with the given namespace and prefix. | |
WriteStartElement(String, String, String) | When overridden in a derived class, writes the specified start tag and associates it with the given namespace and prefix. (Inherited from XmlWriter.) | |
WriteString(String) | When overridden in a derived class, writes the given text content. (Inherited from XmlWriter.) | |
WriteString(XmlDictionaryString) | Writes the given text content. | |
WriteSurrogateCharEntity | When overridden in a derived class, generates and writes the surrogate character entity for the surrogate character pair. (Inherited from XmlWriter.) | |
WriteTextNode | Writes the text node that an XmlDictionaryReader is currently positioned on. | |
WriteValue(Boolean) | Writes a Boolean value. (Inherited from XmlWriter.) | |
WriteValue(DateTime) | Writes a DateTime value. (Inherited from XmlWriter.) | |
WriteValue(Decimal) | Writes a Decimal value. (Inherited from XmlWriter.) | |
WriteValue(Double) | Writes a Double value. (Inherited from XmlWriter.) | |
WriteValue(Guid) | Writes a Guid value. | |
WriteValue(Int32) | Writes a Int32 value. (Inherited from XmlWriter.) | |
WriteValue(Int64) | Writes a Int64 value. (Inherited from XmlWriter.) | |
WriteValue(IStreamProvider) | Writes a value from an IStreamProvider. | |
WriteValue(Object) | Writes the object value. (Inherited from XmlWriter.) | |
WriteValue(Single) | Writes a single-precision floating-point number. (Inherited from XmlWriter.) | |
WriteValue(String) | Writes a String value. (Inherited from XmlWriter.) | |
WriteValue(TimeSpan) | Writes a TimeSpan value. | |
WriteValue(UniqueId) | Writes a unique ID value. | |
WriteValue(XmlDictionaryString) | Writes a XmlDictionaryString value. | |
WriteWhitespace | When overridden in a derived class, writes out the given white space. (Inherited from XmlWriter.) | |
WriteXmlAttribute(String, String) | Writes a standard XML attribute in the current node. | |
WriteXmlAttribute(XmlDictionaryString, XmlDictionaryString) | Writes an XML attribute in the current node. | |
WriteXmlnsAttribute(String, String) | Writes a namespace declaration attribute. | |
WriteXmlnsAttribute(String, XmlDictionaryString) | Writes a namespace declaration attribute. |
Top
Remarks
You can derive from this class to do other functions than serialization.
Note: |
---|
There is a known issue with the normalization of linefeed characters inside CDATA sections that you might encounter. |
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.