C# Class System.Runtime.Serialization.ExtensionDataReader

Inheritance: XmlReader
ファイルを表示 Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
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

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetAttribute() public method

public GetAttribute ( int i ) : string
i int
return string

GetAttribute() public method

public GetAttribute ( string name ) : string
name string
return string

GetAttribute() public method

public GetAttribute ( string name, string namespaceURI ) : string
name string
namespaceURI string
return string

LookupNamespace() public method

public LookupNamespace ( string prefix ) : string
prefix string
return string

MoveToAttribute() public method

public MoveToAttribute ( string name ) : bool
name string
return bool

MoveToAttribute() public method

public MoveToAttribute ( string name, string namespaceURI ) : bool
name string
namespaceURI string
return bool

MoveToAttribute() public method

public MoveToAttribute ( int index ) : void
index int
return void

MoveToElement() public method

public MoveToElement ( ) : bool
return bool

MoveToFirstAttribute() public method

public MoveToFirstAttribute ( ) : bool
return bool

MoveToNextAttribute() public method

public MoveToNextAttribute ( ) : bool
return bool

Read() public method

public Read ( ) : bool
return bool

ReadAttributeValue() public method

public ReadAttributeValue ( ) : bool
return bool

ResolveEntity() public method

public ResolveEntity ( ) : void
return void

Skip() public method

public Skip ( ) : void
return void

this() public method

public this ( int i ) : string
i int
return string

this() public method

public this ( string name ) : string
name string
return string

this() public method

public this ( string name, string namespaceURI ) : string
name string
namespaceURI string
return string