#include <TXMLParser.h>
Inheritance diagram for TXMLParser:

Definition at line 46 of file TXMLParser.h.
| TXMLParser::TXMLParser | ( | const TXMLParser & | ) | [private] |
| TXMLParser::TXMLParser | ( | ) |
Definition at line 46 of file TXMLParser.cxx.
| TXMLParser::~TXMLParser | ( | ) | [virtual] |
| TXMLParser::TXMLParser | ( | const TXMLParser & | ) | [private] |
| TXMLParser::TXMLParser | ( | ) |
| virtual TXMLParser::~TXMLParser | ( | ) | [virtual] |
| TXMLParser& TXMLParser::operator= | ( | const TXMLParser & | ) | [private] |
| void TXMLParser::InitializeContext | ( | ) | [protected, virtual] |
Definition at line 140 of file TXMLParser.cxx.
References fContext, fReplaceEntities, fValidate, fValidateError, and fValidateWarning.
Referenced by TSAXParser::Parse(), TDOMParser::ParseBuffer(), and TDOMParser::ParseFile().
| void TXMLParser::ReleaseUnderlying | ( | ) | [protected, virtual] |
Definition at line 80 of file TXMLParser.cxx.
References fContext.
Referenced by TSAXParser::Parse(), TDOMParser::ReleaseUnderlying(), TSAXParser::~TSAXParser(), and ~TXMLParser().
| void TXMLParser::OnValidateError | ( | const TString & | message | ) | [protected, virtual] |
| void TXMLParser::OnValidateWarning | ( | const TString & | message | ) | [protected, virtual] |
| void TXMLParser::SetParseCode | ( | Int_t | code | ) | [protected, virtual] |
Definition at line 164 of file TXMLParser.cxx.
References fParseCode.
Referenced by TDOMParser::ParseBuffer(), TDOMParser::ParseContext(), TDOMParser::ParseFile(), and TDOMParser::ReleaseUnderlying().
| Bool_t TXMLParser::GetValidate | ( | ) | const [inline] |
| Bool_t TXMLParser::GetReplaceEntities | ( | ) | const [inline] |
| virtual Int_t TXMLParser::ParseFile | ( | const char * | filename | ) | [pure virtual] |
| void TXMLParser::StopParser | ( | ) | [virtual] |
| Int_t TXMLParser::GetParseCode | ( | ) | const [inline] |
| const char * TXMLParser::GetParseCodeMessage | ( | Int_t | parseCode | ) | const |
| Bool_t TXMLParser::GetStopOnError | ( | ) | const [inline] |
| const char* TXMLParser::GetValidateError | ( | ) | const [inline] |
| const char* TXMLParser::GetValidateWarning | ( | ) | const [inline] |
| TXMLParser::ClassDef | ( | TXMLParser | , | |
| 0 | ||||
| ) |
| TXMLParser& TXMLParser::operator= | ( | const TXMLParser & | ) | [private] |
| virtual void TXMLParser::InitializeContext | ( | ) | [protected, virtual] |
| virtual void TXMLParser::ReleaseUnderlying | ( | ) | [protected, virtual] |
| virtual void TXMLParser::OnValidateError | ( | const TString & | message | ) | [protected, virtual] |
| virtual void TXMLParser::OnValidateWarning | ( | const TString & | message | ) | [protected, virtual] |
| virtual void TXMLParser::SetParseCode | ( | Int_t | code | ) | [protected, virtual] |
| Bool_t TXMLParser::GetValidate | ( | ) | const [inline] |
| Bool_t TXMLParser::GetReplaceEntities | ( | ) | const [inline] |
| virtual Int_t TXMLParser::ParseFile | ( | const char * | filename | ) | [pure virtual] |
| virtual void TXMLParser::StopParser | ( | ) | [virtual] |
| Int_t TXMLParser::GetParseCode | ( | ) | const [inline] |
| const char* TXMLParser::GetParseCodeMessage | ( | Int_t | parseCode | ) | const |
| Bool_t TXMLParser::GetStopOnError | ( | ) | const [inline] |
| const char* TXMLParser::GetValidateError | ( | ) | const [inline] |
| const char* TXMLParser::GetValidateWarning | ( | ) | const [inline] |
| TXMLParser::ClassDef | ( | TXMLParser | , | |
| 0 | ||||
| ) |
_xmlParserCtxt* TXMLParser::fContext [protected] |
Definition at line 53 of file TXMLParser.h.
Referenced by InitializeContext(), TSAXParser::Parse(), TSAXParser::ParseBuffer(), TDOMParser::ParseBuffer(), TDOMParser::ParseContext(), TDOMParser::ParseFile(), TSAXParser::ParseFile(), ReleaseUnderlying(), and StopParser().
Bool_t TXMLParser::fValidate [protected] |
Definition at line 54 of file TXMLParser.h.
Referenced by GetValidate(), InitializeContext(), and SetValidate().
Bool_t TXMLParser::fReplaceEntities [protected] |
Definition at line 55 of file TXMLParser.h.
Referenced by GetReplaceEntities(), InitializeContext(), and SetReplaceEntities().
Bool_t TXMLParser::fStopError [protected] |
TString TXMLParser::fValidateError [protected] |
Definition at line 57 of file TXMLParser.h.
Referenced by GetValidateError(), InitializeContext(), and OnValidateError().
TString TXMLParser::fValidateWarning [protected] |
Definition at line 58 of file TXMLParser.h.
Referenced by GetValidateWarning(), InitializeContext(), and OnValidateWarning().
Int_t TXMLParser::fParseCode [protected] |
Definition at line 59 of file TXMLParser.h.
Referenced by GetParseCode(), TSAXParser::Parse(), SetParseCode(), and ~TXMLParser().
_xmlParserCtxt* TXMLParser::fContext [protected] |
Definition at line 53 of file TXMLParser.h.
1.5.1