#include <jobdocBuilder.h>
Inheritance diagram for jobc::jobdocBuilder:

Public Member Functions | |
| jobdocBuilder (const char *tag) | |
| void | Build (const xmli::AttributeList &attr, const std::string &buffer) |
|
|
Definition at line 16 of file jobdocBuilder.cxx.
00016 : xmli::Builder(tag) { } |
|
||||||||||||
|
Builders must implement this method which constructs a C++ object from XML attributes
Implements xmli::Builder. Definition at line 20 of file jobdocBuilder.cxx. References xmli::AttributeList.
00022 { }
|
1.3.5