Ghidra Decompiler Analysis Engine
|
The attributes for a single XML element. More...
#include <xml.hh>
Public Member Functions | |
const string & | getValue (const string &qualifiedName) const |
Get the value of the attribute with the given qualified name. | |
The attributes for a single XML element.
A container for name/value pairs (of strings) for the formal attributes, as collected during parsing. This object is used to initialize the Element object but is not part of the final, in memory, DOM model. This also holds other properties of the element that are unused in this implementation, including the namespace URI.