Qyoto  4.0.5
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
Package QtXml

Classes

class  QDomAttr
 The QDomAttr class represents one attribute of a QDomElement. More...
 
class  QDomCDATASection
 The QDomCDATASection class represents an XML CDATA section. More...
 
class  QDomCharacterData
 The QDomCharacterData class represents a generic string in the DOM. More...
 
class  QDomComment
 The QDomComment class represents an XML comment. More...
 
class  QDomDocument
 The QDomDocument class represents an XML document. More...
 
class  QDomDocumentFragment
 The QDomDocumentFragment class is a tree of QDomNodes which is not usually a complete QDomDocument. More...
 
class  QDomDocumentType
 The QDomDocumentType class is the representation of the DTD in the document tree. More...
 
class  QDomElement
 The QDomElement class represents one element in the DOM tree. More...
 
class  QDomEntity
 The QDomEntity class represents an XML entity. More...
 
class  QDomEntityReference
 The QDomEntityReference class represents an XML entity reference. More...
 
class  QDomImplementation
 The QDomImplementation class provides information about the features of the DOM implementation. More...
 
class  QDomNamedNodeMap
 The QDomNamedNodeMap class contains a collection of nodes that can be accessed by name. More...
 
class  QDomNode
 The QDomNode class is the base class for all the nodes in a DOM tree. More...
 
class  QDomNodeList
 The QDomNodeList class is a list of QDomNode objects. More...
 
class  QDomNotation
 The QDomNotation class represents an XML notation. More...
 
class  QDomProcessingInstruction
 The QDomProcessingInstruction class represents an XML processing instruction. More...
 
class  QDomText
 The QDomText class represents text data in the parsed XML document. More...
 
class  Global
 
class  QXmlAttributes
 The QXmlAttributes class provides XML attributes. More...
 
class  QXmlContentHandler
 The QXmlContentHandler class provides an interface to report the logical content of XML data. More...
 
class  QXmlContentHandlerInternal
 
class  QXmlDTDHandler
 The QXmlDTDHandler class provides an interface to report DTD content of XML data. More...
 
class  QXmlDTDHandlerInternal
 
class  QXmlDeclHandler
 The QXmlDeclHandler class provides an interface to report declaration content of XML data. More...
 
class  QXmlDeclHandlerInternal
 
class  QXmlDefaultHandler
 The QXmlDefaultHandler class provides a default implementation of all the XML handler classes. More...
 
class  QXmlEntityResolver
 The QXmlEntityResolver class provides an interface to resolve external entities contained in XML data. More...
 
class  QXmlEntityResolverInternal
 
class  QXmlErrorHandler
 The QXmlErrorHandler class provides an interface to report errors in XML data. More...
 
class  QXmlErrorHandlerInternal
 
class  QXmlInputSource
 The QXmlInputSource class provides the input data for the QXmlReader subclasses. More...
 
class  QXmlLexicalHandler
 The QXmlLexicalHandler class provides an interface to report the lexical content of XML data. More...
 
class  QXmlLexicalHandlerInternal
 
class  QXmlLocator
 The QXmlLocator class provides the XML handler classes with information about the parsing position within a file. More...
 
class  QXmlLocatorInternal
 
class  QXmlNamespaceSupport
 The QXmlNamespaceSupport class is a helper class for XML readers which want to include namespace support. More...
 
class  QXmlParseException
 The QXmlParseException class is used to report errors with the QXmlErrorHandler interface. More...
 
class  QXmlReader
 The QXmlReader class provides an interface for XML readers (i.e. parsers). More...
 
class  QXmlReaderInternal
 
class  QXmlSimpleReader
 The QXmlSimpleReader class provides an implementation of a simple XML parser. More...
 
class  QXmlStreamWriter
 The QXmlStreamWriter class provides an XML writer with a simple streaming API. More...
 
interface  IQXmlErrorHandler
 
interface  IQXmlDTDHandler
 
interface  IQXmlEntityResolver
 
interface  IQXmlLexicalHandler
 
interface  IQXmlDeclHandler
 

Enumerations

enum  QtMsgType {
  QtCriticalMsg = 2, QtDebugMsg = 0, QtFatalMsg = 3, QtSystemMsg = 2,
  QtWarningMsg = 1
}
 
enum  QtValidLicenseForActiveQtModule { LicensedActiveQt = 1 }
 
enum  QtValidLicenseForCoreModule { LicensedCore = 1 }
 
enum  QtValidLicenseForDBusModule { LicensedDBus = 1 }
 
enum  QtValidLicenseForDeclarativeModule { LicensedDeclarative = 1 }
 
enum  QtValidLicenseForGuiModule { LicensedGui = 1 }
 
enum  QtValidLicenseForHelpModule { LicensedHelp = 1 }
 
enum  QtValidLicenseForMultimediaModule { LicensedMultimedia = 1 }
 
enum  QtValidLicenseForNetworkModule { LicensedNetwork = 1 }
 
enum  QtValidLicenseForOpenGLModule { LicensedOpenGL = 1 }
 
enum  QtValidLicenseForOpenVGModule { LicensedOpenVG = 1 }
 
enum  QtValidLicenseForQt3SupportLightModule { LicensedQt3SupportLight = 1 }
 
enum  QtValidLicenseForQt3SupportModule { LicensedQt3Support = 1 }
 
enum  QtValidLicenseForScriptModule { LicensedScript = 1 }
 
enum  QtValidLicenseForScriptToolsModule { LicensedScriptTools = 1 }
 
enum  QtValidLicenseForSqlModule { LicensedSql = 1 }
 
enum  QtValidLicenseForSvgModule { LicensedSvg = 1 }
 
enum  QtValidLicenseForTestModule { LicensedTest = 1 }
 
enum  QtValidLicenseForXmlModule { LicensedXml = 1 }
 
enum  QtValidLicenseForXmlPatternsModule { LicensedXmlPatterns = 1 }
 

Enumeration Type Documentation

Enumerator:
QtCriticalMsg 
QtDebugMsg 
QtFatalMsg 
QtSystemMsg 
QtWarningMsg 
Enumerator:
LicensedActiveQt 
Enumerator:
LicensedCore 
Enumerator:
LicensedDBus 
Enumerator:
LicensedDeclarative 
Enumerator:
LicensedGui 
Enumerator:
LicensedHelp 
Enumerator:
LicensedMultimedia 
Enumerator:
LicensedNetwork 
Enumerator:
LicensedOpenGL 
Enumerator:
LicensedOpenVG 
Enumerator:
LicensedQt3SupportLight 
Enumerator:
LicensedQt3Support 
Enumerator:
LicensedScript 
Enumerator:
LicensedScriptTools 
Enumerator:
LicensedSql 
Enumerator:
LicensedSvg 
Enumerator:
LicensedTest 
Enumerator:
LicensedXml 
Enumerator:
LicensedXmlPatterns