C# Class Mono.Xml.XmlFilterReader

Inheritance: System.Xml.XmlReader, IXmlLineInfo
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode Description
Close ( ) : void
GetAttribute ( int i ) : string
GetAttribute ( string name ) : string
GetAttribute ( string localName, string namespaceURI ) : string
HasLineInfo ( ) : bool
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
XmlFilterReader ( XmlReader reader, XmlReaderSettings settings ) : System
this ( int i ) : string
this ( string name ) : string
this ( string localName, string namespaceURI ) : string

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

HasLineInfo() public méthode

public HasLineInfo ( ) : bool
Résultat bool

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

XmlFilterReader() public méthode

public XmlFilterReader ( XmlReader reader, XmlReaderSettings settings ) : System
reader System.Xml.XmlReader
settings System.Xml.XmlReaderSettings
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