Mono Class Library: Overview

System.Xml.Serialization.XmlSerializationWriter: Members

The members of System.Xml.Serialization.XmlSerializationWriter are listed below.

See Also: Inherited members from System.Xml.Serialization.XmlSerializationGeneratedCode

Protected Constructors

Documentation for this section has not yet been entered.

Protected Properties

EscapeNamebool. Documentation for this section has not yet been entered.
NamespacesArrayList. Documentation for this section has not yet been entered.
WriterSystem.Xml.XmlWriter. Documentation for this section has not yet been entered.

Protected Methods

AddWriteCallback(Type, string, string, XmlSerializationWriteCallback)
Documentation for this section has not yet been entered.
CreateChoiceIdentifierValueException(string, string, string, string) : Exception
Documentation for this section has not yet been entered.
CreateInvalidAnyTypeException(object) : Exception
Documentation for this section has not yet been entered.
CreateInvalidAnyTypeException(Type) : Exception
Documentation for this section has not yet been entered.
CreateInvalidChoiceIdentifierValueException(string, string) : Exception
Documentation for this section has not yet been entered.
CreateInvalidEnumValueException(object, string) : Exception
Documentation for this section has not yet been entered.
CreateMismatchChoiceException(string, string, string) : Exception
Documentation for this section has not yet been entered.
CreateUnknownAnyElementException(string, string) : Exception
Documentation for this section has not yet been entered.
CreateUnknownTypeException(object) : Exception
Documentation for this section has not yet been entered.
CreateUnknownTypeException(Type) : Exception
Documentation for this section has not yet been entered.
static
FromByteArrayBase64(byte[]) : byte[]
Documentation for this section has not yet been entered.
static
FromByteArrayHex(byte[]) : string
Documentation for this section has not yet been entered.
static
FromChar(char) : string
Documentation for this section has not yet been entered.
static
FromDate(DateTime) : string
Documentation for this section has not yet been entered.
static
FromDateTime(DateTime) : string
Documentation for this section has not yet been entered.
static
FromEnum(long, string[], long[]) : string
Documentation for this section has not yet been entered.
static
FromEnum(long, string[], long[], string) : string
Documentation for this section has not yet been entered.
static
FromTime(DateTime) : string
Documentation for this section has not yet been entered.
static
FromXmlName(string) : string
Documentation for this section has not yet been entered.
static
FromXmlNCName(string) : string
Documentation for this section has not yet been entered.
static
FromXmlNmToken(string) : string
Documentation for this section has not yet been entered.
static
FromXmlNmTokens(string) : string
Documentation for this section has not yet been entered.
FromXmlQualifiedName(System.Xml.XmlQualifiedName) : string
Documentation for this section has not yet been entered.
FromXmlQualifiedName(System.Xml.XmlQualifiedName, bool) : string
Documentation for this section has not yet been entered.
abstract
InitCallbacks()
Documentation for this section has not yet been entered.
static
ResolveDynamicAssembly(string) : System.Reflection.Assembly
Documentation for this section has not yet been entered.
TopLevelElement()
Documentation for this section has not yet been entered.
WriteAttribute(string, byte[])
Documentation for this section has not yet been entered.
WriteAttribute(string, string)
Documentation for this section has not yet been entered.
WriteAttribute(string, string, byte[])
Documentation for this section has not yet been entered.
WriteAttribute(string, string, string)
Documentation for this section has not yet been entered.
WriteAttribute(string, string, string, string)
Documentation for this section has not yet been entered.
WriteElementEncoded(System.Xml.XmlNode, string, string, bool, bool)
Documentation for this section has not yet been entered.
WriteElementLiteral(System.Xml.XmlNode, string, string, bool, bool)
Documentation for this section has not yet been entered.
WriteElementQualifiedName(string, System.Xml.XmlQualifiedName)
Documentation for this section has not yet been entered.
WriteElementQualifiedName(string, string, System.Xml.XmlQualifiedName)
Documentation for this section has not yet been entered.
WriteElementQualifiedName(string, System.Xml.XmlQualifiedName, System.Xml.XmlQualifiedName)
Documentation for this section has not yet been entered.
WriteElementQualifiedName(string, string, System.Xml.XmlQualifiedName, System.Xml.XmlQualifiedName)
Documentation for this section has not yet been entered.
WriteElementString(string, string)
Documentation for this section has not yet been entered.
WriteElementString(string, string, string)
Documentation for this section has not yet been entered.
WriteElementString(string, string, System.Xml.XmlQualifiedName)
Documentation for this section has not yet been entered.
WriteElementString(string, string, string, System.Xml.XmlQualifiedName)
Documentation for this section has not yet been entered.
WriteElementStringRaw(string, byte[])
Documentation for this section has not yet been entered.
WriteElementStringRaw(string, string)
Documentation for this section has not yet been entered.
WriteElementStringRaw(string, byte[], System.Xml.XmlQualifiedName)
Documentation for this section has not yet been entered.
WriteElementStringRaw(string, string, byte[])
Documentation for this section has not yet been entered.
WriteElementStringRaw(string, string, string)
Documentation for this section has not yet been entered.
WriteElementStringRaw(string, string, System.Xml.XmlQualifiedName)
Documentation for this section has not yet been entered.
WriteElementStringRaw(string, string, byte[], System.Xml.XmlQualifiedName)
Documentation for this section has not yet been entered.
WriteElementStringRaw(string, string, string, System.Xml.XmlQualifiedName)
Documentation for this section has not yet been entered.
WriteEmptyTag(string)
Documentation for this section has not yet been entered.
WriteEmptyTag(string, string)
Documentation for this section has not yet been entered.
WriteEndElement()
Documentation for this section has not yet been entered.
WriteEndElement(object)
Documentation for this section has not yet been entered.
WriteId(object)
Documentation for this section has not yet been entered.
WriteNamespaceDeclarations(XmlSerializerNamespaces)
Documentation for this section has not yet been entered.
WriteNullableQualifiedNameEncoded(string, string, System.Xml.XmlQualifiedName, System.Xml.XmlQualifiedName)
Documentation for this section has not yet been entered.
WriteNullableQualifiedNameLiteral(string, string, System.Xml.XmlQualifiedName)
Documentation for this section has not yet been entered.
WriteNullableStringEncoded(string, string, string, System.Xml.XmlQualifiedName)
Documentation for this section has not yet been entered.
WriteNullableStringEncodedRaw(string, string, byte[], System.Xml.XmlQualifiedName)
Documentation for this section has not yet been entered.
WriteNullableStringEncodedRaw(string, string, string, System.Xml.XmlQualifiedName)
Documentation for this section has not yet been entered.
WriteNullableStringLiteral(string, string, string)
Documentation for this section has not yet been entered.
WriteNullableStringLiteralRaw(string, string, byte[])
Documentation for this section has not yet been entered.
WriteNullableStringLiteralRaw(string, string, string)
Documentation for this section has not yet been entered.
WriteNullTagEncoded(string)
Documentation for this section has not yet been entered.
WriteNullTagEncoded(string, string)
Documentation for this section has not yet been entered.
WriteNullTagLiteral(string)
Documentation for this section has not yet been entered.
WriteNullTagLiteral(string, string)
Documentation for this section has not yet been entered.
WritePotentiallyReferencingElement(string, string, object)
Documentation for this section has not yet been entered.
WritePotentiallyReferencingElement(string, string, object, Type)
Documentation for this section has not yet been entered.
WritePotentiallyReferencingElement(string, string, object, Type, bool)
Documentation for this section has not yet been entered.
WritePotentiallyReferencingElement(string, string, object, Type, bool, bool)
Documentation for this section has not yet been entered.
WriteReferencedElements()
Documentation for this section has not yet been entered.
WriteReferencingElement(string, string, object)
Documentation for this section has not yet been entered.
WriteReferencingElement(string, string, object, bool)
Documentation for this section has not yet been entered.
WriteRpcResult(string, string)
Documentation for this section has not yet been entered.
WriteSerializable(IXmlSerializable, string, string, bool)
Documentation for this section has not yet been entered.
WriteSerializable(IXmlSerializable, string, string, bool, bool)
Documentation for this section has not yet been entered.
WriteStartDocument()
Documentation for this section has not yet been entered.
WriteStartElement(string)
Documentation for this section has not yet been entered.
WriteStartElement(string, string)
Documentation for this section has not yet been entered.
WriteStartElement(string, string, bool)
Documentation for this section has not yet been entered.
WriteStartElement(string, string, object)
Documentation for this section has not yet been entered.
WriteStartElement(string, string, object, bool)
Documentation for this section has not yet been entered.
WriteStartElement(string, string, object, bool, XmlSerializerNamespaces)
Documentation for this section has not yet been entered.
WriteTypedPrimitive(string, string, object, bool)
Documentation for this section has not yet been entered.
WriteValue(byte[])
Documentation for this section has not yet been entered.
WriteValue(string)
Documentation for this section has not yet been entered.
WriteXmlAttribute(System.Xml.XmlNode)
Documentation for this section has not yet been entered.
WriteXmlAttribute(System.Xml.XmlNode, object)
Documentation for this section has not yet been entered.
WriteXsiType(string, string)
Documentation for this section has not yet been entered.