Méthode | Description | |
---|---|---|
SetOutput ( Stream stream, bool ownsStream, |
||
WriteAmpersandCharEntity ( ) : void | ||
WriteApostropheCharEntity ( ) : void | ||
WriteBase64Text ( byte trailBytes, int trailByteCount, byte buffer, int offset, int count ) : void | ||
WriteBase64TextAsync ( byte trailBytes, int trailByteCount, byte buffer, int offset, int count ) : Task | ||
WriteBoolText ( bool value ) : void | ||
WriteCData ( string text ) : void | ||
WriteCharEntity ( int ch ) : void | ||
WriteComment ( string text ) : void | ||
WriteDateTimeText ( System.DateTime value ) : void | ||
WriteDecimalText ( decimal value ) : void | ||
WriteDeclaration ( ) : void | ||
WriteDoubleText ( double value ) : void | ||
WriteEndAttribute ( ) : void | ||
WriteEndAttributeAsync ( ) : Task | ||
WriteEndElement ( byte prefixBuffer, int prefixOffset, int prefixLength, byte localNameBuffer, int localNameOffset, int localNameLength ) : void | ||
WriteEndElement ( string prefix, string localName ) : void | ||
WriteEndElementAsync ( string prefix, string localName ) : Task | ||
WriteEndListText ( ) : void | ||
WriteEndStartElement ( bool isEmpty ) : void | ||
WriteEndStartElementAsync ( bool isEmpty ) : Task | ||
WriteEscapedText ( |
||
WriteEscapedText ( byte chars, int offset, int count ) : void | ||
WriteEscapedText ( char s, int offset, int count ) : void | ||
WriteEscapedText ( string s ) : void | ||
WriteFloatText ( float value ) : void | ||
WriteGreaterThanCharEntity ( ) : void | ||
WriteGuidText ( System.Guid value ) : void | ||
WriteInt32Text ( int value ) : void | ||
WriteInt64Text ( long value ) : void | ||
WriteLessThanCharEntity ( ) : void | ||
WriteListSeparator ( ) : void | ||
WriteQualifiedName ( string prefix, |
||
WriteQuoteCharEntity ( ) : void | ||
WriteStartAttribute ( byte prefixBuffer, int prefixOffset, int prefixLength, byte localNameBuffer, int localNameOffset, int localNameLength ) : void | ||
WriteStartAttribute ( string prefix, |
||
WriteStartAttribute ( string prefix, string localName ) : void | ||
WriteStartElement ( byte prefixBuffer, int prefixOffset, int prefixLength, byte localNameBuffer, int localNameOffset, int localNameLength ) : void | ||
WriteStartElement ( string prefix, |
||
WriteStartElement ( string prefix, string localName ) : void | ||
WriteStartElementAsync ( string prefix, string localName ) : Task | ||
WriteStartListText ( ) : void | ||
WriteText ( |
||
WriteText ( byte chars, int offset, int count ) : void | ||
WriteText ( char chars, int offset, int count ) : void | ||
WriteText ( int ch ) : void | ||
WriteText ( string value ) : void | ||
WriteTimeSpanText ( System.TimeSpan value ) : void | ||
WriteUInt64Text ( ulong value ) : void | ||
WriteUniqueIdText ( |
||
WriteXmlnsAttribute ( byte prefixBuffer, int prefixOffset, int prefixLength, byte nsBuffer, int nsOffset, int nsLength ) : void | ||
WriteXmlnsAttribute ( string prefix, |
||
WriteXmlnsAttribute ( string prefix, string ns ) : void | ||
XmlUTF8NodeWriter ( ) : System.IO | ||
XmlUTF8NodeWriter ( bool isEscapedAttributeChar, bool isEscapedElementChar ) : System.IO |
Méthode | Description | |
---|---|---|
GetCharBuffer ( int charCount ) : char[] | ||
GetCharEntityBuffer ( ) : byte[] | ||
InternalWriteBase64Text ( byte buffer, int offset, int count ) : void | ||
InternalWriteBase64TextAsync ( byte buffer, int offset, int count ) : Task | ||
ToBase16 ( byte chars, int offset, uint value ) : int | ||
UnsafeWriteEscapedText ( char chars, int count ) : void | ||
WriteEndComment ( ) : void | ||
WriteHexCharEntity ( int ch ) : void | ||
WriteLocalName ( byte localNameBuffer, int localNameOffset, int localNameLength ) : void | ||
WriteLocalName ( string localName ) : void | ||
WritePrefix ( byte prefixBuffer, int prefixOffset, int prefixLength ) : void | ||
WritePrefix ( string prefix ) : void | ||
WriteStartComment ( ) : void | ||
WriteStartXmlnsAttribute ( ) : void |
public SetOutput ( Stream stream, bool ownsStream, |
||
stream | Stream | |
ownsStream | bool | |
encoding | ||
Résultat | void |
public WriteApostropheCharEntity ( ) : void | ||
Résultat | void |
public WriteBase64Text ( byte trailBytes, int trailByteCount, byte buffer, int offset, int count ) : void | ||
trailBytes | byte | |
trailByteCount | int | |
buffer | byte | |
offset | int | |
count | int | |
Résultat | void |
public WriteBase64TextAsync ( byte trailBytes, int trailByteCount, byte buffer, int offset, int count ) : Task | ||
trailBytes | byte | |
trailByteCount | int | |
buffer | byte | |
offset | int | |
count | int | |
Résultat | Task |
public WriteDateTimeText ( System.DateTime value ) : void | ||
value | System.DateTime | |
Résultat | void |
public WriteDecimalText ( decimal value ) : void | ||
value | decimal | |
Résultat | void |
public WriteDoubleText ( double value ) : void | ||
value | double | |
Résultat | void |
public WriteEndElement ( byte prefixBuffer, int prefixOffset, int prefixLength, byte localNameBuffer, int localNameOffset, int localNameLength ) : void | ||
prefixBuffer | byte | |
prefixOffset | int | |
prefixLength | int | |
localNameBuffer | byte | |
localNameOffset | int | |
localNameLength | int | |
Résultat | void |
public WriteEndElement ( string prefix, string localName ) : void | ||
prefix | string | |
localName | string | |
Résultat | void |
public WriteEndElementAsync ( string prefix, string localName ) : Task | ||
prefix | string | |
localName | string | |
Résultat | Task |
public WriteEndStartElement ( bool isEmpty ) : void | ||
isEmpty | bool | |
Résultat | void |
public WriteEndStartElementAsync ( bool isEmpty ) : Task | ||
isEmpty | bool | |
Résultat | Task |
public WriteEscapedText ( |
||
s | ||
Résultat | void |
public WriteEscapedText ( byte chars, int offset, int count ) : void | ||
chars | byte | |
offset | int | |
count | int | |
Résultat | void |
public WriteEscapedText ( char s, int offset, int count ) : void | ||
s | char | |
offset | int | |
count | int | |
Résultat | void |
public WriteEscapedText ( string s ) : void | ||
s | string | |
Résultat | void |
public WriteFloatText ( float value ) : void | ||
value | float | |
Résultat | void |
public WriteGreaterThanCharEntity ( ) : void | ||
Résultat | void |
public WriteGuidText ( System.Guid value ) : void | ||
value | System.Guid | |
Résultat | void |
public WriteInt64Text ( long value ) : void | ||
value | long | |
Résultat | void |
public WriteQualifiedName ( string prefix, |
||
prefix | string | |
localName | ||
Résultat | void |
public WriteStartAttribute ( byte prefixBuffer, int prefixOffset, int prefixLength, byte localNameBuffer, int localNameOffset, int localNameLength ) : void | ||
prefixBuffer | byte | |
prefixOffset | int | |
prefixLength | int | |
localNameBuffer | byte | |
localNameOffset | int | |
localNameLength | int | |
Résultat | void |
public WriteStartAttribute ( string prefix, |
||
prefix | string | |
localName | ||
Résultat | void |
public WriteStartAttribute ( string prefix, string localName ) : void | ||
prefix | string | |
localName | string | |
Résultat | void |
public WriteStartElement ( byte prefixBuffer, int prefixOffset, int prefixLength, byte localNameBuffer, int localNameOffset, int localNameLength ) : void | ||
prefixBuffer | byte | |
prefixOffset | int | |
prefixLength | int | |
localNameBuffer | byte | |
localNameOffset | int | |
localNameLength | int | |
Résultat | void |
public WriteStartElement ( string prefix, |
||
prefix | string | |
localName | ||
Résultat | void |
public WriteStartElement ( string prefix, string localName ) : void | ||
prefix | string | |
localName | string | |
Résultat | void |
public WriteStartElementAsync ( string prefix, string localName ) : Task | ||
prefix | string | |
localName | string | |
Résultat | Task |
public WriteText ( |
||
value | ||
Résultat | void |
public WriteText ( byte chars, int offset, int count ) : void | ||
chars | byte | |
offset | int | |
count | int | |
Résultat | void |
public WriteText ( char chars, int offset, int count ) : void | ||
chars | char | |
offset | int | |
count | int | |
Résultat | void |
public WriteTimeSpanText ( System.TimeSpan value ) : void | ||
value | System.TimeSpan | |
Résultat | void |
public WriteUInt64Text ( ulong value ) : void | ||
value | ulong | |
Résultat | void |
public WriteUniqueIdText ( |
||
value | ||
Résultat | void |
public WriteXmlnsAttribute ( byte prefixBuffer, int prefixOffset, int prefixLength, byte nsBuffer, int nsOffset, int nsLength ) : void | ||
prefixBuffer | byte | |
prefixOffset | int | |
prefixLength | int | |
nsBuffer | byte | |
nsOffset | int | |
nsLength | int | |
Résultat | void |
public WriteXmlnsAttribute ( string prefix, |
||
prefix | string | |
ns | ||
Résultat | void |
public WriteXmlnsAttribute ( string prefix, string ns ) : void | ||
prefix | string | |
ns | string | |
Résultat | void |
public XmlUTF8NodeWriter ( bool isEscapedAttributeChar, bool isEscapedElementChar ) : System.IO | ||
isEscapedAttributeChar | bool | |
isEscapedElementChar | bool | |
Résultat | System.IO |