Qt 4.8
|
Represents the item()
item type.
More...
#include <qanyitemtype_p.h>
Public Functions | |
virtual ItemType::Ptr | atomizedType () const |
virtual QString | displayName (const NamePool::Ptr &np) const |
virtual bool | isAtomicType () const |
virtual bool | isNodeType () const |
virtual bool | itemMatches (const Item &item) const |
virtual ItemType::Ptr | xdtSuperType () const |
virtual bool | xdtTypeMatches (const ItemType::Ptr &type) const |
Public Functions inherited from QPatternist::ItemType | |
virtual InstanceOf | instanceOf () const |
ItemType () | |
virtual Category | itemTypeCategory () const |
bool | operator!= (const ItemType &other) const |
virtual bool | operator== (const ItemType &other) const |
virtual const ItemType & | operator| (const ItemType &other) const |
virtual | ~ItemType () |
Public Functions inherited from QSharedData | |
QSharedData () | |
Constructs a QSharedData object with a reference count of 0. More... | |
QSharedData (const QSharedData &) | |
Constructs a QSharedData object with reference count 0. More... | |
Protected Functions | |
AnyItemType () | |
Friends | |
class | BuiltinTypes |
Additional Inherited Members | |
Public Types inherited from QPatternist::ItemType | |
enum | Category { NodeNameTest = 1, Other = 2 } |
enum | InstanceOf { ClassLocalNameTest, ClassNamespaceNameTest, ClassQNameTest, ClassOther } |
typedef QList< ItemType::Ptr > | List |
typedef QExplicitlySharedDataPointer< ItemType > | Ptr |
Public Variables inherited from QSharedData | |
QAtomicInt | ref |
Related Functions inherited from QPatternist::ItemType | |
ItemType::Ptr | operator| (const ItemType::Ptr &op1, const ItemType::Ptr &op2) |
void | operator|= (ItemType::Ptr &op1, const ItemType::Ptr &op2) |
Computes the union type of op1 and op2 , and assigns it to op1 . More... | |
Represents the item()
item type.
Definition at line 70 of file qanyitemtype_p.h.
|
protected |
Definition at line 51 of file qanyitemtype.cpp.
|
virtual |
Implements QPatternist::ItemType.
Definition at line 85 of file qanyitemtype.cpp.
|
virtual |
Implements QPatternist::ItemType.
Definition at line 65 of file qanyitemtype.cpp.
|
virtual |
false
Implements QPatternist::ItemType.
Definition at line 80 of file qanyitemtype.cpp.
|
virtual |
false
Implements QPatternist::ItemType.
Definition at line 75 of file qanyitemtype.cpp.
|
virtual |
true
Implements QPatternist::ItemType.
Definition at line 55 of file qanyitemtype.cpp.
|
virtual |
Implements QPatternist::ItemType.
Definition at line 70 of file qanyitemtype.cpp.
|
virtual |
true
Implements QPatternist::ItemType.
Definition at line 60 of file qanyitemtype.cpp.
|
friend |
Definition at line 110 of file qanyitemtype_p.h.