src/xmlpull/XmlUtils.cpp File Reference

#include <termios.h>
#include <unistd.h>
#include <errno.h>
#include <time.h>
#include <fstream>
#include <map>
#include "xmlpull/XmlUtils.h"

Include dependency graph for XmlUtils.cpp:

Go to the source code of this file.

Functions

int XmlUtils::parseInt (std::string s, int radix)
std::ostream & XmlUtils::dbsp (std::ostream &str)
std::ostream & XmlUtils::blk (std::ostream &str)
bool WSDLPULL_EXPORT XmlUtils::fetchUri (std::string uri, std::string &filename)
std::string WSDLPULL_EXPORT XmlUtils::acceptSecretKey (const std::string &field)
bool WSDLPULL_EXPORT XmlUtils::getProxy ()
void WSDLPULL_EXPORT XmlUtils::setProxy (const bool bProxy)
std::string WSDLPULL_EXPORT XmlUtils::getProxyHost ()
void WSDLPULL_EXPORT XmlUtils::setProxyHost (const std::string &sProxyHost)
std::string WSDLPULL_EXPORT XmlUtils::getProxyUser ()
void WSDLPULL_EXPORT XmlUtils::setProxyUser (const std::string &sProxyUser)
std::string WSDLPULL_EXPORT XmlUtils::getProxyPass ()
void WSDLPULL_EXPORT XmlUtils::setProxyPass (const std::string &sProxyPass)

Variables

const std::string ALPHA = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
std::map< std::string,
std::string > 
urlCache_


Variable Documentation

const std::string ALPHA = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"

Definition at line 49 of file XmlUtils.cpp.

Referenced by XmlUtils::fetchUri().

std::map<std::string,std::string> urlCache_

Definition at line 51 of file XmlUtils.cpp.

Referenced by XmlUtils::fetchUri().


Generated on Sat Jan 10 19:07:11 2009 for wsdlpull by  doxygen 1.5.5