|
BOSS 8.0.0
BESIII Offline Software System
|
#include <XmlParser.h>
Public Member Functions | |
| XmlParser (bool throwErrors=false) | |
| void | doSchema (bool doit) |
| Call this method to turn on schema processing (else it's off). | |
| ~XmlParser () | |
| DOMDocument * | parse (const char *const filename, const std::string &docType=std::string("")) |
| Parse an xml file, returning document node if successful. | |
| DOMDocument * | parse (const std::string &buffer, const std::string &docType=std::string("")) |
| Parse an xml file as a string, returning document node if successful. | |
| void | reset () |
| XmlParser (bool throwErrors=false) | |
| void | doSchema (bool doit) |
| Call this method to turn on schema processing (else it's off). | |
| ~XmlParser () | |
| DOMDocument * | parse (const char *const filename, const std::string &docType=std::string("")) |
| Parse an xml file, returning document node if successful. | |
| DOMDocument * | parse (const std::string &buffer, const std::string &docType=std::string("")) |
| Parse an xml file as a string, returning document node if successful. | |
| void | reset () |
| XmlParser (bool throwErrors=false) | |
| void | doSchema (bool doit) |
| Call this method to turn on schema processing (else it's off). | |
| ~XmlParser () | |
| DOMDocument * | parse (const char *const filename, const std::string &docType=std::string("")) |
| Parse an xml file, returning document node if successful. | |
| DOMDocument * | parse (const std::string &buffer, const std::string &docType=std::string("")) |
| Parse an xml file as a string, returning document node if successful. | |
| void | reset () |
Definition at line 20 of file Calibration/xmlBase/include/xmlBase/XmlParser.h.
| xmlBase::XmlParser::XmlParser | ( | bool | throwErrors = false | ) |
Definition at line 37 of file XmlParser.cxx.
| xmlBase::XmlParser::~XmlParser | ( | ) |
Definition at line 96 of file XmlParser.cxx.
| xmlBase::XmlParser::XmlParser | ( | bool | throwErrors = false | ) |
| xmlBase::XmlParser::~XmlParser | ( | ) |
| xmlBase::XmlParser::XmlParser | ( | bool | throwErrors = false | ) |
| xmlBase::XmlParser::~XmlParser | ( | ) |
| void xmlBase::XmlParser::doSchema | ( | bool | doit | ) |
Call this method to turn on schema processing (else it's off).
Definition at line 87 of file XmlParser.cxx.
Referenced by xmlBase::IFile::IFile(), and rdbModel::XercesBuilder::parseInput().
| void xmlBase::XmlParser::doSchema | ( | bool | doit | ) |
Call this method to turn on schema processing (else it's off).
| void xmlBase::XmlParser::doSchema | ( | bool | doit | ) |
Call this method to turn on schema processing (else it's off).
| DOMDocument * xmlBase::XmlParser::parse | ( | const char *const | filename, |
| const std::string & | docType = std::string( "" ) ) |
Parse an xml file, returning document node if successful.
Definition at line 103 of file XmlParser.cxx.
Referenced by xmlBase::IFile::IFile(), main(), main(), rdbModel::MysqlConnection::open(), rdbModel::XercesBuilder::parseInput(), and calibUtil::StripSrv::StripSrv().
| DOMDocument * xmlBase::XmlParser::parse | ( | const char *const | filename, |
| const std::string & | docType = std::string("") ) |
Parse an xml file, returning document node if successful.
| DOMDocument * xmlBase::XmlParser::parse | ( | const char *const | filename, |
| const std::string & | docType = std::string("") ) |
Parse an xml file, returning document node if successful.
| DOMDocument * xmlBase::XmlParser::parse | ( | const std::string & | buffer, |
| const std::string & | docType = std::string( "" ) ) |
Parse an xml file as a string, returning document node if successful.
Definition at line 177 of file XmlParser.cxx.
| DOMDocument * xmlBase::XmlParser::parse | ( | const std::string & | buffer, |
| const std::string & | docType = std::string("") ) |
Parse an xml file as a string, returning document node if successful.
| DOMDocument * xmlBase::XmlParser::parse | ( | const std::string & | buffer, |
| const std::string & | docType = std::string("") ) |
Parse an xml file as a string, returning document node if successful.
|
inline |
Reset the parser so it may be used to parse another document (note this destroys old DOM)
Definition at line 38 of file Calibration/xmlBase/include/xmlBase/XmlParser.h.
|
inline |
Reset the parser so it may be used to parse another document (note this destroys old DOM)
Definition at line 38 of file InstallArea/x86_64-el9-gcc13-dbg/include/xmlBase/XmlParser.h.
|
inline |
Reset the parser so it may be used to parse another document (note this destroys old DOM)
Definition at line 38 of file InstallArea/x86_64-el9-gcc13-opt/include/xmlBase/XmlParser.h.