USGS

Isis 3.0 Object Programmers' Reference

Home

IsisXMLHandler Class Reference

#include <IsisXMLHandler.h>

Inheritance diagram for IsisXMLHandler:
Inheritance graph
[legend]
Collaboration diagram for IsisXMLHandler:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 IsisXMLHandler (char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, QString *chars)
 IsisXMLHandler (char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser)
void endDocument ()
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 ignorableWhitespace (const XMLCh *const chars, const unsigned int length)
void processingInstruction (const XMLCh *const target, const XMLCh *const data)
void startDocument ()
void startElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const XERCES::Attributes &attributes)
void warning (const XERCES::SAXParseException &exception)
void error (const XERCES::SAXParseException &exception)
void fatalError (const XERCES::SAXParseException &exception)

Public Attributes

ContentHandler * prevDocHandler
ErrorHandler * prevErrorHandler

Private Attributes

char * encodingName
bool expandNamespaces
XERCES::SAX2XMLReader * parser
QString * value
int outputEndTag

Detailed Description

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

For internal use only.

Definition at line 35 of file IsisXMLHandler.h.


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