Qt 4.8
|
#include <qxmlschema_p.h>
Definition at line 72 of file qxmlschema_p.h.
QXmlSchemaPrivate::QXmlSchemaPrivate | ( | const QXmlNamePool & | namePool | ) |
Definition at line 52 of file qxmlschema_p.cpp.
QXmlSchemaPrivate::QXmlSchemaPrivate | ( | const QPatternist::XsdSchemaContext::Ptr & | schemaContext | ) |
Definition at line 65 of file qxmlschema_p.cpp.
QXmlSchemaPrivate::QXmlSchemaPrivate | ( | const QXmlSchemaPrivate & | other | ) |
Definition at line 78 of file qxmlschema_p.cpp.
QUrl QXmlSchemaPrivate::documentUri | ( | ) | const |
bool QXmlSchemaPrivate::isValid | ( | ) | const |
Definition at line 153 of file qxmlschema_p.cpp.
Referenced by QXmlSchema::isValid(), QXmlSchema::load(), and QPatternist::XsdValidatingInstanceReader::loadSchema().
Definition at line 94 of file qxmlschema_p.cpp.
Referenced by QXmlSchema::load(), load(), and QPatternist::XsdValidatingInstanceReader::loadSchema().
void QXmlSchemaPrivate::load | ( | QIODevice * | source, |
const QUrl & | documentUri, | ||
const QString & | targetNamespace | ||
) |
Definition at line 118 of file qxmlschema_p.cpp.
void QXmlSchemaPrivate::load | ( | const QByteArray & | data, |
const QUrl & | documentUri, | ||
const QString & | targetNamespace | ||
) |
Definition at line 108 of file qxmlschema_p.cpp.
QAbstractMessageHandler * QXmlSchemaPrivate::messageHandler | ( | ) | const |
Definition at line 173 of file qxmlschema_p.cpp.
Referenced by load(), and QXmlSchema::messageHandler().
QXmlNamePool QXmlSchemaPrivate::namePool | ( | ) | const |
QNetworkAccessManager * QXmlSchemaPrivate::networkAccessManager | ( | ) | const |
Definition at line 196 of file qxmlschema_p.cpp.
Referenced by load(), and QXmlSchema::networkAccessManager().
void QXmlSchemaPrivate::setMessageHandler | ( | QAbstractMessageHandler * | handler | ) |
Definition at line 168 of file qxmlschema_p.cpp.
Referenced by QXmlSchema::setMessageHandler().
void QXmlSchemaPrivate::setNetworkAccessManager | ( | QNetworkAccessManager * | networkmanager | ) |
Definition at line 191 of file qxmlschema_p.cpp.
Referenced by QXmlSchema::setNetworkAccessManager().
void QXmlSchemaPrivate::setUriResolver | ( | const QAbstractUriResolver * | resolver | ) |
Definition at line 181 of file qxmlschema_p.cpp.
Referenced by QXmlSchema::setUriResolver().
const QAbstractUriResolver * QXmlSchemaPrivate::uriResolver | ( | ) | const |
Definition at line 186 of file qxmlschema_p.cpp.
Referenced by load(), and QXmlSchema::uriResolver().
QUrl QXmlSchemaPrivate::m_documentUri |
Definition at line 102 of file qxmlschema_p.h.
Referenced by documentUri(), load(), and QXmlSchemaPrivate().
QPatternist::ReferenceCountedValue<QAbstractMessageHandler>::Ptr QXmlSchemaPrivate::m_messageHandler |
Definition at line 96 of file qxmlschema_p.h.
Referenced by messageHandler(), QXmlSchemaPrivate(), and QXmlSchemaValidatorPrivate::QXmlSchemaValidatorPrivate().
QXmlNamePool QXmlSchemaPrivate::m_namePool |
Definition at line 92 of file qxmlschema_p.h.
Referenced by load(), namePool(), and QXmlSchemaPrivate().
QPatternist::ReferenceCountedValue<QNetworkAccessManager>::Ptr QXmlSchemaPrivate::m_networkAccessManager |
Definition at line 97 of file qxmlschema_p.h.
Referenced by networkAccessManager(), QXmlSchemaPrivate(), and QXmlSchemaValidatorPrivate::QXmlSchemaValidatorPrivate().
QPatternist::XsdSchemaContext::Ptr QXmlSchemaPrivate::m_schemaContext |
Definition at line 99 of file qxmlschema_p.h.
Referenced by load(), QXmlSchemaPrivate(), and QXmlSchemaValidatorPrivate::setSchema().
bool QXmlSchemaPrivate::m_schemaIsValid |
Definition at line 101 of file qxmlschema_p.h.
Referenced by isValid(), load(), and QXmlSchemaPrivate().
QPatternist::XsdSchemaParserContext::Ptr QXmlSchemaPrivate::m_schemaParserContext |
Definition at line 100 of file qxmlschema_p.h.
Referenced by load(), QPatternist::XsdValidatingInstanceReader::loadSchema(), QXmlSchemaPrivate(), and QXmlSchemaValidatorPrivate::setSchema().
const QAbstractUriResolver* QXmlSchemaPrivate::m_uriResolver |
Definition at line 94 of file qxmlschema_p.h.
Referenced by QXmlSchemaPrivate(), QXmlSchemaValidatorPrivate::QXmlSchemaValidatorPrivate(), setUriResolver(), and uriResolver().
QAbstractMessageHandler* QXmlSchemaPrivate::m_userMessageHandler |
Definition at line 93 of file qxmlschema_p.h.
Referenced by messageHandler(), QXmlSchemaPrivate(), QXmlSchemaValidatorPrivate::QXmlSchemaValidatorPrivate(), and setMessageHandler().
QNetworkAccessManager* QXmlSchemaPrivate::m_userNetworkAccessManager |
Definition at line 95 of file qxmlschema_p.h.
Referenced by networkAccessManager(), QXmlSchemaPrivate(), QXmlSchemaValidatorPrivate::QXmlSchemaValidatorPrivate(), and setNetworkAccessManager().