39 #define WF_DOCUMENT_FORMAT( DOCFORMATNAME, DETECTORCLASS)\
43 static _Wolframe::cmdbind::DoctypeDetector* create()\
45 return new DETECTORCLASS();\
47 static _Wolframe::module::BuilderBase* impl()\
49 return new _Wolframe::module::DoctypeDetectorBuilder( DOCFORMATNAME "Detector", DOCFORMATNAME, create);\
52 (*this)(&Constructor ::impl);\
Interface template for object builder of filters.
Basic interface classes that to build objects and the Wolframe module interface.