Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

NsMap Class Reference

Namespace map for building a SOAP Envelop. More...

#include <NsStack.hpp>

Inheritance diagram for NsMap::

NsMap_t List of all members.

Public Methods

const std::string findURI (const std::string &uri)
 Finds namespace URI in the map. More...

const std::string findPrefix (const std::string &prefex)
 Find namaspace prefix in the map. More...


Detailed Description

Namespace map for building a SOAP Envelop.

Namespace map for building a SOAP Envelop; each namespace prefix has associated namespace URI. Derived from std::map

Definition at line 83 of file NsStack.hpp.


Member Function Documentation

const std::string NsMap::findPrefix ( const std::string & prefex )
 

Find namaspace prefix in the map.

Find namaspace prefix in the map

Definition at line 86 of file NsStack.cpp.

const std::string NsMap::findURI ( const std::string & uri )
 

Finds namespace URI in the map.

Finds namespace URI in the map

Definition at line 72 of file NsStack.cpp.


The documentation for this class was generated from the following files: Axis C++ Client Lib - User's Guide

Copyright © 2001 SL_OpenSource XML Project. All Rights Reserved