26 std::vector<std::string>
names;
27 std::vector<std::string>
values;
28 names.push_back(
"name");
30 values.push_back(atts.find(
"name")->second);
DDLElementRegistry * myRegistry_
static const HistoName names[]
virtual const DDXMLAttribute & getAttributeSet(size_t aIndex=0) const
Get a "row" of attributes, i.e. one attribute set.
type of data representation of DDCompactView
std::map< std::string, std::string > DDXMLAttribute
DDXMLElement * getElement(const std::string &name)
THE most important part. Getting the pointer to a given element type.
void loadAttributes(const std::string &elemName, const std::vector< std::string > &names, const std::vector< std::string > &values, const std::string &nmspace, DDCompactView &cpv)
Load the element attributes.
virtual size_t size(void) const
Number of elements accumulated.
virtual void setReference(const std::string &nmspace, DDCompactView &cpv)
This is a base class for processing XML elements in the DDD.
DDLMaterial(DDLElementRegistry *myreg)
The main class for processing parsed elements.
virtual void clear(void)
clear this element's contents.