|
hpp-util 6.0.0
Debugging tools for the HPP project.
|
Classes | |
| class | IgnoreTagFactory |
| class | ObjectFactory |
| Class that catch XML Parser events for a specific tag and build the corresponding Object. More... | |
| class | Parser |
| Parse an XML document. More... | |
| class | SequenceFactory |
| Factory parsing sequence of values. More... | |
Typedefs | |
| typedef tinyxml2::XMLElement | XMLElement |
| typedef tinyxml2::XMLDocument | XMLDocument |
| typedef tinyxml2::XMLDeclaration | XMLDeclaration |
| typedef tinyxml2::XMLAttribute | XMLAttribute |
| typedef tinyxml2::XMLNode | XMLNode |
| typedef tinyxml2::XMLText | XMLText |
| typedef tinyxml2::XMLComment | XMLComment |
| typedef tinyxml2::XMLPrinter | XMLPrinter |
Functions | |
| template<typename T > | |
| ObjectFactory * | create (ObjectFactory *parent=NULL, const XMLElement *element=NULL) |
| std::ostream & | operator<< (std::ostream &, const ObjectFactory &) |
| std::ostream & | operator<< (std::ostream &, const Parser &) |
| typedef tinyxml2::XMLAttribute hpp::util::parser::XMLAttribute |
| typedef tinyxml2::XMLComment hpp::util::parser::XMLComment |
| typedef tinyxml2::XMLDeclaration hpp::util::parser::XMLDeclaration |
| typedef tinyxml2::XMLDocument hpp::util::parser::XMLDocument |
| typedef tinyxml2::XMLElement hpp::util::parser::XMLElement |
| typedef tinyxml2::XMLNode hpp::util::parser::XMLNode |
| typedef tinyxml2::XMLPrinter hpp::util::parser::XMLPrinter |
| typedef tinyxml2::XMLText hpp::util::parser::XMLText |
| ObjectFactory * hpp::util::parser::create | ( | ObjectFactory * | parent = NULL, |
| const XMLElement * | element = NULL |
||
| ) |
To add a ObjectFactory to the Parser, use: Parser::addObjectFactory (TagName, create <ObjectFactory>)
| std::ostream & hpp::util::parser::operator<< | ( | std::ostream & | os, |
| const ObjectFactory & | o | ||
| ) |