30                  bool &PexpandNamespaces,
 
   31                  XERCES::SAX2XMLReader* &Pparser,
 
   32                  std::vector<IsisGroupData> *Pgroups);
 
   38    void endElement(
const XMLCh *
const uri, 
const XMLCh *
const localname, 
const XMLCh *
const qname);
 
   40    void characters(
const XMLCh *
const chars, 
const XMLSize_t length);
 
   44                      const XMLCh *
const localname,
 
   45                      const XMLCh *
const qname,
 
   46                      const XERCES::Attributes  &attributes);
 
   53    bool expandNamespaces;
 
   54    XERCES::SAX2XMLReader *parser;
 
   55    std::vector<IsisGroupData> *groups;
 
 
This is free and unencumbered software released into the public domain.
Definition IsisXMLGroup.h:19
 
~IsisXMLGroups()
Definition IsisXMLGroups.cpp:44
 
void characters(const XMLCh *const chars, const XMLSize_t length)
Definition IsisXMLGroups.cpp:51
 
ErrorHandler * prevErrorHandler
Definition IsisXMLGroups.h:26
 
ContentHandler * prevDocHandler
Definition IsisXMLGroups.h:25
 
void startElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const XERCES::Attributes &attributes)
Definition IsisXMLGroups.cpp:63
 
void endElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname)
Definition IsisXMLGroups.cpp:55
 
IsisXMLGroups(char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, std::vector< IsisGroupData > *Pgroups)
Definition IsisXMLGroups.cpp:24
 
IsisXMLHandler()
Definition IsisXMLHandler.cpp:29
 
This is free and unencumbered software released into the public domain.
Definition IsisXMLIgnore.h:18