프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Expect | void | ||
IsNumber | bool | ||
PeekChar | int | ||
PushbackChar | void | ||
ReadAsSimpleContent | void | ||
ReadChar | int | ||
ReadContent | bool | ||
ReadEndArray | void | ||
ReadEndObject | void | ||
ReadEndOfStream | void | ||
ReadNumber | void | ||
ReadStartArray | void | ||
ReadStartObject | void | ||
ReadStringLiteral | string | ||
ReadStringLiteral | string | ||
SkipWhitespaces | void | ||
TryReadString | bool | ||
XmlError |
메소드 | 설명 | |
---|---|---|
Close ( ) : void | ||
GetAttribute ( int index ) : string | ||
GetAttribute ( string name ) : string | ||
GetAttribute ( string localName, string ns ) : string | ||
HasLineInfo ( ) : bool | ||
JsonReader ( Stream stream, |
||
JsonReader ( byte buffer, int offset, int count, |
||
LookupNamespace ( string prefix ) : string | ||
MoveToAttribute ( string name ) : bool | ||
MoveToAttribute ( string localName, string ns ) : bool | ||
MoveToElement ( ) : bool | ||
MoveToFirstAttribute ( ) : bool | ||
MoveToNextAttribute ( ) : bool | ||
Read ( ) : bool | ||
ReadAttributeValue ( ) : bool | ||
ReadInnerXml ( ) : string | ||
ResolveEntity ( ) : void | ||
SetInput ( Stream stream, |
||
SetInput ( byte buffer, int offset, int count, |
메소드 | 설명 | |
---|---|---|
Expect ( char c ) : void | ||
IsNumber ( int c ) : bool | ||
PeekChar ( ) : int | ||
PushbackChar ( int ch ) : void | ||
ReadAsSimpleContent ( string type, string value ) : void | ||
ReadChar ( ) : int | ||
ReadContent ( bool objectValue ) : bool | ||
ReadEndArray ( ) : void | ||
ReadEndObject ( ) : void | ||
ReadEndOfStream ( ) : void | ||
ReadNumber ( int ch ) : void | ||
ReadStartArray ( ) : void | ||
ReadStartObject ( ) : void | ||
ReadStringLiteral ( ) : string | ||
ReadStringLiteral ( bool endWithColon ) : string | ||
SkipWhitespaces ( ) : void | ||
TryReadString ( string str ) : bool | ||
XmlError ( string s ) : |
public GetAttribute ( string localName, string ns ) : string | ||
localName | string | |
ns | string | |
리턴 | string |
public JsonReader ( Stream stream, |
||
stream | Stream | |
encoding | ||
quotas | ||
onClose | OnXmlDictionaryReaderClose | |
리턴 | System |
public JsonReader ( byte buffer, int offset, int count, |
||
buffer | byte | |
offset | int | |
count | int | |
encoding | ||
quotas | ||
onClose | OnXmlDictionaryReaderClose | |
리턴 | System |
public MoveToAttribute ( string localName, string ns ) : bool | ||
localName | string | |
ns | string | |
리턴 | bool |
public SetInput ( Stream stream, |
||
stream | Stream | |
encoding | ||
quotas | ||
onClose | OnXmlDictionaryReaderClose | |
리턴 | void |
public SetInput ( byte buffer, int offset, int count, |
||
buffer | byte | |
offset | int | |
count | int | |
encoding | ||
quotas | ||
onClose | OnXmlDictionaryReaderClose | |
리턴 | void |