#include <string>
#include <iostream>
#include <fstream>
#include <iomanip>
Include dependency graph for XmlUtils.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | XmlUtils |
Defines | |
#define | WSDLPULL_EXPORT |
Functions | |
int | parseInt (std::string s, int radix=10) |
std::ostream & | dbsp (std::ostream &str) |
std::ostream & | blk (std::ostream &str) |
bool WSDLPULL_EXPORT | fetchUri (std::string uri, std::string &path) |
std::string WSDLPULL_EXPORT | acceptSecretKey (const std::string &field) |
bool WSDLPULL_EXPORT | getProxy () |
void WSDLPULL_EXPORT | setProxy (const bool bProxy) |
std::string WSDLPULL_EXPORT | getProxyHost () |
void WSDLPULL_EXPORT | setProxyHost (const std::string &sProxyHost) |
std::string WSDLPULL_EXPORT | getProxyUser () |
void WSDLPULL_EXPORT | setProxyUser (const std::string &sProxyUser) |
std::string WSDLPULL_EXPORT | getProxyPass () |
void WSDLPULL_EXPORT | setProxyPass (const std::string &sProxyPass) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|