메소드 | 설명 | |
---|---|---|
Close ( ) : void | ||
GetAttribute ( int i ) : string | ||
GetAttribute ( string name ) : string | ||
GetAttribute ( string localName, string ns ) : string | ||
GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary |
||
IsArray ( |
||
LookupNamespace ( string prefix ) : string | ||
LookupPrefix ( string ns ) : string | ||
MoveToAttribute ( string name ) : bool | ||
MoveToAttribute ( string localName, string ns ) : bool | ||
MoveToAttribute ( int i ) : void | ||
MoveToElement ( ) : bool | ||
MoveToFirstAttribute ( ) : bool | ||
MoveToNextAttribute ( ) : bool | ||
Read ( ) : bool | ||
ReadAttributeValue ( ) : bool | ||
ReadContentAsBase64 ( ) : byte[] | ||
ReadContentAsDouble ( ) : double | ||
ReadContentAsFloat ( ) : float | ||
ReadContentAsGuid ( ) : System.Guid | ||
ReadContentAsInt ( ) : int | ||
ReadContentAsLong ( ) : long | ||
ReadContentAsString ( ) : string | ||
ReadContentAsUniqueId ( ) : |
||
ResolveEntity ( ) : void | ||
TryGetBase64ContentLength ( int &length ) : bool | ||
XmlBinaryDictionaryReader ( Stream stream, IXmlDictionary dictionary, |
||
XmlBinaryDictionaryReader ( byte buffer, int offset, int count, IXmlDictionary dictionary, |
메소드 | 설명 | |
---|---|---|
Alloc ( int size ) : byte[] | ||
GetArrayType ( int ident ) : |
||
GetIntValue ( ) : int | ||
Initialize ( IXmlDictionary dictionary, |
||
IsBase64Node ( byte b ) : bool | ||
ProcessEndElement ( ) : void | ||
ReadArrayItem ( ) : void | ||
ReadAttribute ( byte ident ) : void | ||
ReadAttributeValueBinary ( AttrNodeInfo a ) : void | ||
ReadByteOrError ( ) : byte | ||
ReadDictName ( ) : |
||
ReadElementBinary ( int ident ) : void | ||
ReadNamespace ( byte ident ) : void | ||
ReadTextOrValue ( byte ident, NodeInfo node, bool canSkip ) : bool | ||
ReadUTF8 ( ) : string | ||
ReadVariantSize ( ) : int | ||
ShiftToArrayItemElement ( ) : void | ||
ShiftToArrayItemEndElement ( ) : void | ||
VerifyValidArrayItemType ( int ident ) : void |
public GetAttribute ( string localName, string ns ) : string | ||
localName | string | |
ns | string | |
리턴 | string |
public GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary |
||
scope | XmlNamespaceScope | |
리턴 | string>.IDictionary |
public MoveToAttribute ( string localName, string ns ) : bool | ||
localName | string | |
ns | string | |
리턴 | bool |
public TryGetBase64ContentLength ( int &length ) : bool | ||
length | int | |
리턴 | bool |
public XmlBinaryDictionaryReader ( Stream stream, IXmlDictionary dictionary, |
||
stream | Stream | |
dictionary | IXmlDictionary | |
quota | ||
session | ||
onClose | OnXmlDictionaryReaderClose | |
리턴 | System |
public XmlBinaryDictionaryReader ( byte buffer, int offset, int count, IXmlDictionary dictionary, |
||
buffer | byte | |
offset | int | |
count | int | |
dictionary | IXmlDictionary | |
quota | ||
session | ||
onClose | OnXmlDictionaryReaderClose | |
리턴 | System |