Qyoto  4.0.5
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
QtXml.IQXmlDeclHandler Interface Reference
Inheritance diagram for QtXml.IQXmlDeclHandler:

Public Member Functions

bool AttributeDecl (string eName, string aName, string type, string valueDefault, string value)
 
string ErrorString ()
 
bool ExternalEntityDecl (string name, string publicId, string systemId)
 
bool InternalEntityDecl (string name, string value)
 

Member Function Documentation

bool QtXml.IQXmlDeclHandler.AttributeDecl ( string  eName,
string  aName,
string  type,
string  valueDefault,
string  value 
)
string QtXml.IQXmlDeclHandler.ErrorString ( )
bool QtXml.IQXmlDeclHandler.ExternalEntityDecl ( string  name,
string  publicId,
string  systemId 
)
bool QtXml.IQXmlDeclHandler.InternalEntityDecl ( string  name,
string  value 
)