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

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

Private Properties

프로퍼티 타입 설명
AddPrefix void
ExtensionDataReader System.Xml
ExtensionDataReader System.Xml
GetCurrentNode IDataNode
GetNextElement System.Runtime.Serialization.ElementData
GetPrefix string
GrowElementsIfNeeded void
IsElementNode bool
MoveNext void
PopElement void
PushElement void
Reset void
SetDataNode void
SetDeserializedValue void
SetElement void
SetNextElement void

공개 메소드들

메소드 설명
GetAttribute ( int i ) : string
GetAttribute ( string name ) : string
GetAttribute ( string name, string namespaceURI ) : string
LookupNamespace ( string prefix ) : string
MoveToAttribute ( string name ) : bool
MoveToAttribute ( string name, string namespaceURI ) : bool
MoveToAttribute ( int index ) : void
MoveToElement ( ) : bool
MoveToFirstAttribute ( ) : bool
MoveToNextAttribute ( ) : bool
Read ( ) : bool
ReadAttributeValue ( ) : bool
ResolveEntity ( ) : void
Skip ( ) : void
this ( int i ) : string
this ( string name ) : string
this ( string name, string namespaceURI ) : string

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
AddPrefix ( string prefix, string ns ) : void
ExtensionDataReader ( ) : System.Xml
ExtensionDataReader ( XmlObjectSerializerReadContext context ) : System.Xml
GetCurrentNode ( ) : IDataNode
GetNextElement ( ) : System.Runtime.Serialization.ElementData
GetPrefix ( string ns ) : string
GrowElementsIfNeeded ( ) : void
IsElementNode ( ExtensionDataNodeType nodeType ) : bool
MoveNext ( IDataNode dataNode ) : void
PopElement ( ) : void
PushElement ( ) : void
Reset ( ) : void
SetDataNode ( IDataNode dataNode, string name, string ns ) : void
SetDeserializedValue ( object obj ) : void
SetElement ( ) : void
SetNextElement ( IDataNode node, string name, string ns, string prefix ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 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

LookupNamespace() 공개 메소드

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

MoveToAttribute() 공개 메소드

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

MoveToAttribute() 공개 메소드

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

MoveToAttribute() 공개 메소드

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

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

ResolveEntity() 공개 메소드

public ResolveEntity ( ) : void
리턴 void

Skip() 공개 메소드

public Skip ( ) : 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