C# Class System.Xml.XmlRawWriter

Inheritance: XmlWriter
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Property Type Description
base64Encoder XmlRawWriterBase64Encoder
resolver IXmlNamespaceResolver

Private Properties

Property Type Description
Close void
StartElementContent void
WriteEndBase64 void
WriteEndElement void
WriteFullEndElement void
WriteNamespaceDeclaration void
WriteQualifiedName void
WriteXmlDeclaration void
WriteXmlDeclaration void

Public Methods

Method 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

Method 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 method

public LookupPrefix ( string ns ) : string
ns string
return string

WriteAttributes() public method

public WriteAttributes ( XmlReader reader, bool defattr ) : void
reader XmlReader
defattr bool
return void

WriteBase64() public method

public WriteBase64 ( byte buffer, int index, int count ) : void
buffer byte
index int
count int
return void

WriteCData() public method

public WriteCData ( string text ) : void
text string
return void

WriteCharEntity() public method

public WriteCharEntity ( char ch ) : void
ch char
return void

WriteChars() public method

public WriteChars ( char buffer, int index, int count ) : void
buffer char
index int
count int
return void

WriteDocType() public method

public WriteDocType ( string name, string pubid, string sysid, string subset ) : void
name string
pubid string
sysid string
subset string
return void

WriteEndDocument() public method

public WriteEndDocument ( ) : void
return void

WriteEndElement() public method

public WriteEndElement ( ) : void
return void

WriteFullEndElement() public method

public WriteFullEndElement ( ) : void
return void

WriteName() public method

public WriteName ( string name ) : void
name string
return void

WriteNmToken() public method

public WriteNmToken ( string name ) : void
name string
return void

WriteNode() public method

public WriteNode ( System navigator, bool defattr ) : void
navigator System
defattr bool
return void

WriteNode() public method

public WriteNode ( XmlReader reader, bool defattr ) : void
reader XmlReader
defattr bool
return void

WriteQualifiedName() public method

public WriteQualifiedName ( string localName, string ns ) : void
localName string
ns string
return void

WriteRaw() public method

public WriteRaw ( char buffer, int index, int count ) : void
buffer char
index int
count int
return void

WriteRaw() public method

public WriteRaw ( string data ) : void
data string
return void

WriteStartDocument() public method

public WriteStartDocument ( ) : void
return void

WriteStartDocument() public method

public WriteStartDocument ( bool standalone ) : void
standalone bool
return void

WriteSurrogateCharEntity() public method

public WriteSurrogateCharEntity ( char lowChar, char highChar ) : void
lowChar char
highChar char
return void

WriteValue() public method

public WriteValue ( object value ) : void
value object
return void

WriteValue() public method

public WriteValue ( string value ) : void
value string
return void

WriteWhitespace() public method

public WriteWhitespace ( string ws ) : void
ws string
return void

Property Details

base64Encoder protected_oe property

protected XmlRawWriterBase64Encoder,System.Xml base64Encoder
return XmlRawWriterBase64Encoder

resolver protected_oe property

protected IXmlNamespaceResolver resolver
return IXmlNamespaceResolver