


Public Member Functions | |
| SessionQosFactory (org::xmlBlaster::util::Global &global) | |
| ~SessionQosFactory () | |
| void | characters (std::string &ch) |
| This characters emulates the java version but keep in mind that it is not the virtual method inherited from DocumentHandler !! | |
| void | startElement (std::string &name, parser::AttributeMap &attrs) |
| Start element, event from SAX parser. | |
| void | endElement (std::string &name) |
| End element, event from SAX parser. | |
| void | reset () |
| SessionQosData & | getData () |
| SessionQosData | readObject (std::string &qos) |
Definition at line 119 of file SessionQos.h.
| org::xmlBlaster::util::qos::SessionQosFactory::SessionQosFactory | ( | org::xmlBlaster::util::Global & | global | ) |
Definition at line 205 of file SessionQos.cpp.
| org::xmlBlaster::util::qos::SessionQosFactory::~SessionQosFactory | ( | ) |
Definition at line 213 of file SessionQos.cpp.
| void org::xmlBlaster::util::qos::SessionQosFactory::characters | ( | std::string & | ch | ) |
This characters emulates the java version but keep in mind that it is not the virtual method inherited from DocumentHandler !!
| void org::xmlBlaster::util::qos::SessionQosFactory::startElement | ( | std::string & | name, | |
| parser::AttributeMap & | attrs | |||
| ) |
Start element, event from SAX parser.
| name | Tag name | |
| attrs | the attributes of the tag |
Reimplemented from org::xmlBlaster::util::XmlQoSBase.
| void org::xmlBlaster::util::qos::SessionQosFactory::endElement | ( | std::string & | name | ) |
End element, event from SAX parser.
| name | Tag name |
Reimplemented from org::xmlBlaster::util::XmlQoSBase.
| void org::xmlBlaster::util::qos::SessionQosFactory::reset | ( | ) |
Definition at line 270 of file SessionQos.cpp.
| SessionQosData & org::xmlBlaster::util::qos::SessionQosFactory::getData | ( | ) |
Definition at line 277 of file SessionQos.cpp.
| SessionQosData org::xmlBlaster::util::qos::SessionQosFactory::readObject | ( | std::string & | qos | ) |