40 const XMLCh*
const localname,
41 const XMLCh*
const qname,
53 unsigned int numAtts = attrs.getLength();
55 for (
unsigned int i = 0;
i < numAtts; ++
i)
61 DCOUT_V(
'P',
std::string(
"DetectorDescription/Parser/interface/DDLSAX2ExpressionHandler: ") +
"getLocalName = " + myattname +
" getValue = " + myvalue +
" getQName = " + myQName);
64 if (myattname ==
"name")
66 else if (myattname ==
"value")
78 const XMLCh*
const localname,
79 const XMLCh*
const qname )
DDLSAX2ExpressionHandler(DDCompactView &cpv)
type of data representation of DDCompactView
unsigned int elementCount_
DDLSAX2FileHandler is the SAX2 Handler for XML files found in the configuration file.
~DDLSAX2ExpressionHandler()
static value_type & instance()
const char * localForm() const
void endElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname)
#define DCOUT_V(M_v_Y, M_v_S)
void startElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const Attributes &attrs)
std::map< std::string, int > elementTypeCounter_
void set(const std::string &ns, const std::string &name, const std::string &exprValue)
XERCES_CPP_NAMESPACE::Attributes Attributes