|
wsdlpull
1.23
|
#include <XmlPullParserException.h>
Public Member Functions | |
| XmlPullParserException (std::string desc, std::string STATE, int l, int c) | |
| ~XmlPullParserException () throw () | |
Public Attributes | |
| std::string | description |
| std::string | state |
| int | line |
| int | col |
Definition at line 30 of file XmlPullParserException.h.
|
inline |
Definition at line 33 of file XmlPullParserException.h.
|
inline | |||||||||||||
Definition at line 44 of file XmlPullParserException.h.
| std::string XmlPullParserException::description |
Definition at line 45 of file XmlPullParserException.h.
Referenced by WsdlPull::WsdlInvoker::getNextHeaderInput(), WsdlPull::WsdlInvoker::invoke(), WsdlPull::isValidWsdlElement(), main(), Schema::SchemaParser::parseSchemaTag(), and WsdlPull::WsdlInvoker::WsdlInvoker().
| std::string XmlPullParserException::state |
Definition at line 45 of file XmlPullParserException.h.
| int XmlPullParserException::line |
Definition at line 47 of file XmlPullParserException.h.
Referenced by WsdlPull::WsdlInvoker::getNextHeaderInput(), WsdlPull::WsdlInvoker::invoke(), main(), Schema::SchemaParser::parseSchemaTag(), and WsdlPull::WsdlInvoker::WsdlInvoker().
| int XmlPullParserException::col |
Definition at line 47 of file XmlPullParserException.h.
Referenced by WsdlPull::WsdlInvoker::getNextHeaderInput(), WsdlPull::WsdlInvoker::invoke(), main(), Schema::SchemaParser::parseSchemaTag(), and WsdlPull::WsdlInvoker::WsdlInvoker().
1.8.13