Method | Description | |
---|---|---|
Close ( ) : void | ||
SetOutput ( Stream stream, IXmlDictionary dictionary, |
||
UnsafeWriteArray ( XmlBinaryNodeType nodeType, int count, byte array, byte arrayMax ) : void | ||
WriteArrayNode ( ) : void | ||
WriteBase64Text ( byte trailBytes, int trailByteCount, byte base64Buffer, int base64Offset, int base64Count ) : void | ||
WriteBoolText ( bool value ) : void | ||
WriteCData ( string value ) : void | ||
WriteCharEntity ( int ch ) : void | ||
WriteComment ( string value ) : void | ||
WriteDateTimeArray ( System.DateTime array, int offset, int count ) : void | ||
WriteDateTimeText ( System.DateTime dt ) : void | ||
WriteDecimalText ( decimal d ) : void | ||
WriteDeclaration ( ) : void | ||
WriteDoubleText ( double d ) : void | ||
WriteEndAttribute ( ) : void | ||
WriteEndElement ( string prefix, string localName ) : void | ||
WriteEndListText ( ) : void | ||
WriteEndStartElement ( bool isEmpty ) : void | ||
WriteEscapedText ( XmlDictionaryString value ) : void | ||
WriteEscapedText ( byte chars, int offset, int count ) : void | ||
WriteEscapedText ( char chars, int offset, int count ) : void | ||
WriteEscapedText ( string value ) : void | ||
WriteFloatText ( float f ) : void | ||
WriteGuidArray ( Guid array, int offset, int count ) : void | ||
WriteGuidText ( Guid guid ) : void | ||
WriteInt32Text ( int value ) : void | ||
WriteInt64Text ( Int64 value ) : void | ||
WriteListSeparator ( ) : void | ||
WriteQualifiedName ( string prefix, XmlDictionaryString localName ) : void | ||
WriteStartAttribute ( string prefix, XmlDictionaryString localName ) : void | ||
WriteStartAttribute ( string prefix, string localName ) : void | ||
WriteStartElement ( string prefix, XmlDictionaryString localName ) : void | ||
WriteStartElement ( string prefix, string localName ) : void | ||
WriteStartListText ( ) : void | ||
WriteText ( XmlDictionaryString value ) : void | ||
WriteText ( byte chars, int charOffset, int charCount ) : void | ||
WriteText ( char chars, int offset, int count ) : void | ||
WriteText ( string value ) : void | ||
WriteTimeSpanArray ( TimeSpan array, int offset, int count ) : void | ||
WriteTimeSpanText ( TimeSpan value ) : void | ||
WriteUInt64Text ( UInt64 value ) : void | ||
WriteUniqueIdText ( UniqueId value ) : void | ||
WriteXmlnsAttribute ( string prefix, XmlDictionaryString ns ) : void | ||
WriteXmlnsAttribute ( string prefix, string ns ) : void | ||
XmlBinaryNodeWriter ( ) : System.IO |
Method | Description | |
---|---|---|
FlushBuffer ( ) : void |
Method | Description | |
---|---|---|
GetTextNodeBuffer ( int size, int &offset ) : byte[] | ||
ToBinary ( System.DateTime dt ) : long | ||
TryGetKey ( |
||
UnsafeWriteArray ( byte array, int byteCount ) : void | ||
UnsafeWriteName ( char chars, int charCount ) : void | ||
UnsafeWriteText ( char chars, int charCount ) : void | ||
WriteArrayInfo ( XmlBinaryNodeType nodeType, int count ) : void | ||
WriteDictionaryString ( XmlDictionaryString s, int key ) : void | ||
WriteEmptyText ( ) : void | ||
WriteEndElement ( ) : void | ||
WriteInt64 ( Int64 value ) : void | ||
WriteMultiByteInt32 ( int i ) : void | ||
WriteName ( string s ) : void | ||
WriteNode ( XmlBinaryNodeType nodeType ) : void | ||
WritePrefixNode ( XmlBinaryNodeType nodeType, int ch ) : void | ||
WriteTextNode ( XmlBinaryNodeType nodeType ) : void | ||
WriteTextNodeWithInt64 ( XmlBinaryNodeType nodeType, Int64 value ) : void | ||
WriteTextNodeWithLength ( XmlBinaryNodeType nodeType, int length ) : void | ||
WroteAttributeValue ( ) : void |
public SetOutput ( Stream stream, IXmlDictionary dictionary, |
||
stream | Stream | |
dictionary | IXmlDictionary | |
session | ||
ownsStream | bool | |
return | void |
public UnsafeWriteArray ( XmlBinaryNodeType nodeType, int count, byte array, byte arrayMax ) : void | ||
nodeType | XmlBinaryNodeType | |
count | int | |
array | byte | |
arrayMax | byte | |
return | void |
public WriteBase64Text ( byte trailBytes, int trailByteCount, byte base64Buffer, int base64Offset, int base64Count ) : void | ||
trailBytes | byte | |
trailByteCount | int | |
base64Buffer | byte | |
base64Offset | int | |
base64Count | int | |
return | void |
public WriteDateTimeArray ( System.DateTime array, int offset, int count ) : void | ||
array | System.DateTime | |
offset | int | |
count | int | |
return | void |
public WriteDateTimeText ( System.DateTime dt ) : void | ||
dt | System.DateTime | |
return | void |
public WriteEndElement ( string prefix, string localName ) : void | ||
prefix | string | |
localName | string | |
return | void |
public WriteEndStartElement ( bool isEmpty ) : void | ||
isEmpty | bool | |
return | void |
public WriteEscapedText ( XmlDictionaryString value ) : void | ||
value | XmlDictionaryString | |
return | void |
public WriteEscapedText ( byte chars, int offset, int count ) : void | ||
chars | byte | |
offset | int | |
count | int | |
return | void |
public WriteEscapedText ( char chars, int offset, int count ) : void | ||
chars | char | |
offset | int | |
count | int | |
return | void |
public WriteEscapedText ( string value ) : void | ||
value | string | |
return | void |
public WriteGuidArray ( Guid array, int offset, int count ) : void | ||
array | Guid | |
offset | int | |
count | int | |
return | void |
public WriteQualifiedName ( string prefix, XmlDictionaryString localName ) : void | ||
prefix | string | |
localName | XmlDictionaryString | |
return | void |
public WriteStartAttribute ( string prefix, XmlDictionaryString localName ) : void | ||
prefix | string | |
localName | XmlDictionaryString | |
return | void |
public WriteStartAttribute ( string prefix, string localName ) : void | ||
prefix | string | |
localName | string | |
return | void |
public WriteStartElement ( string prefix, XmlDictionaryString localName ) : void | ||
prefix | string | |
localName | XmlDictionaryString | |
return | void |
public WriteStartElement ( string prefix, string localName ) : void | ||
prefix | string | |
localName | string | |
return | void |
public WriteText ( XmlDictionaryString value ) : void | ||
value | XmlDictionaryString | |
return | void |
public WriteText ( byte chars, int charOffset, int charCount ) : void | ||
chars | byte | |
charOffset | int | |
charCount | int | |
return | void |
public WriteText ( char chars, int offset, int count ) : void | ||
chars | char | |
offset | int | |
count | int | |
return | void |
public WriteTimeSpanArray ( TimeSpan array, int offset, int count ) : void | ||
array | TimeSpan | |
offset | int | |
count | int | |
return | void |
public WriteTimeSpanText ( TimeSpan value ) : void | ||
value | TimeSpan | |
return | void |
public WriteUInt64Text ( UInt64 value ) : void | ||
value | UInt64 | |
return | void |
public WriteUniqueIdText ( UniqueId value ) : void | ||
value | UniqueId | |
return | void |
public WriteXmlnsAttribute ( string prefix, XmlDictionaryString ns ) : void | ||
prefix | string | |
ns | XmlDictionaryString | |
return | void |
public WriteXmlnsAttribute ( string prefix, string ns ) : void | ||
prefix | string | |
ns | string | |
return | void |