XMLBEANSXX  0.9.8
xmlbeansxx::QName Class Reference

#include <QName.h>

List of all members.

Classes

class  Hash

Public Member Functions

QNameoperator-> ()
const QNameoperator-> () const
 QName (const StoreString &namespaceURI, const StoreString &localPart)
 QName (const StoreString &namespaceURI, const StoreString &localPart, const std::string &prefix)
 QName ()
 QName (const QName &qname)
 operator std::string () const
std::string toString () const

Static Public Member Functions

static QName store (const std::string &namespaceURI, const std::string &localPart)
static QName store (const std::string &namespaceURI, const std::string &localPart, const std::string &prefix)
static QName store (const char *namespaceURI, const char *localPart)

Public Attributes

std::string prefix

Detailed Description

Objects of this class represent qualified name, which contains namespace URI and localPart. Corresponds to javax.xml.namespace.QName class.


Constructor & Destructor Documentation

xmlbeansxx::QName::QName ( const StoreString namespaceURI,
const StoreString localPart 
) [inline]
xmlbeansxx::QName::QName ( const StoreString namespaceURI,
const StoreString localPart,
const std::string &  prefix 
) [inline]
xmlbeansxx::QName::QName ( const QName qname) [inline]

Member Function Documentation

xmlbeansxx::QName::operator std::string ( ) const [inline]
QName* xmlbeansxx::QName::operator-> ( ) [inline]
const QName* xmlbeansxx::QName::operator-> ( ) const [inline]
QName xmlbeansxx::QName::store ( const std::string &  namespaceURI,
const std::string &  localPart 
) [static]
QName xmlbeansxx::QName::store ( const std::string &  namespaceURI,
const std::string &  localPart,
const std::string &  prefix 
) [static]
QName xmlbeansxx::QName::store ( const char *  namespaceURI,
const char *  localPart 
) [static]
std::string xmlbeansxx::QName::toString ( ) const [inline]

Member Data Documentation


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