|
fipa_acl
1.4
|
#include <xml_parser.h>
Static Public Member Functions | |
| static const ReceivedObject | parseReceivedObject (const TiXmlElement *receivedObjectElem) |
| static const base::Time | parseDate (const TiXmlElement *dateElem) |
| static const base::Time | strToDate (const std::string &dateStr) |
| static const std::string | parseURL (const TiXmlElement *urlElem) |
| static const std::string | parseName (const TiXmlElement *nameElem) |
| static const AgentID | parseAgentID (const TiXmlElement *aidElem) |
| static const AgentIDList | parseAgentIDSequence (const TiXmlElement *aidlElem) |
| static const UserdefParam | parseUserdefinedParameter (const TiXmlElement *paramElem) |
| static const char * | extractContentOrAttribute (const TiXmlElement *elem, const char *identifier="href") |
A set of static methods to parse certain XML elemenets containing FIPA compliant data. All methods throw an exception of the content is not FIPA compliant.
Definition at line 18 of file xml_parser.h.
|
static |
For all message parameters FIPA allows to set the content directly or to point to an URL with a href attribute. The content of either will be returned or NULL if none is set.
Definition at line 219 of file xml_parser.cpp.
|
static |
Definition at line 8 of file xml_parser.cpp.
|
static |
Definition at line 47 of file xml_parser.cpp.
|
static |
Definition at line 59 of file xml_parser.cpp.
|
static |
Definition at line 69 of file xml_parser.cpp.
|
static |
Definition at line 95 of file xml_parser.cpp.
|
static |
Definition at line 172 of file xml_parser.cpp.
|
static |
Definition at line 188 of file xml_parser.cpp.
|
static |
Definition at line 202 of file xml_parser.cpp.
1.8.6