wsdlpull svntrunk
Loading...
Searching...
No Matches
Namespaces | Functions
XmlUtils.h File Reference
#include <string>
#include <iostream>
#include <fstream>
#include <iomanip>
#include "wsdlpull_export.h"

Go to the source code of this file.

Namespaces

namespace  XmlUtils
 

Functions

std::string XmlUtils::getSuffix ()
 
std::string XmlUtils::getFileName (std::string)
 
std::string XmlUtils::creUriFile (std::string)
 
void XmlUtils::delUriFiles ()
 
void XmlUtils::MutexInit ()
 
void XmlUtils::MutexLock ()
 
void XmlUtils::MutexUnlock ()
 
int XmlUtils::parseInt (std::string s, int radix=10)
 
std::ostream & XmlUtils::dbsp (std::ostream &str)
 
std::ostream & XmlUtils::blk (std::ostream &str)
 
bool WSDLPULL_EXPORT XmlUtils::fetchUri (std::string uri, std::string &path)
 
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)