1 #ifndef DETECTOR_DESCRIPTION_PARSER_DDL_SAX2_CONFIG_HANDLER_H 2 #define DETECTOR_DESCRIPTION_PARSER_DDL_SAX2_CONFIG_HANDLER_H 10 #include <xercesc/sax2/Attributes.hpp> 34 void startElement(
const XMLCh* uri,
const XMLCh* localname,
35 const XMLCh* qname,
const Attributes& attrs)
override;
38 const std::vector<std::string>&
getURLs()
const;
void startElement(const XMLCh *uri, const XMLCh *localname, const XMLCh *qname, const Attributes &attrs) override
const std::string getSchemaLocation() const
std::vector< std::string > files_
type of data representation of DDCompactView
~DDLSAX2ConfigHandler() override
std::vector< std::string > urls_
const std::vector< std::string > & getURLs() const
std::string schemaLocation_
DDLSAX2ConfigHandler(DDCompactView &cpv)
DDLSAX2ConfigHandler is the handler for the configuration file.
XERCES_CPP_NAMESPACE::Attributes Attributes
DDLSAX2Handler inherits from Xerces C++ DefaultHandler.
const std::vector< std::string > & getFileNames() const
const bool doValidation() const