1 #ifndef DDL_ALGORITHM_H
2 #define DDL_ALGORITHM_H
type of data representation of DDCompactView
DDLAlgorithm processes Algorithm elements.
~DDLAlgorithm()
Destructor.
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Called by loadAttributes AFTER attributes are loaded.
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Processing the element.
This is a base class for processing XML elements in the DDD.
DDLAlgorithm(DDLElementRegistry *myreg)
Constructor.
The main class for processing parsed elements.