kodi
|
The PLT_XmlAttributeFinder class is used to determine if an attribute exists given an xml element node, an attribute name and namespace. More...
#include <PltUtilities.h>
Public Member Functions | |
PLT_XmlAttributeFinder (const NPT_XmlElementNode &element, const char *name, const char *namespc) | |
bool | operator() (const NPT_XmlAttribute *const &attribute) const |
The PLT_XmlAttributeFinder class is used to determine if an attribute exists given an xml element node, an attribute name and namespace.