27                bool &PexpandNamespaces,
 
   28                XERCES::SAX2XMLReader* &Pparser,
 
   34                    const XMLCh *
const localname,
 
   35                    const XMLCh *
const qname);
 
   38                    const XMLSize_t length);
 
   41                      const XMLCh *
const localname,
 
   42                      const XMLCh *
const qname,
 
   43                      const XERCES::Attributes  &attributes);
 
   50    bool expandNamespaces;
 
   51    XERCES::SAX2XMLReader *parser;
 
 
This is free and unencumbered software released into the public domain.
Definition IsisAmlData.h:19
 
This is free and unencumbered software released into the public domain.
Definition IsisXMLHandler.h:18
 
This is free and unencumbered software released into the public domain.
Definition IsisXMLIgnore.h:18
 
This is free and unencumbered software released into the public domain.
Definition IsisXMLList.h:18
 
ErrorHandler * prevErrorHandler
Definition IsisXMLList.h:23
 
void startElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const XERCES::Attributes &attributes)
Definition IsisXMLList.cpp:64
 
IsisXMLList(char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, IsisListOptionData *Plist)
Definition IsisXMLList.cpp:21
 
void characters(const XMLCh *const chars, const XMLSize_t length)
Definition IsisXMLList.cpp:52
 
void endElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname)
Definition IsisXMLList.cpp:57
 
~IsisXMLList()
Definition IsisXMLList.cpp:43
 
ContentHandler * prevDocHandler
Definition IsisXMLList.h:22
 
This is free and unencumbered software released into the public domain.
Definition IsisXMLMultipleValues.h:18