struct Poco::XML::AttributesImpl::Attribute

#include <AttributesImpl.h>

struct Attribute
{
    // fields

    XMLString localName;
    XMLString namespaceURI;
    XMLString qname;
    XMLString value;
    XMLString type;
    bool specified;
};