|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef IsisXMLIgnore_h
2 #define IsisXMLIgnore_h
27 bool &PexpandNamespaces,
28 XERCES::SAX2XMLReader* &Pparser,
29 const std::string Pignore);
34 const XMLSize_t length);
36 void endElement(
const XMLCh *
const uri,
const XMLCh *
const localname,
37 const XMLCh *
const qname);
43 bool expandNamespaces;
44 XERCES::SAX2XMLReader *parser;
~IsisXMLIgnore()
Definition: IsisXMLIgnore.cpp:40
void endElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname)
Definition: IsisXMLIgnore.cpp:47
ErrorHandler * prevErrorHandler
Definition: IsisXMLIgnore.h:23
void characters(const XMLCh *const chars, const XMLSize_t length)
Definition: IsisXMLIgnore.cpp:43
This is free and unencumbered software released into the public domain.
Definition: IsisXMLHandler.h:18
IsisXMLIgnore(char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, const std::string Pignore)
Definition: IsisXMLIgnore.cpp:21
ContentHandler * prevDocHandler
Definition: IsisXMLIgnore.h:22
Namespace for the standard library.
This is free and unencumbered software released into the public domain.
Definition: IsisXMLIgnore.h:18