#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
<beetle name="ringo" instrument="drums">
Ringo is my favorite
</beetle>
is passed as two attributes name=ringo, and instrument=drums and with buffer='Ringo is my favorite'Once C++ object is created, it should be placed on a xmli::Stack to be used by other pieces of code
Implements xmli::Builder. Definition at line 20 of file jobdocBuilder.cxx. 00022 { }
|
1.3.9.1