|
Isis 3.0 Object Programmers' Reference |
Home |
#include <IsisXMLIgnore.h>


Public Member Functions | |
| IsisXMLIgnore (char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, const std::string Pignore) | |
| void | characters (const XMLCh *const chars, const XMLSize_t length) |
| void | endElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname) |
| 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 | startElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const XERCES::Attributes &attributes) |
| 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::string | ignore |
For internal use only.
Definition at line 37 of file IsisXMLIgnore.h.