1 #ifndef DDL_SAX2ExpressionHandler_H
2 #define DDL_SAX2ExpressionHandler_H
11 #include <xercesc/sax2/Attributes.hpp>
42 void startElement(
const XMLCh*
const uri,
const XMLCh*
const localname
44 void endElement(
const XMLCh*
const uri,
const XMLCh*
const localname
45 ,
const XMLCh*
const qname);
DDLSAX2ExpressionHandler(DDCompactView &cpv)
type of data representation of DDCompactView
DDLSAX2FileHandler is the SAX2 Handler for XML files found in the configuration file.
~DDLSAX2ExpressionHandler()
DDLSAX2ExpressionHandler is the first pass SAX2 Handler for XML files found in the configuration file...
void endElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname)
void startElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const Attributes &attrs)
XERCES_CPP_NAMESPACE::Attributes Attributes