wsdlpull  1.23
Functions
XmlUtils Namespace Reference

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)
 

Function Documentation

◆ parseInt()

int XmlUtils::parseInt ( std::string  s,
int  radix = 10 
)

Definition at line 57 of file XmlUtils.cpp.

Referenced by Schema::SimpleType::setFacetValue().

◆ dbsp()

std::ostream & XmlUtils::dbsp ( std::ostream &  str)

Definition at line 90 of file XmlUtils.cpp.

Referenced by WsdlPull::Operation::print(), and WsdlPull::WsdlElement::print().

◆ blk()

std::ostream & XmlUtils::blk ( std::ostream &  str)

Definition at line 97 of file XmlUtils.cpp.

Referenced by WsdlPull::Operation::print().

◆ fetchUri()

bool WSDLPULL_EXPORT XmlUtils::fetchUri ( std::string  uri,
std::string &  path 
)

◆ acceptSecretKey()

std::string WSDLPULL_EXPORT XmlUtils::acceptSecretKey ( const std::string &  field)

Definition at line 250 of file XmlUtils.cpp.

Referenced by main().

◆ getProxy()

bool WSDLPULL_EXPORT XmlUtils::getProxy ( )

Definition at line 326 of file XmlUtils.cpp.

References g_bProxy.

Referenced by fetchUri(), and main().

◆ setProxy()

void WSDLPULL_EXPORT XmlUtils::setProxy ( const bool  bProxy)

Definition at line 333 of file XmlUtils.cpp.

References g_bProxy.

Referenced by main(), WsdlPull::WsdlInvoker::setCredentials(), and WsdlPull::WsdlInvoker::setProxy().

◆ getProxyHost()

std::string WSDLPULL_EXPORT XmlUtils::getProxyHost ( )

Definition at line 340 of file XmlUtils.cpp.

References g_sProxyHost.

Referenced by fetchUri(), and main().

◆ setProxyHost()

void WSDLPULL_EXPORT XmlUtils::setProxyHost ( const std::string &  sProxyHost)

Definition at line 347 of file XmlUtils.cpp.

References g_sProxyHost.

Referenced by main(), and WsdlPull::WsdlInvoker::setProxy().

◆ getProxyUser()

std::string WSDLPULL_EXPORT XmlUtils::getProxyUser ( )

Definition at line 354 of file XmlUtils.cpp.

References g_sProxyUser.

Referenced by fetchUri().

◆ setProxyUser()

void WSDLPULL_EXPORT XmlUtils::setProxyUser ( const std::string &  sProxyUser)

Definition at line 361 of file XmlUtils.cpp.

References g_sProxyUser.

Referenced by main(), and WsdlPull::WsdlInvoker::setCredentials().

◆ getProxyPass()

std::string WSDLPULL_EXPORT XmlUtils::getProxyPass ( )

Definition at line 368 of file XmlUtils.cpp.

References g_sProxyPass.

Referenced by fetchUri().

◆ setProxyPass()

void WSDLPULL_EXPORT XmlUtils::setProxyPass ( const std::string &  sProxyPass)

Definition at line 375 of file XmlUtils.cpp.

References g_sProxyPass.

Referenced by main(), and WsdlPull::WsdlInvoker::setCredentials().