xmltooling 3.0.0
|
A factory interface for obtaining XMLObjects. More...
#include <xmltooling/ConcreteXMLObjectBuilder.h>
Public Member Functions | |
virtual XMLObject * | buildObject () const =0 |
Creates an empty XMLObject with a defaulted element name and/or type. |
A factory interface for obtaining XMLObjects.
Subclasses MAY supply additional factory methods.
virtual XMLObject* xmltooling::ConcreteXMLObjectBuilder::buildObject | ( | ) | const [pure virtual] |
Creates an empty XMLObject with a defaulted element name and/or type.
Implemented in xmlsignature::SignatureBuilder.