C# Class System.Xml.XmlSubtreeReader

Inheritance: XmlWrappingReader, IXmlNamespaceResolver
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Private Properties

Свойство Type Description
AddNamespace void
FinishReadContentAsBinary bool
FinishReadContentAsType void
FinishReadElementContentAsBinary bool
IXmlNamespaceResolver string>.IDictionary
IXmlNamespaceResolver string
InitReadContentAsType void
InitReadElementContentAsBinary bool
MoveToNsAttribute void
ProcessNamespaces void
RemoveNamespace void
SetCurrentNode void
SetEmptyNode void
XmlSubtreeReader System

Méthodes publiques

Méthode Description
Close ( ) : 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 ns ) : bool
MoveToAttribute ( int i ) : void
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
ReadContentAsDecimal ( ) : decimal
ReadContentAsDouble ( ) : double
ReadContentAsFloat ( ) : float
ReadContentAsInt ( ) : int
ReadContentAsLong ( ) : long
ReadContentAsObject ( ) : object
ReadContentAsString ( ) : string
ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int
ReadElementContentAsBinHex ( byte buffer, int index, int count ) : int
ReadValueChunk ( char buffer, int index, int count ) : int
Skip ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AddNamespace ( string prefix, string ns ) : void
FinishReadContentAsBinary ( ) : bool
FinishReadContentAsType ( ) : void
FinishReadElementContentAsBinary ( ) : bool
IXmlNamespaceResolver ( XmlNamespaceScope scope ) : string>.IDictionary
IXmlNamespaceResolver ( string prefix ) : string
InitReadContentAsType ( string methodName ) : void
InitReadElementContentAsBinary ( State binaryState ) : bool
MoveToNsAttribute ( int index ) : void
ProcessNamespaces ( ) : void
RemoveNamespace ( string prefix, string localName ) : void
SetCurrentNode ( NodeData node ) : void
SetEmptyNode ( ) : void
XmlSubtreeReader ( XmlReader reader ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

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 ns ) : bool
name string
ns string
Résultat bool

MoveToAttribute() public méthode

public MoveToAttribute ( int i ) : void
i 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

ReadContentAs() public méthode

public ReadContentAs ( Type returnType, IXmlNamespaceResolver namespaceResolver ) : object
returnType Type
namespaceResolver IXmlNamespaceResolver
Résultat object

ReadContentAsBase64() public méthode

public ReadContentAsBase64 ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
Résultat int

ReadContentAsBinHex() public méthode

public ReadContentAsBinHex ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
Résultat int

ReadContentAsBoolean() public méthode

public ReadContentAsBoolean ( ) : bool
Résultat bool

ReadContentAsDateTime() public méthode

public ReadContentAsDateTime ( ) : DateTime
Résultat DateTime

ReadContentAsDecimal() public méthode

public ReadContentAsDecimal ( ) : decimal
Résultat decimal

ReadContentAsDouble() public méthode

public ReadContentAsDouble ( ) : double
Résultat double

ReadContentAsFloat() public méthode

public ReadContentAsFloat ( ) : float
Résultat float

ReadContentAsInt() public méthode

public ReadContentAsInt ( ) : int
Résultat int

ReadContentAsLong() public méthode

public ReadContentAsLong ( ) : long
Résultat long

ReadContentAsObject() public méthode

public ReadContentAsObject ( ) : object
Résultat object

ReadContentAsString() public méthode

public ReadContentAsString ( ) : string
Résultat string

ReadElementContentAsBase64() public méthode

public ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
Résultat int

ReadElementContentAsBinHex() public méthode

public ReadElementContentAsBinHex ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
Résultat int

ReadValueChunk() public méthode

public ReadValueChunk ( char buffer, int index, int count ) : int
buffer char
index int
count int
Résultat int

Skip() public méthode

public Skip ( ) : void
Résultat void