C# Class Mono.Xml.XPath.XPathNavigatorReader

Inheritance: System.Xml.XmlReader
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Méthode Description
Close ( ) : void
GetAttribute ( int i ) : string
GetAttribute ( string name ) : string
GetAttribute ( string localName, string namespaceURI ) : string
LookupNamespace ( string prefix ) : string
MoveToAttribute ( string name ) : bool
MoveToAttribute ( string localName, string namespaceURI ) : bool
MoveToAttribute ( int i ) : void
MoveToElement ( ) : bool
MoveToFirstAttribute ( ) : bool
MoveToNextAttribute ( ) : bool
Read ( ) : bool
ReadAttributeValue ( ) : bool
ReadInnerXml ( ) : string
ReadOuterXml ( ) : string
ReadString ( ) : string
ResolveEntity ( ) : void
XPathNavigatorReader ( XPathNavigator nav ) : System
this ( int i ) : string
this ( string name ) : string
this ( string localName, string namespaceURI ) : string

Private Methods

Méthode Description
CheckAttributeMove ( bool b ) : bool
GetAttributeCount ( ) : int
GetCurrentTagMarkup ( ) : string
MoveToAttributeNavigator ( int i ) : bool
SplitName ( string name, string &localName, string &ns ) : void

Method Details

Close() public méthode

public Close ( ) : void
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 localName, string namespaceURI ) : string
localName 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 localName, string namespaceURI ) : bool
localName string
namespaceURI 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

ReadInnerXml() public méthode

public ReadInnerXml ( ) : string
Résultat string

ReadOuterXml() public méthode

public ReadOuterXml ( ) : string
Résultat string

ReadString() public méthode

public ReadString ( ) : string
Résultat string

ResolveEntity() public méthode

public ResolveEntity ( ) : void
Résultat void

XPathNavigatorReader() public méthode

public XPathNavigatorReader ( XPathNavigator nav ) : System
nav System.Xml.XPath.XPathNavigator
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 localName, string namespaceURI ) : string
localName string
namespaceURI string
Résultat string