C# Class System.Xml.XmlNodeReader

Inheritance: XmlReader, IXmlNamespaceResolver
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
GetAttribute ( int attributeIndex ) : 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 attributeIndex ) : void
MoveToElement ( ) : bool
MoveToFirstAttribute ( ) : bool
MoveToNextAttribute ( ) : bool
Read ( ) : bool
ReadAttributeValue ( ) : bool
ReadContentAsBase64 ( byte buffer, int index, int count ) : int
ReadContentAsBinHex ( byte buffer, int index, int count ) : int
ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int
ReadElementContentAsBinHex ( byte buffer, int index, int count ) : int
ReadString ( ) : string
ResolveEntity ( ) : void
Skip ( ) : void
XmlNodeReader ( XmlNode node ) : System

Private Methods

Méthode Description
FinishReadBinary ( ) : void
IXmlNamespaceResolver ( XmlNamespaceScope scope ) : string>.IDictionary
IXmlNamespaceResolver ( string prefix ) : String
IXmlNamespaceResolver ( string namespaceName ) : string
Init ( XmlNode node ) : void
IsInReadingStates ( ) : bool
ReSetReadingMarks ( ) : void
Read ( bool fSkipChildren ) : bool
ReadAtZeroLevel ( bool fSkipChildren ) : bool
ReadForward ( bool fSkipChildren ) : bool
ReadNextNode ( bool fSkipChildren ) : bool
SetEndOfFile ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

GetAttribute() public méthode

public GetAttribute ( int attributeIndex ) : string
attributeIndex 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 attributeIndex ) : void
attributeIndex 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

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

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

ReadString() public méthode

public ReadString ( ) : string
Résultat string

ResolveEntity() public méthode

public ResolveEntity ( ) : void
Résultat void

Skip() public méthode

public Skip ( ) : void
Résultat void

XmlNodeReader() public méthode

public XmlNodeReader ( XmlNode node ) : System
node XmlNode
Résultat System