xmltooling
3.0.1
|
Predicate that checks the QName of an XMLObject. More...
#include <xmltooling/util/Predicates.h>
Public Member Functions | |
hasQName (const QName &q) | |
Constructor. More... | |
bool | operator() (const XMLObject *xmlObject) const |
Returns true iff the provided object's QName matches the constructor argument. More... | |
|
inline |
Constructor.
q | the QName to check for |
|
inline |
Returns true iff the provided object's QName matches the constructor argument.
xmlObject | the object to examine |