#include <WSDDDocument.h>
Public Methods | |
WSDDDocument () | |
~WSDDDocument () | |
int | ParseDocument (const AxisChar *sWSDD) |
int | GetDeployment (const AxisChar *sWSDD, WSDDDeployment *pDeployment) |
void | startElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const Attributes &attrs) |
void | characters (const XMLCh *const chars, const unsigned int length) |
void | endElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname) |
void | startPrefixMapping (const XMLCh *const prefix, const XMLCh *const uri) |
void | endPrefixMapping (const XMLCh *const prefix) |
void | warning (const SAXParseException &exception) |
void | error (const SAXParseException &exception) |
void | fatalError (const SAXParseException &exception) |