Qt 4.8
|
#include <qxmlquery_p.h>
Public Functions | |
void | addAdditionalNamespaceBinding (const QXmlName &binding) |
void | detach () |
QPatternist::DynamicContext::Ptr | dynamicContext (QAbstractXmlReceiver *const callback=0) |
QPatternist::Expression::Ptr | expression (QIODevice *const queryDevice=0) |
bool | isValid () |
QObject * | ownerObject () |
QXmlQueryPrivate (const QXmlNamePool &np=QXmlNamePool()) | |
void | recompileRequired () |
QPatternist::SequenceType::Ptr | requiredType () |
QPatternist::AccelTreeResourceLoader::Ptr | resourceLoader () |
void | setExpressionFactory (const QPatternist::ExpressionFactory::Ptr &expr) |
void | setRequiredType (const QPatternist::SequenceType::Ptr &seqType) |
QPatternist::GenericStaticContext::Ptr | staticContext () |
QPatternist::VariableLoader::Ptr | variableLoader () |
Definition at line 84 of file qxmlquery_p.h.
|
inline |
Definition at line 88 of file qxmlquery_p.h.
|
inline |
Definition at line 272 of file qxmlquery_p.h.
Referenced by QPatternist::XsdValidatingInstanceReader::createXQuery(), and QPatternist::XsdSchemaParser::readXPathAttribute().
|
inline |
Definition at line 97 of file qxmlquery_p.h.
Referenced by QXmlQuery::operator=(), and QXmlQuery::QXmlQuery().
|
inline |
Definition at line 175 of file qxmlquery_p.h.
Referenced by QPatternist::VariableLoader::evaluateSequence(), and QXmlQuery::evaluateTo().
|
inline |
Definition at line 235 of file qxmlquery_p.h.
Referenced by QPatternist::VariableLoader::announceExternalVariable(), QPatternist::VariableLoader::evaluateSequence(), QXmlQuery::evaluateTo(), isValid(), and QXmlQuery::setQuery().
|
inline |
Definition at line 115 of file qxmlquery_p.h.
Referenced by QXmlQuery::isValid().
|
inline |
Definition at line 295 of file qxmlquery_p.h.
Referenced by detach(), QXmlQueryPrivate(), and staticContext().
|
inline |
Definition at line 120 of file qxmlquery_p.h.
Referenced by QXmlQuery::bindVariable(), and QXmlQuery::setQuery().
|
inline |
Definition at line 224 of file qxmlquery_p.h.
Referenced by expression().
|
inline |
Definition at line 206 of file qxmlquery_p.h.
Referenced by QXmlQuery::bindVariable(), and staticContext().
|
inline |
Definition at line 287 of file qxmlquery_p.h.
|
inline |
Definition at line 214 of file qxmlquery_p.h.
|
inline |
Definition at line 133 of file qxmlquery_p.h.
Referenced by dynamicContext(), expression(), and QXmlQuery::setQuery().
|
inline |
Definition at line 125 of file qxmlquery_p.h.
Referenced by QXmlQuery::bindVariable(), QXmlQueryPrivate(), and staticContext().
QXmlItem QXmlQueryPrivate::contextItem |
Definition at line 284 of file qxmlquery_p.h.
Referenced by dynamicContext(), QXmlQuery::setFocus(), and staticContext().
QXmlName QXmlQueryPrivate::initialTemplateName |
Definition at line 285 of file qxmlquery_p.h.
Referenced by expression(), QXmlQuery::initialTemplateName(), and QXmlQuery::setInitialTemplateName().
Definition at line 321 of file qxmlquery_p.h.
Referenced by addAdditionalNamespaceBinding(), and staticContext().
QPatternist::Expression::Ptr QXmlQueryPrivate::m_expr |
This is the AST for the query.
Definition at line 310 of file qxmlquery_p.h.
Referenced by expression(), recompileRequired(), and staticContext().
QPatternist::ExpressionFactory::Ptr QXmlQueryPrivate::m_expressionFactory |
Definition at line 303 of file qxmlquery_p.h.
Referenced by expression(), and setExpressionFactory().
QPatternist::FunctionFactory::Ptr QXmlQueryPrivate::m_functionFactory |
Definition at line 318 of file qxmlquery_p.h.
Referenced by staticContext().
QPatternist::NetworkAccessDelegator::Ptr QXmlQueryPrivate::m_networkAccessDelegator |
Definition at line 319 of file qxmlquery_p.h.
Referenced by detach(), QXmlQuery::networkAccessManager(), QXmlQueryPrivate(), resourceLoader(), QXmlQuery::setNetworkAccessManager(), and QXmlQuery::setQuery().
QPatternist::ReferenceCountedValue<QObject>::Ptr QXmlQueryPrivate::m_owner |
Definition at line 311 of file qxmlquery_p.h.
Referenced by ownerObject().
QPatternist::SequenceType::Ptr QXmlQueryPrivate::m_requiredType |
This is our effective network manager, that we end up using. The one the user sets is userNetworkManager.
Definition at line 317 of file qxmlquery_p.h.
Referenced by requiredType(), and setRequiredType().
QPatternist::DeviceResourceLoader::Ptr QXmlQueryPrivate::m_resourceLoader |
Definition at line 306 of file qxmlquery_p.h.
Referenced by detach(), and resourceLoader().
QPatternist::StaticContext::Ptr QXmlQueryPrivate::m_staticContext |
Definition at line 304 of file qxmlquery_p.h.
Referenced by expression(), setRequiredType(), and staticContext().
QPatternist::VariableLoader::Ptr QXmlQueryPrivate::m_variableLoader |
Definition at line 305 of file qxmlquery_p.h.
Referenced by detach(), and variableLoader().
QPointer<QAbstractMessageHandler> QXmlQueryPrivate::messageHandler |
Definition at line 278 of file qxmlquery_p.h.
Referenced by QXmlQuery::messageHandler(), QXmlQuery::setMessageHandler(), and staticContext().
QXmlNamePool QXmlQueryPrivate::namePool |
Definition at line 277 of file qxmlquery_p.h.
Referenced by QXmlQuery::bindVariable(), detach(), dynamicContext(), QXmlQuery::namePool(), QXmlQueryPrivate(), resourceLoader(), QXmlQuery::setInitialTemplateName(), staticContext(), and variableLoader().
QXmlQuery::QueryLanguage QXmlQueryPrivate::queryLanguage |
Definition at line 292 of file qxmlquery_p.h.
Referenced by expression(), QXmlQuery::queryLanguage(), QXmlQuery::QXmlQuery(), and staticContext().
QUrl QXmlQueryPrivate::queryURI |
Must be absolute and valid.
Definition at line 282 of file qxmlquery_p.h.
Referenced by expression(), QXmlQuery::setQuery(), and staticContext().
const QAbstractUriResolver* QXmlQueryPrivate::uriResolver |
Definition at line 283 of file qxmlquery_p.h.
Referenced by dynamicContext(), QXmlQuery::setUriResolver(), and QXmlQuery::uriResolver().
QPointer<QNetworkAccessManager> QXmlQueryPrivate::userNetworkManager |
Definition at line 293 of file qxmlquery_p.h.