Method | Description | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : 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 | ||
WriteEntityRef ( string name ) : void | ||
WriteProcessingInstruction ( string name, string text ) : void | ||
WriteRaw ( char buffer, int index, int count ) : void | ||
WriteRaw ( string data ) : void | ||
WriteStartAttribute ( string prefix, string localName, string ns ) : void | ||
WriteStartElement ( string prefix, string localName, string ns ) : void | ||
WriteString ( string text ) : void | ||
WriteSurrogateCharEntity ( char lowChar, char highChar ) : void | ||
WriteValue ( System.DateTime value ) : void | ||
WriteValue ( bool value ) : void | ||
WriteValue ( decimal value ) : void | ||
WriteValue ( double value ) : void | ||
WriteValue ( float value ) : void | ||
WriteValue ( int value ) : void | ||
WriteValue ( long value ) : void | ||
WriteValue ( object value ) : void | ||
WriteValue ( string value ) : void | ||
WriteWhitespace ( string ws ) : void | ||
XmlRawWriterWrapper ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
StartElementContent ( ) : void |
No-op.
|
|
WriteEndElement ( string prefix, string localName, string ns ) : void |
Forward to WriteEndElement().
|
|
WriteFullEndElement ( string prefix, string localName, string ns ) : void |
Forward to WriteFullEndElement().
|
|
WriteNamespaceDeclaration ( string prefix, string ns ) : void |
Forward to WriteAttribute();
|
|
WriteXmlDeclaration ( XmlStandalone standalone ) : void |
No-op.
|
|
WriteXmlDeclaration ( string xmldecl ) : void |
No-op.
|
public WriteChars ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
return | void |
public WriteDocType ( string name, string pubid, string sysid, string subset ) : void | ||
name | string | |
pubid | string | |
sysid | string | |
subset | string | |
return | void |
public WriteProcessingInstruction ( string name, string text ) : void | ||
name | string | |
text | string | |
return | void |
public WriteRaw ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
return | void |
public WriteStartAttribute ( string prefix, string localName, string ns ) : void | ||
prefix | string | |
localName | string | |
ns | string | |
return | void |
public WriteStartElement ( string prefix, string localName, string ns ) : void | ||
prefix | string | |
localName | string | |
ns | string | |
return | void |
public WriteSurrogateCharEntity ( char lowChar, char highChar ) : void | ||
lowChar | char | |
highChar | char | |
return | void |
public WriteValue ( System.DateTime value ) : void | ||
value | System.DateTime | |
return | void |
public XmlRawWriterWrapper ( |
||
writer | ||
return | System |