Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-09 | Marked DomDocumentCache::item class as private | Adrian Kummerländer | |
* as the xerces document is not instantiated by DomDocumentCache::item and the class only exports a pointer to the converted xalan document, it makes no sense to expose the class to the outside in the first place | |||
2014-05-05 | Encapsulated common parts of external function inplementations | Adrian Kummerländer | |
* common parts were moved into CRTP template base class _FunctionBase_ * all external functions are derived from that class ** only have to implement _constructDocument_ member method ** currently only supports a single string input parameter which is enough for now * this change condenses external funtion implementations to the essential and should increase readability as well as maintainability |