Method | Description | |
---|---|---|
Close ( ) : void | ||
EndCanonicalization ( ) : void | ||
Flush ( ) : void | ||
FlushAsync ( ) : System.Threading.Tasks.Task | ||
LookupPrefix ( string ns ) : string | ||
StartCanonicalization ( |
||
WriteBase64 ( byte buffer, int offset, int count ) : void | ||
WriteBase64Async ( byte buffer, int offset, int count ) : System.Threading.Tasks.Task | ||
WriteCData ( string text ) : void | ||
WriteCharEntity ( char ch ) : void | ||
WriteChars ( char chars, int offset, int count ) : void | ||
WriteComment ( string text ) : void | ||
WriteDocType ( string name, string pubid, string sysid, string subset ) : void | ||
WriteEndAttribute ( ) : void | ||
WriteEndDocument ( ) : void | ||
WriteEndElement ( ) : void | ||
WriteEndElementAsync ( ) : System.Threading.Tasks.Task | ||
WriteEntityRef ( string name ) : void | ||
WriteFullEndElement ( ) : void | ||
WriteName ( string name ) : void | ||
WriteNmToken ( string name ) : void | ||
WriteProcessingInstruction ( string name, string text ) : void | ||
WriteQualifiedName ( |
||
WriteQualifiedName ( string localName, string namespaceUri ) : void | ||
WriteRaw ( char chars, int offset, int count ) : void | ||
WriteRaw ( string value ) : void | ||
WriteStartAttribute ( string prefix, |
||
WriteStartAttribute ( string prefix, string localName, string namespaceUri ) : void | ||
WriteStartDocument ( ) : void | ||
WriteStartDocument ( bool standalone ) : void | ||
WriteStartElement ( string prefix, |
||
WriteStartElement ( string prefix, string localName, string namespaceUri ) : void | ||
WriteStartElementAsync ( string prefix, string localName, string namespaceUri ) : System.Threading.Tasks.Task | ||
WriteString ( |
||
WriteString ( string value ) : void | ||
WriteSurrogateCharEntity ( char lowChar, char highChar ) : void | ||
WriteValue ( DateTime value ) : void | ||
WriteValue ( Guid value ) : void | ||
WriteValue ( TimeSpan value ) : void | ||
WriteValue ( |
||
WriteValue ( |
||
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 whitespace ) : void | ||
WriteXmlnsAttribute ( string prefix, |
||
WriteXmlnsAttribute ( string prefix, string ns ) : void |
Method | Description | |
---|---|---|
EndArray ( ) : void | ||
EndComment ( ) : void | ||
EndContent ( ) : void | ||
FlushElement ( ) : void | ||
SetOutput ( |
||
StartArray ( int count ) : void | ||
StartComment ( ) : void | ||
StartContent ( ) : void | ||
StartContent ( char ch ) : void | ||
StartContent ( char chars, int offset, int count ) : void | ||
StartContent ( string s ) : void | ||
StartContentAsync ( ) : System.Threading.Tasks.Task | ||
ThrowClosed ( ) : void | ||
WriteEndAttributeAsync ( ) : System.Threading.Tasks.Task | ||
WritePrimitiveValue ( object value ) : void | ||
XmlBaseWriter ( ) : System.IO |
Method | Description | |
---|---|---|
AutoComplete ( WriteState writeState ) : void | ||
AutoCompleteAsync ( WriteState writeState ) : System.Threading.Tasks.Task | ||
EndStartElement ( ) : void | ||
EndStartElementAsync ( ) : System.Threading.Tasks.Task | ||
EnterScope ( ) : Element | ||
ExitScope ( ) : void | ||
FinishDocument ( ) : void | ||
FlushBase64 ( ) : void | ||
FlushBase64Async ( ) : System.Threading.Tasks.Task | ||
FlushElementAsync ( ) : System.Threading.Tasks.Task | ||
FlushTrailBytes ( ) : void | ||
FlushTrailBytesAsync ( ) : System.Threading.Tasks.Task | ||
GeneratePrefix ( string ns, |
||
GetQualifiedNamePrefix ( string namespaceUri, |
||
IsWhitespace ( char ch ) : bool | ||
LookupNamespace ( string prefix ) : string | ||
PreStartElementAsyncCheck ( string prefix, string localName, string ns, |
||
StartAttribute ( string &prefix, string localName, string ns, |
||
StartElement ( string &prefix, string localName, string ns, |
||
StartElementAndWriteStartElementAsync ( string prefix, string localName, string namespaceUri ) : System.Threading.Tasks.Task | ||
StartElementAsync ( string prefix, string localName, string ns, |
||
VerifyWhitespace ( char ch ) : void | ||
VerifyWhitespace ( char chars, int offset, int count ) : void | ||
VerifyWhitespace ( string s ) : void | ||
WriteAttributeText ( string value ) : void | ||
WriteBase64AsyncImpl ( byte buffer, int offset, int count ) : System.Threading.Tasks.Task | ||
WriteEndAttributeAsyncImpl ( ) : System.Threading.Tasks.Task | ||
WriteEndElementAsyncImpl ( ) : System.Threading.Tasks.Task | ||
WriteValue ( Array array ) : void | ||
WriteValue ( ulong value ) : void |
public FlushAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
protected SetOutput ( |
||
writer | ||
return | void |
public StartCanonicalization ( |
||
stream | ||
includeComments | bool | |
inclusivePrefixes | string | |
return | void |
protected StartContent ( char chars, int offset, int count ) : void | ||
chars | char | |
offset | int | |
count | int | |
return | void |
protected StartContentAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public WriteBase64 ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |
public WriteBase64Async ( byte buffer, int offset, int count ) : System.Threading.Tasks.Task | ||
buffer | byte | |
offset | int | |
count | int | |
return | System.Threading.Tasks.Task |
public WriteChars ( char chars, int offset, int count ) : void | ||
chars | char | |
offset | 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 |
protected WriteEndAttributeAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public WriteEndElementAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
protected WritePrimitiveValue ( object value ) : void | ||
value | object | |
return | void |
public WriteProcessingInstruction ( string name, string text ) : void | ||
name | string | |
text | string | |
return | void |
public WriteQualifiedName ( |
||
localName | ||
namespaceUri | ||
return | void |
public WriteQualifiedName ( string localName, string namespaceUri ) : void | ||
localName | string | |
namespaceUri | string | |
return | void |
public WriteRaw ( char chars, int offset, int count ) : void | ||
chars | char | |
offset | int | |
count | int | |
return | void |
public WriteStartAttribute ( string prefix, |
||
prefix | string | |
localName | ||
namespaceUri | ||
return | void |
public WriteStartAttribute ( string prefix, string localName, string namespaceUri ) : void | ||
prefix | string | |
localName | string | |
namespaceUri | string | |
return | void |
public WriteStartDocument ( bool standalone ) : void | ||
standalone | bool | |
return | void |
public WriteStartElement ( string prefix, |
||
prefix | string | |
localName | ||
namespaceUri | ||
return | void |
public WriteStartElement ( string prefix, string localName, string namespaceUri ) : void | ||
prefix | string | |
localName | string | |
namespaceUri | string | |
return | void |
public WriteStartElementAsync ( string prefix, string localName, string namespaceUri ) : System.Threading.Tasks.Task | ||
prefix | string | |
localName | string | |
namespaceUri | string | |
return | System.Threading.Tasks.Task |
public WriteString ( |
||
value | ||
return | void |
public WriteSurrogateCharEntity ( char lowChar, char highChar ) : void | ||
lowChar | char | |
highChar | char | |
return | void |
public WriteValue ( |
||
value | ||
return | void |
public WriteWhitespace ( string whitespace ) : void | ||
whitespace | string | |
return | void |
public WriteXmlnsAttribute ( string prefix, |
||
prefix | string | |
ns | ||
return | void |
public WriteXmlnsAttribute ( string prefix, string ns ) : void | ||
prefix | string | |
ns | string | |
return | void |