#include "zypp/base/Exception.h"Go to the source code of this file.
Defines | |
| #define | xml_assert(ptr) |
Definition in file xml_parser_assert.h.
| #define xml_assert | ( | ptr | ) |
Value:
if (! ptr) \ ZYPP_THROW(Exception("XML parser error: null pointer check failed"))
Definition at line 19 of file xml_parser_assert.h.
Referenced by zypp::parser::LibXMLHelper::attribute(), zypp::parser::LibXMLHelper::content(), zypp::parser::XMLNodeIteratorBase::errorHandler(), zypp::parser::XMLNodeIteratorBase::fetchNext(), zypp::parser::ioread(), zypp::parser::LibXMLHelper::name(), zypp::parser::XMLNodeIterator< shared_ptr >::operator->(), zypp::parser::xmlstore::XMLPatchParser::parseAtomsNode(), zypp::parser::xmlstore::XMLResObjectParser::parseDependencies(), zypp::parser::xmlstore::XMLResObjectParser::parseDependencyEntries(), zypp::parser::xmlstore::XMLResObjectParser::parseResObjectCommonData(), zypp::parser::xmlstore::XMLProductParser::process(), zypp::parser::xmlstore::XMLPatternParser::process(), zypp::parser::xmlstore::XMLPatchParser::process(), and zypp::parser::xmlstore::XMLLanguageParser::process().
1.5.3