24 #ifndef IsisXMLGroups_h    25 #define IsisXMLGroups_h    46                   bool &PexpandNamespaces,
    47                   XERCES::SAX2XMLReader* &Pparser,
    48                   std::vector<IsisGroupData> *Pgroups);
    54     void endElement(
const XMLCh *
const uri, 
const XMLCh *
const localname, 
const XMLCh *
const qname);
    56     void characters(
const XMLCh *
const chars, 
const XMLSize_t length);
    60                       const XMLCh *
const localname,
    61                       const XMLCh *
const qname,
    62                       const XERCES::Attributes  &attributes);
    69     bool expandNamespaces;
    70     XERCES::SAX2XMLReader *parser;
    71     std::vector<IsisGroupData> *groups;
 ~IsisXMLGroups()
Definition: IsisXMLGroups.cpp:60
 
Definition: IsisXMLGroup.h:37
 
Definition: IsisXMLGroups.h:37
 
IsisXMLGroups(char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, std::vector< IsisGroupData > *Pgroups)
Definition: IsisXMLGroups.cpp:40
 
void characters(const XMLCh *const chars, const XMLSize_t length)
Definition: IsisXMLGroups.cpp:67
 
void startElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const XERCES::Attributes &attributes)
Definition: IsisXMLGroups.cpp:79
 
void endElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname)
Definition: IsisXMLGroups.cpp:71
 
ContentHandler * prevDocHandler
Definition: IsisXMLGroups.h:41
 
ErrorHandler * prevErrorHandler
Definition: IsisXMLGroups.h:42
 
Definition: IsisXMLHandler.h:35
 
Definition: IsisXMLIgnore.h:37