xmltooling 1.4.1
xmltooling::ConcreteXMLObjectBuilder Class Reference

A factory interface for obtaining XMLObjects. More...

#include <xmltooling/ConcreteXMLObjectBuilder.h>

Inheritance diagram for xmltooling::ConcreteXMLObjectBuilder:
Collaboration diagram for xmltooling::ConcreteXMLObjectBuilder:

List of all members.

Public Member Functions

virtual XMLObjectbuildObject () const =0
 Creates an empty XMLObject with a defaulted element name and/or type.

Detailed Description

A factory interface for obtaining XMLObjects.

Subclasses MAY supply additional factory methods.


Member Function Documentation

virtual XMLObject* xmltooling::ConcreteXMLObjectBuilder::buildObject ( ) const [pure virtual]

Creates an empty XMLObject with a defaulted element name and/or type.

Returns:
the empty XMLObject

Implemented in xmlsignature::SignatureBuilder.


The documentation for this class was generated from the following file: