wsdlpull 1.23
Loading...
Searching...
No Matches
Qname Class Reference

#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)
 

Detailed Description

Definition at line 30 of file Qname.h.

Constructor & Destructor Documentation

◆ Qname() [1/3]

Qname::Qname ( const std::string & name)
inline

Definition at line 49 of file Qname.h.

◆ Qname() [2/3]

Qname::Qname ( const Qname & qn)
inline

Definition at line 55 of file Qname.h.

◆ Qname() [3/3]

Qname::Qname ( )
inline

Definition at line 63 of file Qname.h.

Member Function Documentation

◆ getLocalName()

◆ getPrefix()

std::string Qname::getPrefix ( void ) const
inline

◆ getNamespace()

◆ setNamespace()

void Qname::setNamespace ( std::string uri)
inline

◆ operator==()

bool Qname::operator== ( const Qname & qn) const
inline

Definition at line 104 of file Qname.h.

References getLocalName(), and getNamespace().

◆ operator=()

void Qname::operator= ( const std::string & name)
inline

Definition at line 69 of file Qname.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & os,
const Qname & qn )
friend

Definition at line 135 of file Qname.h.


The documentation for this class was generated from the following file: