C# Class Qyoto.QXmlSimpleReader

Inheritance: Qyoto.QXmlReader, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Méthodes publiques

Méthode Description
Dispose ( ) : void
QXmlSimpleReader ( ) : System

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QXmlSimpleReader ( Type dummy ) : System

Private Methods

Méthode Description
ContentHandler ( ) : IQXmlContentHandler
DTDHandler ( ) : IQXmlDTDHandler
DeclHandler ( ) : IQXmlDeclHandler
EntityResolver ( ) : IQXmlEntityResolver
ErrorHandler ( ) : IQXmlErrorHandler
Feature ( string name ) : bool
Feature ( string name, bool &ok ) : bool
HasFeature ( string name ) : bool
HasProperty ( string name ) : bool
LexicalHandler ( ) : Qyoto.QXmlLexicalHandler
Parse ( Qyoto.QXmlInputSource input ) : bool
Parse ( Qyoto.QXmlInputSource input, bool incremental ) : bool
ParseContinue ( ) : bool
SetContentHandler ( IQXmlContentHandler handler ) : void
SetDTDHandler ( IQXmlDTDHandler handler ) : void
SetDeclHandler ( IQXmlDeclHandler handler ) : void
SetEntityResolver ( IQXmlEntityResolver handler ) : void
SetErrorHandler ( IQXmlErrorHandler handler ) : void
SetFeature ( string name, bool value ) : void
SetLexicalHandler ( Qyoto.QXmlLexicalHandler handler ) : void

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

QXmlSimpleReader() public méthode

public QXmlSimpleReader ( ) : System
Résultat System

QXmlSimpleReader() protected méthode

protected QXmlSimpleReader ( Type dummy ) : System
dummy System.Type
Résultat System