wsdlpull 1.23
|
#include <Qname.h>
Public Member Functions | |
Qname (const std::string &name) | |
Qname (const Qname &qn) | |
Qname () | |
std::string | getLocalName (void) const |
std::string | getPrefix (void) const |
std::string | getNamespace (void) const |
void | setNamespace (std::string uri) |
bool | operator== (const Qname &qn) const |
void | operator= (const std::string &name) |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Qname &qn) |
|
inline |
Definition at line 76 of file Qname.h.
Referenced by Schema::SchemaParser::getAttribute(), Schema::SchemaParser::getAttributeGroup(), Schema::SchemaParser::getElement(), Schema::SchemaParser::getGroup(), WsdlPull::PortType::getOperation(), WsdlPull::Binding::getOperationIndex(), WsdlPull::PortType::getOperationIndex(), Schema::TypesTable::getTypeId(), main(), and operator==().
|
inline |
Definition at line 90 of file Qname.h.
Referenced by Schema::SchemaParser::finalize(), Schema::SchemaParser::getAttribute(), Schema::SchemaParser::getAttributeGroup(), Schema::SchemaParser::getElement(), Schema::SchemaParser::getGroup(), Schema::SchemaParser::getTypeId(), Schema::TypesTable::getTypeId(), main(), and operator==().
|
inline |
|
inline |
Definition at line 104 of file Qname.h.
References getLocalName(), and getNamespace().
|
friend |