Main Page | Class Hierarchy | Class List | File List | Class Members | Related Pages

glite::rgma::XMLConverter Class Reference

#include <XMLConverter.h>

List of all members.

Public Member Functions

 XMLConverter () throw (RGMAException)
virtual ~XMLConverter ()
void convertXMLResponse (ResultSet &resultSet, const std::string &xml) throw (RGMAException, UnknownResourceException)
void warning (const SAXParseException &exception)
void error (const SAXParseException &exception)
void fatalError (const SAXParseException &exception)
void resetErrors ()


Detailed Description

Parses XML and constructs ResultSet


Constructor & Destructor Documentation

glite::rgma::XMLConverter::XMLConverter  )  throw (RGMAException)
 

Constructor

glite::rgma::XMLConverter::~XMLConverter  )  [virtual]
 

Destructor


Member Function Documentation

void glite::rgma::XMLConverter::convertXMLResponse ResultSet resultSet,
const std::string &  xml
throw (RGMAException, UnknownResourceException)
 

Generate result set from XML string. This generates an empty set if the input string is empty

Parameters:
resultSet a reference to the result set to be modified
xml the XML document to be parsed to generate the result set

void glite::rgma::XMLConverter::error const SAXParseException &  exception  ) 
 

Error handler for the SAX ErrorHandler interface

void glite::rgma::XMLConverter::fatalError const SAXParseException &  exception  ) 
 

Fatal error handler for the SAX ErrorHandler interface

void glite::rgma::XMLConverter::warning const SAXParseException &  exception  ) 
 

Warning handler for the SAX ErrorHandler interface


The documentation for this class was generated from the following files:
Generated on Thu May 11 19:23:44 2006 for glite-rgma-api-cpp by doxygen 1.3.5