Метод | Описание | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : void | ||
LookupPrefix ( string ns ) : string | ||
WriteBase64 ( 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 | ||
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 | ||
WriteStartDocument ( ) : void | ||
WriteStartDocument ( bool standalone ) : 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 |
When overridden in a derived class, writes out the given white space.
|
|
XmlWrappingWriter ( |
Initializes a new instance of the XmlWrappingWriter class.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public LookupPrefix ( string ns ) : string | ||
ns | string | |
Результат | string |
public WriteBase64 ( byte buffer, int index, int count ) : void | ||
buffer | byte | |
index | int | |
count | int | |
Результат | void |
public WriteChars ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
Результат | void |
public WriteComment ( string text ) : void | ||
text | string | |
Результат | void |
public WriteDocType ( string name, string pubId, string sysId, string subset ) : void | ||
name | string | |
pubId | string | |
sysId | string | |
subset | string | |
Результат | void |
public WriteEntityRef ( string name ) : void | ||
name | string | |
Результат | void |
public WriteProcessingInstruction ( string name, string text ) : void | ||
name | string | |
text | string | |
Результат | void |
public WriteRaw ( char buffer, int index, int count ) : void | ||
buffer | char | |
index | int | |
count | int | |
Результат | void |
public WriteStartAttribute ( string prefix, string localName, string ns ) : void | ||
prefix | string | |
localName | string | |
ns | string | |
Результат | void |
public WriteStartDocument ( bool standalone ) : void | ||
standalone | bool | |
Результат | void |
public WriteStartElement ( string prefix, string localName, string ns ) : void | ||
prefix | string | |
localName | string | |
ns | string | |
Результат | void |
public WriteSurrogateCharEntity ( char lowChar, char highChar ) : void | ||
lowChar | char | |
highChar | char | |
Результат | void |
public WriteValue ( System.DateTime value ) : void | ||
value | System.DateTime | |
Результат | void |
public WriteValue ( decimal value ) : void | ||
value | decimal | |
Результат | void |
public WriteWhitespace ( string ws ) : void | ||
ws | string | The string of white space characters. |
Результат | void |
public XmlWrappingWriter ( |
||
baseWriter | The base writer this writer is wrapping. | |
Результат | System |