17.7. Data Definitions for libQtXml

This section defines global identifiers and their values that are associated with interfaces contained in libQtXml. These definitions are organized into groups that correspond to system headers. This convention is used as a convenience for the reader, and does not imply the existence of these headers, or their content. Where an interface is defined as requiring a particular system header file all of the data definitions for that system header file presented here shall be in effect.

This section gives data definitions to promote binary application portability, not to repeat source interface definitions available elsewhere. System providers and application developers should use this ABI to supplement - not to replace - source interface definition specifications.

This specification uses the ISO C (1999) C Language as the reference programming language, and data definitions are specified in ISO C format. The C language is used here as a convenient notation. Using a C language description of these data objects does not preclude their use by other programming languages.

17.7.1. QtXml/qdom.h


class QDomImplementation;
enum _ZN18QDomImplementation17InvalidDataPolicyE {
    AcceptInvalidChars = 0,
    DropInvalidChars = 1,
    ReturnNullNode = 2
};
class QDomNode;
enum _ZN8QDomNode8NodeTypeE {
    ElementNode = 1,
    AttributeNode = 2,
    TextNode = 3,
    CDATASectionNode = 4,
    EntityReferenceNode = 5,
    EntityNode = 6,
    ProcessingInstructionNode = 7,
    CommentNode = 8,
    DocumentNode = 9,
    DocumentTypeNode = 10,
    DocumentFragmentNode = 11,
    NotationNode = 12,
    BaseNode = 21,
    CharacterDataNode = 22
};
class QDomNodeList;
class QDomDocumentType;
class QDomDocument;
class QDomNamedNodeMap;
class QDomDocumentFragment;
class QDomCharacterData;
class QDomAttr;
class QDomElement;
class QDomText;
class QDomComment;
class QDomCDATASection;
class QDomNotation;
class QDomEntity;
class QDomEntityReference;
class QDomProcessingInstruction;

17.7.2. QtXml/qxml.h


typedef enum QtValidLicenseForXmlModule QtXmlModule;
class QXmlNamespaceSupport;
class QXmlAttributes;
struct QXmlAttributes::Attribute;
class QXmlInputSource;
class QXmlParseException;
class QXmlReader;
class QXmlSimpleReader;
class QXmlLocator;
class QXmlContentHandler;
class QXmlErrorHandler;
class QXmlDTDHandler;
class QXmlEntityResolver;
class QXmlLexicalHandler;
class QXmlDeclHandler;
class QXmlDefaultHandler;