USGS

Isis 3.0 Developer's Reference (API)

Home

IsisXMLList Class Reference

#include <IsisXMLList.h>

Inherits IsisXMLHandler.

Public Member Functions

 IsisXMLList (char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, IsisListOptionData *Plist)
 
 ~IsisXMLList ()
 
void endElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname)
 
void characters (const XMLCh *const chars, const XMLSize_t length)
 
void startElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const XERCES::Attributes &attributes)
 
void endDocument ()
 
void ignorableWhitespace (const XMLCh *const chars, const unsigned int length)
 
void processingInstruction (const XMLCh *const target, const XMLCh *const data)
 
void startDocument ()
 
void warning (const XERCES::SAXParseException &exception)
 
void error (const XERCES::SAXParseException &exception)
 
void fatalError (const XERCES::SAXParseException &exception)
 

Public Attributes

ContentHandler * prevDocHandler
 
ErrorHandler * prevErrorHandler
 

Detailed Description

Author
????-??-?? Unknown

Constructor & Destructor Documentation

IsisXMLList::IsisXMLList ( char *  PencodingName,
bool &  PexpandNamespaces,
XERCES::SAX2XMLReader *&  Pparser,
IsisListOptionData Plist 
)
IsisXMLList::~IsisXMLList ( )

Member Function Documentation

void IsisXMLList::characters ( const XMLCh *const  chars,
const XMLSize_t  length 
)
void IsisXMLHandler::endDocument ( )
inherited
void IsisXMLList::endElement ( const XMLCh *const  uri,
const XMLCh *const  localname,
const XMLCh *const  qname 
)
void IsisXMLHandler::error ( const XERCES::SAXParseException &  exception)
inherited
void IsisXMLHandler::fatalError ( const XERCES::SAXParseException &  exception)
inherited
void IsisXMLHandler::ignorableWhitespace ( const XMLCh *const  chars,
const unsigned int  length 
)
inherited
void IsisXMLHandler::processingInstruction ( const XMLCh *const  target,
const XMLCh *const  data 
)
inherited
void IsisXMLHandler::startDocument ( )
inherited
void IsisXMLList::startElement ( const XMLCh *const  uri,
const XMLCh *const  localname,
const XMLCh *const  qname,
const XERCES::Attributes &  attributes 
)
void IsisXMLHandler::warning ( const XERCES::SAXParseException &  exception)
inherited

Member Data Documentation

ContentHandler* IsisXMLList::prevDocHandler
ErrorHandler* IsisXMLList::prevErrorHandler

The documentation for this class was generated from the following files: