19class IsisXMLApplication : 
public IsisXMLHandler {
 
   24    IsisXMLApplication(
char *PencodingName,
 
   25                       bool &PexpandNamespaces,
 
   26                       XERCES::SAX2XMLReader* &Pparser,
 
   29    ~IsisXMLApplication();
 
   35    void endElement(
const XMLCh *
const uri,
 
   36                    const XMLCh *
const localname,
 
   37                    const XMLCh *
const qname);
 
   39    void characters(
const XMLCh *
const chars,
 
   40                    const XMLSize_t length);
 
   42    void processingInstruction(
const XMLCh *
const target,
 
   43                               const XMLCh *
const data);
 
   47    void startElement(
const XMLCh *
const uri,
 
   48                      const XMLCh *
const localname,
 
   49                      const XMLCh *
const qname,
 
   50                      const XERCES::Attributes  &attributes);
 
   58    bool expandNamespaces;
 
   59    XERCES::SAX2XMLReader *parser;
 
   63    IsisXMLHandler *briefHandler;
 
   64    IsisXMLHandler *descriptionHandler;
 
 
This is free and unencumbered software released into the public domain.