Find the attribute with the specified qname in the current node.
Declared in <balxml_minireader.h>
virtual
int
lookupAttribute(
ElementAttribute* attribute,
char const* qname) const override;
Fill in the specified attribute structure. Return 0 on success, 1 if there is no attribute found with qname, and a negative value otherwise. The strings that were filled into the attribute structure are invalid upon the next advanceToNextNode or close is called.
0 on success, 1 if not found, and a negative value otherwise
| Name | Description |
|---|---|
| attribute | structure to receive the attribute |
| qname | qualified name of the attribute to find |