C# Class System.Runtime.Serialization.ExtensionDataReader

Inheritance: XmlReader
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetAttribute() public méthode

public GetAttribute ( int i ) : string
i int
Résultat string

GetAttribute() public méthode

public GetAttribute ( string name ) : string
name string
Résultat string

GetAttribute() public méthode

public GetAttribute ( string name, string namespaceURI ) : string
name string
namespaceURI string
Résultat string

LookupNamespace() public méthode

public LookupNamespace ( string prefix ) : string
prefix string
Résultat string

MoveToAttribute() public méthode

public MoveToAttribute ( string name ) : bool
name string
Résultat bool

MoveToAttribute() public méthode

public MoveToAttribute ( string name, string namespaceURI ) : bool
name string
namespaceURI string
Résultat bool

MoveToAttribute() public méthode

public MoveToAttribute ( int index ) : void
index int
Résultat void

MoveToElement() public méthode

public MoveToElement ( ) : bool
Résultat bool

MoveToFirstAttribute() public méthode

public MoveToFirstAttribute ( ) : bool
Résultat bool

MoveToNextAttribute() public méthode

public MoveToNextAttribute ( ) : bool
Résultat bool

Read() public méthode

public Read ( ) : bool
Résultat bool

ReadAttributeValue() public méthode

public ReadAttributeValue ( ) : bool
Résultat bool

ResolveEntity() public méthode

public ResolveEntity ( ) : void
Résultat void

Skip() public méthode

public Skip ( ) : void
Résultat void

this() public méthode

public this ( int i ) : string
i int
Résultat string

this() public méthode

public this ( string name ) : string
name string
Résultat string

this() public méthode

public this ( string name, string namespaceURI ) : string
name string
namespaceURI string
Résultat string