Qt 4.8
Public Functions | Public Variables | Properties | List of all members
QXmlResultItemsPrivate Class Reference

#include <qxmlresultitems_p.h>

Public Functions

 QXmlResultItemsPrivate ()
 
void setDynamicContext (const QPatternist::DynamicContext::Ptr &context)
 

Public Variables

QXmlItem current
 
bool hasError
 
QPatternist::Item::Iterator::Ptr iterator
 

Properties

QPatternist::DynamicContext::Ptr m_context
 

Detailed Description

Definition at line 61 of file qxmlresultitems_p.h.

Constructors and Destructors

◆ QXmlResultItemsPrivate()

QXmlResultItemsPrivate::QXmlResultItemsPrivate ( )
inline

Definition at line 64 of file qxmlresultitems_p.h.

65  , hasError(false)
66  {
67  }
static const EmptyIterator< Item >::Ptr emptyIterator
QPatternist::Item::Iterator::Ptr iterator

Functions

◆ setDynamicContext()

void QXmlResultItemsPrivate::setDynamicContext ( const QPatternist::DynamicContext::Ptr context)
inline

Definition at line 69 of file qxmlresultitems_p.h.

Referenced by QXmlQuery::evaluateTo().

70  {
71  m_context = context;
72  }
QPatternist::DynamicContext::Ptr m_context

Properties

◆ current

QXmlItem QXmlResultItemsPrivate::current

Definition at line 75 of file qxmlresultitems_p.h.

◆ hasError

bool QXmlResultItemsPrivate::hasError

Definition at line 76 of file qxmlresultitems_p.h.

Referenced by QXmlQuery::evaluateTo().

◆ iterator

QPatternist::Item::Iterator::Ptr QXmlResultItemsPrivate::iterator

Definition at line 74 of file qxmlresultitems_p.h.

Referenced by QXmlQuery::evaluateTo().

◆ m_context

QPatternist::DynamicContext::Ptr QXmlResultItemsPrivate::m_context
private

We never use it. We only keep a ref to it such that it doesn't get de-allocated.

Definition at line 82 of file qxmlresultitems_p.h.

Referenced by setDynamicContext().


The documentation for this class was generated from the following file: