|
ARB
|
#include <fstream.h>#include <stdio.h>#include <stdlib.h>#include <string>#include <strstream.h>#include <iostream.h>#include <xercesc/util/XMLUniDefs.hpp>#include <xercesc/sax2/Attributes.hpp>#include <xercesc/sax/SAXParseException.hpp>#include <xercesc/sax/SAXException.hpp>#include "xmlParser.hxx"
Go to the source code of this file.
Variables | |
| const XMLCh * | gxAttrItemLength = 0 |
| static int | giBrLnCtr = 0 |
| static int | giGrNameCtr = 0 |
| static bool | gbLastBranch = false |
| XMLCh | gxAttrGroupName [100] |
| XMLCh | gxAttrBranchLength [10] |
| char * | gcBranchLengthArray [100] |
| char * | gcGroupNameArray [100] |
| const char * | gcLastItem |
| const XMLCh* gxAttrItemLength = 0 |
Definition at line 16 of file sax2Handler.cxx.
Referenced by Sax2Handler::endElement(), and Sax2Handler::startElement().
|
static |
Definition at line 17 of file sax2Handler.cxx.
|
static |
Definition at line 18 of file sax2Handler.cxx.
|
static |
Definition at line 19 of file sax2Handler.cxx.
Referenced by Sax2Handler::endElement(), and Sax2Handler::startElement().
| XMLCh gxAttrGroupName[100] |
Definition at line 21 of file sax2Handler.cxx.
Referenced by Sax2Handler::endElement().
| XMLCh gxAttrBranchLength[10] |
Definition at line 22 of file sax2Handler.cxx.
Referenced by Sax2Handler::endElement().
| char* gcBranchLengthArray[100] |
Definition at line 23 of file sax2Handler.cxx.
| char* gcGroupNameArray[100] |
Definition at line 24 of file sax2Handler.cxx.
| const char* gcLastItem |
Definition at line 25 of file sax2Handler.cxx.
1.8.8