![]() |
Isis 3 Programmer Reference
|
#include <IsisXMLHelpers.h>


Public Member Functions | |
| IsisXMLHelpers (char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, std::vector< IsisHelperData > *Phelpers) | |
| 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 |
Private Attributes | |
| char * | encodingName |
| bool | expandNamespaces |
| XERCES::SAX2XMLReader * | parser |
| std::vector< IsisHelperData > * | helpers |
| IsisXMLHelper * | helperHandler |
| IsisXMLIgnore * | ignoreHandler |
Definition at line 38 of file IsisXMLHelpers.h.
| U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 07/13/2023 14:56:30 |