Method |
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 |
|
|