Isis 3 Programmer Reference
IsisXMLGroups Class Reference

This is free and unencumbered software released into the public domain. More...

#include <IsisXMLGroups.h>

Inheritance diagram for IsisXMLGroups:
Inheritance graph
Collaboration diagram for IsisXMLGroups:
Collaboration graph

Public Member Functions

 IsisXMLGroups (char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, std::vector< IsisGroupData > *Pgroups)
 
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< IsisGroupData > * groups
 
IsisXMLGroupgroupHandler
 
IsisXMLIgnoreignoreHandler
 
QString * value
 
int outputEndTag
 

Detailed Description

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.

Author
????-??-?? Unknown

Definition at line 21 of file IsisXMLGroups.h.

Constructor & Destructor Documentation

◆ IsisXMLGroups()

IsisXMLGroups::IsisXMLGroups ( char * PencodingName,
bool & PexpandNamespaces,
XERCES::SAX2XMLReader *& Pparser,
std::vector< IsisGroupData > * Pgroups )

Definition at line 24 of file IsisXMLGroups.cpp.

◆ ~IsisXMLGroups()

IsisXMLGroups::~IsisXMLGroups ( )

Definition at line 44 of file IsisXMLGroups.cpp.

Member Function Documentation

◆ characters()

void IsisXMLGroups::characters ( const XMLCh *const chars,
const XMLSize_t length )

Definition at line 51 of file IsisXMLGroups.cpp.

◆ endDocument()

void IsisXMLHandler::endDocument ( )
inherited

Definition at line 116 of file IsisXMLHandler.cpp.

◆ endElement()

void IsisXMLGroups::endElement ( const XMLCh *const uri,
const XMLCh *const localname,
const XMLCh *const qname )

Definition at line 55 of file IsisXMLGroups.cpp.

◆ error()

void IsisXMLHandler::error ( const XERCES::SAXParseException & exception)
inherited

Definition at line 78 of file IsisXMLHandler.cpp.

◆ fatalError()

void IsisXMLHandler::fatalError ( const XERCES::SAXParseException & exception)
inherited

Definition at line 86 of file IsisXMLHandler.cpp.

◆ ignorableWhitespace()

void IsisXMLHandler::ignorableWhitespace ( const XMLCh *const chars,
const unsigned int length )
inherited

Definition at line 137 of file IsisXMLHandler.cpp.

◆ processingInstruction()

void IsisXMLHandler::processingInstruction ( const XMLCh *const target,
const XMLCh *const data )
inherited

Definition at line 142 of file IsisXMLHandler.cpp.

◆ startDocument()

void IsisXMLHandler::startDocument ( )
inherited

Definition at line 147 of file IsisXMLHandler.cpp.

◆ startElement()

void IsisXMLGroups::startElement ( const XMLCh *const uri,
const XMLCh *const localname,
const XMLCh *const qname,
const XERCES::Attributes & attributes )

Definition at line 63 of file IsisXMLGroups.cpp.

◆ warning()

void IsisXMLHandler::warning ( const XERCES::SAXParseException & exception)
inherited

Definition at line 94 of file IsisXMLHandler.cpp.

Member Data Documentation

◆ encodingName

char* IsisXMLGroups::encodingName
private

Definition at line 52 of file IsisXMLGroups.h.

◆ expandNamespaces

bool IsisXMLGroups::expandNamespaces
private

Definition at line 53 of file IsisXMLGroups.h.

◆ groupHandler

IsisXMLGroup* IsisXMLGroups::groupHandler
private

Definition at line 58 of file IsisXMLGroups.h.

◆ groups

std::vector<IsisGroupData>* IsisXMLGroups::groups
private

Definition at line 55 of file IsisXMLGroups.h.

◆ ignoreHandler

IsisXMLIgnore* IsisXMLGroups::ignoreHandler
private

Definition at line 59 of file IsisXMLGroups.h.

◆ outputEndTag

int IsisXMLHandler::outputEndTag
privateinherited

Definition at line 75 of file IsisXMLHandler.h.

◆ parser

XERCES::SAX2XMLReader* IsisXMLGroups::parser
private

Definition at line 54 of file IsisXMLGroups.h.

◆ prevDocHandler

ContentHandler* IsisXMLGroups::prevDocHandler

Definition at line 25 of file IsisXMLGroups.h.

◆ prevErrorHandler

ErrorHandler* IsisXMLGroups::prevErrorHandler

Definition at line 26 of file IsisXMLGroups.h.

◆ value

QString* IsisXMLHandler::value
privateinherited

Definition at line 74 of file IsisXMLHandler.h.


The documentation for this class was generated from the following files: