


Public Member Functions | |
| SecurityQosFactory (org::xmlBlaster::util::Global &global) | |
| org::xmlBlaster::authentication::SecurityQos | parse (std::string &xmlQoS_literal) |
| void | startElement (std::string &name, org::xmlBlaster::util::parser::AttributeMap &attrs) |
| Start element, event from SAX parser. | |
| void | endElement (std::string &name) |
| End element, event from SAX parser. | |
Definition at line 27 of file SecurityQosFactory.h.
| org::xmlBlaster::authentication::SecurityQosFactory::SecurityQosFactory | ( | org::xmlBlaster::util::Global & | global | ) |
Definition at line 17 of file SecurityQosFactory.cpp.
| org::xmlBlaster::authentication::SecurityQos org::xmlBlaster::authentication::SecurityQosFactory::parse | ( | std::string & | xmlQoS_literal | ) |
| void org::xmlBlaster::authentication::SecurityQosFactory::startElement | ( | std::string & | name, | |
| org::xmlBlaster::util::parser::AttributeMap & | attrs | |||
| ) |
Start element, event from SAX parser.
| name | Tag name | |
| attrs | the attributes of the tag |
| void org::xmlBlaster::authentication::SecurityQosFactory::endElement | ( | std::string & | name | ) |
End element, event from SAX parser.
| name | Tag name |