52 #ifndef Patternist_NoneType_H 53 #define Patternist_NoneType_H #define QT_END_NAMESPACE
This macro expands to.
virtual ItemType::Ptr xdtSuperType() const
virtual Cardinality cardinality() const
The QExplicitlySharedDataPointer class represents a pointer to an explicitly shared object...
virtual QString displayName(const NamePool::Ptr &np) const
virtual bool isNodeType() const
The QString class provides a Unicode character string.
virtual bool itemMatches(const Item &item) const
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...
virtual const ItemType & operator|(const ItemType &other) const
#define QT_BEGIN_NAMESPACE
This macro expands to.
A SequenceType instance represents the type of a sequence of Item instances.
The namespace for the internal API of QtXmlPatterns.
Base class for the XPath Data Model's type hierarchy.
Represents an item in the XPath 2.0 Data Model.
virtual ItemType::Ptr itemType() const
QExplicitlySharedDataPointer< NoneType > Ptr
virtual bool isAtomicType() const
Represents a cardinality, a possible , often represented by occurrence indicators.
virtual ItemType::Ptr atomizedType() const
Provides access to singleton instances of SequenceType sub-classes.
Represents the special none type.