C# Class System.Xml.XmlNodeReaderImpl.XmlNodeReaderImpl

Inheritance: XmlReader, IHasXmlParserContext
Afficher le fichier Open project: runefs/Marvin

Private Properties

Свойство Type Description
GetCurrentElement XmlElement
GetDocumentTypeAttribute string
GetXmlDeclarationAttribute string
ReadContent bool
XmlNodeReaderImpl System

Méthodes publiques

Méthode Description
Close ( ) : void
GetAttribute ( int attributeIndex ) : string
GetAttribute ( string name ) : string
GetAttribute ( string name, string namespaceURI ) : string
GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary
LookupNamespace ( string prefix ) : string
LookupPrefix ( string ns ) : string
LookupPrefix ( string ns, bool atomizedNames ) : 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
ReadString ( ) : string
ResolveEntity ( ) : void
Skip ( ) : void
XmlNodeReaderImpl ( XmlNode node ) : System
this ( int i ) : string
this ( string name ) : string
this ( string name, string namespaceURI ) : string

Private Methods

Méthode Description
GetCurrentElement ( ) : XmlElement
GetDocumentTypeAttribute ( string name ) : string
GetXmlDeclarationAttribute ( string name ) : string
ReadContent ( ) : bool
XmlNodeReaderImpl ( XmlNodeReaderImpl entityContainer ) : System

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

GetNamespacesInScope() public méthode

public GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary
scope XmlNamespaceScope
Résultat string>.IDictionary

LookupNamespace() public méthode

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

LookupPrefix() public méthode

public LookupPrefix ( string ns ) : string
ns string
Résultat string

LookupPrefix() public méthode

public LookupPrefix ( string ns, bool atomizedNames ) : string
ns string
atomizedNames bool
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

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

XmlNodeReaderImpl() public méthode

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

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