Clases |
class | QXmlAttributesPrivate |
class | QXmlInputSourcePrivate |
class | QXmlParseExceptionPrivate |
class | QXmlLocatorPrivate |
class | QXmlDefaultHandlerPrivate |
class | QXmlSimpleReaderLocator |
class | QXmlNamespaceSupportPrivate |
class | QXmlSimpleReaderPrivate |
struct | QXmlSimpleReaderPrivate::ExternParameterEntity |
struct | QXmlSimpleReaderPrivate::ExternEntity |
struct | QXmlSimpleReaderPrivate::ParseState |
'defines' |
#define | XMLERR_OK QT_TRANSLATE_NOOP( "QXml", "no error occurred" ) |
#define | XMLERR_ERRORBYCONSUMER QT_TRANSLATE_NOOP( "QXml", "error triggered by consumer" ) |
#define | XMLERR_UNEXPECTEDEOF QT_TRANSLATE_NOOP( "QXml", "unexpected end of file" ) |
#define | XMLERR_MORETHANONEDOCTYPE QT_TRANSLATE_NOOP( "QXml", "more than one document type definition" ) |
#define | XMLERR_ERRORPARSINGELEMENT QT_TRANSLATE_NOOP( "QXml", "error occurred while parsing element" ) |
#define | XMLERR_TAGMISMATCH QT_TRANSLATE_NOOP( "QXml", "tag mismatch" ) |
#define | XMLERR_ERRORPARSINGCONTENT QT_TRANSLATE_NOOP( "QXml", "error occurred while parsing content" ) |
#define | XMLERR_UNEXPECTEDCHARACTER QT_TRANSLATE_NOOP( "QXml", "unexpected character" ) |
#define | XMLERR_INVALIDNAMEFORPI QT_TRANSLATE_NOOP( "QXml", "invalid name for processing instruction" ) |
#define | XMLERR_VERSIONEXPECTED QT_TRANSLATE_NOOP( "QXml", "version expected while reading the XML declaration" ) |
#define | XMLERR_WRONGVALUEFORSDECL QT_TRANSLATE_NOOP( "QXml", "wrong value for standalone declaration" ) |
#define | XMLERR_EDECLORSDDECLEXPECTED QT_TRANSLATE_NOOP( "QXml", "encoding declaration or standalone declaration expected while reading the XML declaration" ) |
#define | XMLERR_SDDECLEXPECTED QT_TRANSLATE_NOOP( "QXml", "standalone declaration expected while reading the XML declaration" ) |
#define | XMLERR_ERRORPARSINGDOCTYPE QT_TRANSLATE_NOOP( "QXml", "error occurred while parsing document type definition" ) |
#define | XMLERR_LETTEREXPECTED QT_TRANSLATE_NOOP( "QXml", "letter is expected" ) |
#define | XMLERR_ERRORPARSINGCOMMENT QT_TRANSLATE_NOOP( "QXml", "error occurred while parsing comment" ) |
#define | XMLERR_ERRORPARSINGREFERENCE QT_TRANSLATE_NOOP( "QXml", "error occurred while parsing reference" ) |
#define | XMLERR_INTERNALGENERALENTITYINDTD QT_TRANSLATE_NOOP( "QXml", "internal general entity reference not allowed in DTD" ) |
#define | XMLERR_EXTERNALGENERALENTITYINAV QT_TRANSLATE_NOOP( "QXml", "external parsed general entity reference not allowed in attribute value" ) |
#define | XMLERR_EXTERNALGENERALENTITYINDTD QT_TRANSLATE_NOOP( "QXml", "external parsed general entity reference not allowed in DTD" ) |
#define | XMLERR_UNPARSEDENTITYREFERENCE QT_TRANSLATE_NOOP( "QXml", "unparsed entity reference in wrong context" ) |
#define | XMLERR_RECURSIVEENTITIES QT_TRANSLATE_NOOP( "QXml", "recursive entities" ) |
#define | XMLERR_ERRORINTEXTDECL QT_TRANSLATE_NOOP( "QXml", "error in the text declaration of an external entity" ) |
'typedefs' |
typedef QMap< QString, QString > | NamespaceMap |
Enumeraciones |
enum | NameChar { NameBeginning,
NameNotBeginning,
NotName
} |