#include <xmltooling/util/Predicates.h>
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. |
xmltooling::hasQName::hasQName | ( | const QName & | q | ) | [inline] |
bool xmltooling::hasQName::operator() | ( | const XMLObject * | xmlObject | ) | const [inline] |
Returns true iff the provided object's QName matches the constructor argument.
xmlObject | the object to examine |