Ghidra Decompiler Analysis Engine
Public Member Functions | List of all members
Attributes Class Reference

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.
 

Detailed Description

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.


The documentation for this class was generated from the following files: