Class representing a SemanticTree factory. More...
#include <SemanticTreeFactory.hpp>
Static Public Member Functions | |
static shared_ptr< SemanticTree > | buildSemanticTree (XmlDocument *doc) |
SemanticTree builder. |
Class representing a SemanticTree factory.
This class is able to build SemanticTrees from XML descriptions.
Definition at line 57 of file SemanticTreeFactory.hpp.
shared_ptr< SemanticTree > SemanticTreeFactory::buildSemanticTree | ( | XmlDocument * | doc | ) | [static] |
SemanticTree builder.
This method builds a SemanticTree from its XML description
tree | A reference to the resulting tree. | |
doc | The XML document containing the tree description |
Definition at line 49 of file SemanticTreeFactory.cpp.