C# Class System.Xml.XmlDictionaryWriter.XmlWrappedWriter

Inheritance: XmlDictionaryWriter
Mostra file Open project: dotnet/corefx

Public Methods

Method Description
Close ( ) : void
Flush ( ) : void
LookupPrefix ( string namespaceUri ) : string
WriteAttributes ( XmlReader reader, bool defattr ) : void
WriteBase64 ( byte buffer, int index, int count ) : void
WriteBinHex ( byte buffer, int index, int count ) : void
WriteCData ( string text ) : void
WriteCharEntity ( char ch ) : void
WriteChars ( char buffer, int index, int count ) : void
WriteComment ( string text ) : void
WriteDocType ( string name, string pubid, string sysid, string subset ) : void
WriteEndAttribute ( ) : void
WriteEndDocument ( ) : void
WriteEndElement ( ) : void
WriteEntityRef ( string name ) : void
WriteFullEndElement ( ) : void
WriteName ( string name ) : void
WriteNmToken ( string name ) : void
WriteNode ( XmlReader reader, bool defattr ) : void
WriteProcessingInstruction ( string name, string text ) : void
WriteQualifiedName ( string localName, string namespaceUri ) : void
WriteRaw ( char buffer, int index, int count ) : void
WriteRaw ( string data ) : void
WriteStartAttribute ( string prefix, string localName, string namespaceUri ) : void
WriteStartDocument ( ) : void
WriteStartDocument ( bool standalone ) : void
WriteStartElement ( string prefix, string localName, string namespaceUri ) : void
WriteString ( string text ) : void
WriteSurrogateCharEntity ( char lowChar, char highChar ) : void
WriteValue ( DateTimeOffset value ) : void
WriteValue ( bool value ) : void
WriteValue ( double value ) : void
WriteValue ( int value ) : void
WriteValue ( long value ) : void
WriteValue ( object value ) : void
WriteValue ( string value ) : void
WriteWhitespace ( string whitespace ) : void
WriteXmlnsAttribute ( string prefix, string namespaceUri ) : void
XmlWrappedWriter ( XmlWriter writer ) : System

Method Details

Close() public method

public Close ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

LookupPrefix() public method

public LookupPrefix ( string namespaceUri ) : string
namespaceUri 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

WriteBinHex() public method

public WriteBinHex ( 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

WriteComment() public method

public WriteComment ( string text ) : void
text string
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

WriteEndAttribute() public method

public WriteEndAttribute ( ) : void
return void

WriteEndDocument() public method

public WriteEndDocument ( ) : void
return void

WriteEndElement() public method

public WriteEndElement ( ) : void
return void

WriteEntityRef() public method

public WriteEntityRef ( string name ) : void
name string
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 ( XmlReader reader, bool defattr ) : void
reader XmlReader
defattr bool
return void

WriteProcessingInstruction() public method

public WriteProcessingInstruction ( string name, string text ) : void
name string
text string
return void

WriteQualifiedName() public method

public WriteQualifiedName ( string localName, string namespaceUri ) : void
localName string
namespaceUri 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

WriteStartAttribute() public method

public WriteStartAttribute ( string prefix, string localName, string namespaceUri ) : void
prefix string
localName string
namespaceUri string
return void

WriteStartDocument() public method

public WriteStartDocument ( ) : void
return void

WriteStartDocument() public method

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

WriteStartElement() public method

public WriteStartElement ( string prefix, string localName, string namespaceUri ) : void
prefix string
localName string
namespaceUri string
return void

WriteString() public method

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

WriteSurrogateCharEntity() public method

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

WriteValue() public method

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

WriteValue() public method

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

WriteValue() public method

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

WriteValue() public method

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

WriteValue() public method

public WriteValue ( long value ) : void
value long
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 whitespace ) : void
whitespace string
return void

WriteXmlnsAttribute() public method

public WriteXmlnsAttribute ( string prefix, string namespaceUri ) : void
prefix string
namespaceUri string
return void

XmlWrappedWriter() public method

public XmlWrappedWriter ( XmlWriter writer ) : System
writer XmlWriter
return System