C# Class System.Xml.XmlRawWriter

Inheritance: XmlWriter
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Свойство Type Description
base64Encoder XmlRawWriterBase64Encoder
resolver IXmlNamespaceResolver

Private Properties

Свойство Type Description
Close void
StartElementContent void
WriteEndBase64 void
WriteEndElement void
WriteFullEndElement void
WriteNamespaceDeclaration void
WriteQualifiedName void
WriteXmlDeclaration void
WriteXmlDeclaration void

Méthodes publiques

Méthode Description
LookupPrefix ( string ns ) : string
WriteAttributes ( XmlReader reader, bool defattr ) : void
WriteBase64 ( byte buffer, int index, int count ) : void
WriteCData ( string text ) : void
WriteCharEntity ( char ch ) : void
WriteChars ( char buffer, int index, int count ) : void
WriteDocType ( string name, string pubid, string sysid, string subset ) : void
WriteEndDocument ( ) : void
WriteEndElement ( ) : void
WriteFullEndElement ( ) : void
WriteName ( string name ) : void
WriteNmToken ( string name ) : void
WriteNode ( System navigator, bool defattr ) : void
WriteNode ( XmlReader reader, bool defattr ) : void
WriteQualifiedName ( string localName, string ns ) : void
WriteRaw ( char buffer, int index, int count ) : void
WriteRaw ( string data ) : void
WriteStartDocument ( ) : void
WriteStartDocument ( bool standalone ) : void
WriteSurrogateCharEntity ( char lowChar, char highChar ) : void
WriteValue ( object value ) : void
WriteValue ( string value ) : void
WriteWhitespace ( string ws ) : void

Private Methods

Méthode Description
Close ( WriteState currentState ) : void
StartElementContent ( ) : void
WriteEndBase64 ( ) : void
WriteEndElement ( string prefix, string localName, string ns ) : void
WriteFullEndElement ( string prefix, string localName, string ns ) : void
WriteNamespaceDeclaration ( string prefix, string ns ) : void
WriteQualifiedName ( string prefix, string localName, string ns ) : void
WriteXmlDeclaration ( XmlStandalone standalone ) : void
WriteXmlDeclaration ( string xmldecl ) : void

Method Details

LookupPrefix() public méthode

public LookupPrefix ( string ns ) : string
ns string
Résultat string

WriteAttributes() public méthode

public WriteAttributes ( XmlReader reader, bool defattr ) : void
reader XmlReader
defattr bool
Résultat void

WriteBase64() public méthode

public WriteBase64 ( byte buffer, int index, int count ) : void
buffer byte
index int
count int
Résultat void

WriteCData() public méthode

public WriteCData ( string text ) : void
text string
Résultat void

WriteCharEntity() public méthode

public WriteCharEntity ( char ch ) : void
ch char
Résultat void

WriteChars() public méthode

public WriteChars ( char buffer, int index, int count ) : void
buffer char
index int
count int
Résultat void

WriteDocType() public méthode

public WriteDocType ( string name, string pubid, string sysid, string subset ) : void
name string
pubid string
sysid string
subset string
Résultat void

WriteEndDocument() public méthode

public WriteEndDocument ( ) : void
Résultat void

WriteEndElement() public méthode

public WriteEndElement ( ) : void
Résultat void

WriteFullEndElement() public méthode

public WriteFullEndElement ( ) : void
Résultat void

WriteName() public méthode

public WriteName ( string name ) : void
name string
Résultat void

WriteNmToken() public méthode

public WriteNmToken ( string name ) : void
name string
Résultat void

WriteNode() public méthode

public WriteNode ( System navigator, bool defattr ) : void
navigator System
defattr bool
Résultat void

WriteNode() public méthode

public WriteNode ( XmlReader reader, bool defattr ) : void
reader XmlReader
defattr bool
Résultat void

WriteQualifiedName() public méthode

public WriteQualifiedName ( string localName, string ns ) : void
localName string
ns string
Résultat void

WriteRaw() public méthode

public WriteRaw ( char buffer, int index, int count ) : void
buffer char
index int
count int
Résultat void

WriteRaw() public méthode

public WriteRaw ( string data ) : void
data string
Résultat void

WriteStartDocument() public méthode

public WriteStartDocument ( ) : void
Résultat void

WriteStartDocument() public méthode

public WriteStartDocument ( bool standalone ) : void
standalone bool
Résultat void

WriteSurrogateCharEntity() public méthode

public WriteSurrogateCharEntity ( char lowChar, char highChar ) : void
lowChar char
highChar char
Résultat void

WriteValue() public méthode

public WriteValue ( object value ) : void
value object
Résultat void

WriteValue() public méthode

public WriteValue ( string value ) : void
value string
Résultat void

WriteWhitespace() public méthode

public WriteWhitespace ( string ws ) : void
ws string
Résultat void

Property Details

base64Encoder protected_oe property

protected XmlRawWriterBase64Encoder,System.Xml base64Encoder
Résultat XmlRawWriterBase64Encoder

resolver protected_oe property

protected IXmlNamespaceResolver resolver
Résultat IXmlNamespaceResolver