|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef IsisXMLMultipleValues_h
2 #define IsisXMLMultipleValues_h
27 bool &PexpandNamespaces,
28 XERCES::SAX2XMLReader* &Pparser,
29 std::vector<QString> *PmultipleValues);
36 void endElement(
const XMLCh *
const uri,
const XMLCh *
const localname,
const XMLCh *
const qname);
38 void characters(
const XMLCh *
const chars,
const XMLSize_t length);
42 const XMLCh *
const localname,
43 const XMLCh *
const qname,
44 const XERCES::Attributes &attributes);
51 bool expandNamespaces;
52 XERCES::SAX2XMLReader *parser;
53 std::vector<QString> *multipleValues;
ContentHandler * prevDocHandler
Definition: IsisXMLMultipleValues.h:22
IsisXMLMultipleValues(char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, std::vector< QString > *PmultipleValues)
Definition: IsisXMLMultipleValues.cpp:19
void endElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname)
Definition: IsisXMLMultipleValues.cpp:50
ErrorHandler * prevErrorHandler
Definition: IsisXMLMultipleValues.h:23
This is free and unencumbered software released into the public domain.
Definition: IsisXMLHandler.h:18
void characters(const XMLCh *const chars, const XMLSize_t length)
Definition: IsisXMLMultipleValues.cpp:46
Namespace for the standard library.
~IsisXMLMultipleValues()
Definition: IsisXMLMultipleValues.cpp:39
void startElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const XERCES::Attributes &attributes)
Definition: IsisXMLMultipleValues.cpp:58
This is free and unencumbered software released into the public domain.
Definition: IsisXMLIgnore.h:18
This is free and unencumbered software released into the public domain.
Definition: IsisXMLMultipleValues.h:18