Method | Description | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : void | ||
LookupPrefix ( string ns ) : string | ||
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 | ||
WriteProcessingInstruction ( string name, string text ) : void | ||
WriteQualifiedName ( string localName, string ns ) : 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 | ||
WriteWhitespace ( string ws ) : void |
Method | Description | |
---|---|---|
BeginWrite ( |
||
EndWrite ( ) : void |
public WriteBase64 ( byte buffer, int index, int count ) : void | ||
buffer | byte | |
index | int | |
count | int | |
return | void |
public WriteBinHex ( byte buffer, int index, int count ) : void | ||
buffer | byte | |
index | int | |
count | int | |
return | void |
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 WriteQualifiedName ( string localName, string ns ) : void | ||
localName | string | |
ns | 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 WriteStartDocument ( bool standalone ) : void | ||
standalone | bool | |
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 |