C# 클래스 System.Runtime.Serialization.XmlSerializableReader

상속: XmlReader, IXmlLineInfo
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BeginRead void
EndRead void
IXmlLineInfo bool

공개 메소드들

메소드 설명
Close ( ) : void
GetAttribute ( int i ) : string
GetAttribute ( string name ) : string
GetAttribute ( string name, string namespaceURI ) : string
IsStartElement ( ) : bool
IsStartElement ( string name ) : bool
IsStartElement ( string localname, string ns ) : bool
LookupNamespace ( string prefix ) : string
MoveToAttribute ( string name ) : bool
MoveToAttribute ( string name, string ns ) : bool
MoveToAttribute ( int i ) : void
MoveToContent ( ) : System.Xml.XmlNodeType
MoveToElement ( ) : bool
MoveToFirstAttribute ( ) : bool
MoveToNextAttribute ( ) : bool
Read ( ) : bool
ReadAttributeValue ( ) : bool
ReadContentAs ( Type returnType, IXmlNamespaceResolver namespaceResolver ) : object
ReadContentAsBase64 ( byte buffer, int index, int count ) : int
ReadContentAsBinHex ( byte buffer, int index, int count ) : int
ReadContentAsBoolean ( ) : bool
ReadContentAsDateTime ( ) : DateTime
ReadContentAsDouble ( ) : double
ReadContentAsInt ( ) : int
ReadContentAsLong ( ) : long
ReadContentAsObject ( ) : object
ReadContentAsString ( ) : string
ReadValueChunk ( char buffer, int index, int count ) : int
ResolveEntity ( ) : void
this ( int i ) : string
this ( string name ) : string
this ( string name, string namespaceURI ) : string

비공개 메소드들

메소드 설명
BeginRead ( System.Runtime.Serialization.XmlReaderDelegator xmlReader ) : void
EndRead ( ) : void
IXmlLineInfo ( ) : bool

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetAttribute() 공개 메소드

public GetAttribute ( int i ) : string
i int
리턴 string

GetAttribute() 공개 메소드

public GetAttribute ( string name ) : string
name string
리턴 string

GetAttribute() 공개 메소드

public GetAttribute ( string name, string namespaceURI ) : string
name string
namespaceURI string
리턴 string

IsStartElement() 공개 메소드

public IsStartElement ( ) : bool
리턴 bool

IsStartElement() 공개 메소드

public IsStartElement ( string name ) : bool
name string
리턴 bool

IsStartElement() 공개 메소드

public IsStartElement ( string localname, string ns ) : bool
localname string
ns string
리턴 bool

LookupNamespace() 공개 메소드

public LookupNamespace ( string prefix ) : string
prefix string
리턴 string

MoveToAttribute() 공개 메소드

public MoveToAttribute ( string name ) : bool
name string
리턴 bool

MoveToAttribute() 공개 메소드

public MoveToAttribute ( string name, string ns ) : bool
name string
ns string
리턴 bool

MoveToAttribute() 공개 메소드

public MoveToAttribute ( int i ) : void
i int
리턴 void

MoveToContent() 공개 메소드

public MoveToContent ( ) : System.Xml.XmlNodeType
리턴 System.Xml.XmlNodeType

MoveToElement() 공개 메소드

public MoveToElement ( ) : bool
리턴 bool

MoveToFirstAttribute() 공개 메소드

public MoveToFirstAttribute ( ) : bool
리턴 bool

MoveToNextAttribute() 공개 메소드

public MoveToNextAttribute ( ) : bool
리턴 bool

Read() 공개 메소드

public Read ( ) : bool
리턴 bool

ReadAttributeValue() 공개 메소드

public ReadAttributeValue ( ) : bool
리턴 bool

ReadContentAs() 공개 메소드

public ReadContentAs ( Type returnType, IXmlNamespaceResolver namespaceResolver ) : object
returnType Type
namespaceResolver IXmlNamespaceResolver
리턴 object

ReadContentAsBase64() 공개 메소드

public ReadContentAsBase64 ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
리턴 int

ReadContentAsBinHex() 공개 메소드

public ReadContentAsBinHex ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
리턴 int

ReadContentAsBoolean() 공개 메소드

public ReadContentAsBoolean ( ) : bool
리턴 bool

ReadContentAsDateTime() 공개 메소드

public ReadContentAsDateTime ( ) : DateTime
리턴 DateTime

ReadContentAsDouble() 공개 메소드

public ReadContentAsDouble ( ) : double
리턴 double

ReadContentAsInt() 공개 메소드

public ReadContentAsInt ( ) : int
리턴 int

ReadContentAsLong() 공개 메소드

public ReadContentAsLong ( ) : long
리턴 long

ReadContentAsObject() 공개 메소드

public ReadContentAsObject ( ) : object
리턴 object

ReadContentAsString() 공개 메소드

public ReadContentAsString ( ) : string
리턴 string

ReadValueChunk() 공개 메소드

public ReadValueChunk ( char buffer, int index, int count ) : int
buffer char
index int
count int
리턴 int

ResolveEntity() 공개 메소드

public ResolveEntity ( ) : void
리턴 void

this() 공개 메소드

public this ( int i ) : string
i int
리턴 string

this() 공개 메소드

public this ( string name ) : string
name string
리턴 string

this() 공개 메소드

public this ( string name, string namespaceURI ) : string
name string
namespaceURI string
리턴 string