Predicate that checks the QName of an XMLObject.
More...
#include <xmltooling/util/Predicates.h>
List of all members.
Public Member Functions |
| hasQName (const QName &q) |
| Constructor.
|
bool | operator() (const XMLObject *xmlObject) const |
| Returns true iff the provided object's QName matches the constructor argument.
|
Detailed Description
Predicate that checks the QName of an XMLObject.
Constructor & Destructor Documentation
xmltooling::hasQName::hasQName |
( |
const QName & |
q | ) |
[inline] |
Member Function Documentation
bool xmltooling::hasQName::operator() |
( |
const XMLObject * |
xmlObject | ) |
const [inline] |
Returns true iff the provided object's QName matches the constructor argument.
- Parameters:
-
xmlObject | the object to examine |
The documentation for this class was generated from the following file: