Isis Developer Reference
|
This is free and unencumbered software released into the public domain. More...
#include <IsisXMLGroups.h>
Public Member Functions | |
IsisXMLGroups (char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, std::vector< IsisGroupData > *Pgroups) | |
~IsisXMLGroups () | |
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 | startElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const XERCES::Attributes &attributes) |
void | endDocument () |
void | ignorableWhitespace (const XMLCh *const chars, const unsigned int length) |
void | processingInstruction (const XMLCh *const target, const XMLCh *const data) |
void | startDocument () |
void | warning (const XERCES::SAXParseException &exception) |
void | error (const XERCES::SAXParseException &exception) |
void | fatalError (const XERCES::SAXParseException &exception) |
Public Attributes | |
ContentHandler * | prevDocHandler |
ErrorHandler * | prevErrorHandler |
This is free and unencumbered software released into the public domain.
The authors of ISIS do not claim copyright on the contents of this file. For more details about the LICENSE terms and the AUTHORS, you will find files of those names at the top level of this repository.
IsisXMLGroups::IsisXMLGroups | ( | char * | PencodingName, |
bool & | PexpandNamespaces, | ||
XERCES::SAX2XMLReader *& | Pparser, | ||
std::vector< IsisGroupData > * | Pgroups ) |
References prevDocHandler, and prevErrorHandler.
IsisXMLGroups::~IsisXMLGroups | ( | ) |
void IsisXMLGroups::characters | ( | const XMLCh *const | chars, |
const XMLSize_t | length ) |
|
inherited |
void IsisXMLGroups::endElement | ( | const XMLCh *const | uri, |
const XMLCh *const | localname, | ||
const XMLCh *const | qname ) |
References prevDocHandler, and prevErrorHandler.
|
inherited |
References _FILEINFO_, and Isis::IException::Programmer.
|
inherited |
References _FILEINFO_, and Isis::IException::Programmer.
|
inherited |
|
inherited |
|
inherited |
void IsisXMLGroups::startElement | ( | const XMLCh *const | uri, |
const XMLCh *const | localname, | ||
const XMLCh *const | qname, | ||
const XERCES::Attributes & | attributes ) |
|
inherited |
References _FILEINFO_, and Isis::IException::Programmer.
ContentHandler* IsisXMLGroups::prevDocHandler |
Referenced by endElement(), and IsisXMLGroups().
ErrorHandler* IsisXMLGroups::prevErrorHandler |
Referenced by endElement(), and IsisXMLGroups().