Ghidra 11.3.2
Ghidra internal decompiler documentation.
|
The attributes for a single XML element. More...
#include <xml.hh>
Static Private Attributes | |
static string | bogus_uri |
A placeholder for the namespace URI that should be attached to the element. | |
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.