#define QT_END_NAMESPACE
This macro expands to.
virtual bool itemMatches(const Item &item) const
virtual ItemType::Ptr xdtSuperType() const
bool isNode() const
Determines whether this item is an atomic value, or a node.
T * data() const
Returns a pointer to the shared data object.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The namespace for the internal API of QtXmlPatterns.
static const AnyNodeType::Ptr node
virtual ItemType::Ptr xdtSuperType() const =0
virtual bool isNodeType() const =0
const QXmlNodeModelIndex & asNode() const
Represents an item in the XPath 2.0 Data Model.
virtual bool xdtTypeMatches(const ItemType::Ptr &other) const
Returns true if other matches this type. That is, if other is equal to this type or a subtype of this...
Represents node() in patterns in XSL-T, which are just like how node() usually is, except that it doesn't match document nodes.