#include <SAXParser.h>
Inheritance diagram for zypp::parser::SAXParser:

: The element name | |
| startElementDebug: : An XML parser context
called when an opening tag has been processed. | |
| SAXParser () | |
| virtual | ~SAXParser () |
| void | parseFile (const Pathname &p) |
| virtual void | startElement (const std::string name, const xmlChar **atts) |
| virtual void | endElement (const std::string name) |
| virtual void | characters (const xmlChar *ch, int len) |
| static void | startElement_receiver (void *ctx, const xmlChar *name, const xmlChar **atts) |
| static void | endElement_receiver (void *ctx, const xmlChar *name) |
| static void | characters_receiver (void *data, const xmlChar *ch, int len) |
Private Attributes | |
| xmlSAXHandler | _saxHandler |
Definition at line 29 of file SAXParser.h.
|
|
Definition at line 155 of file SAXParser.cc. References _saxHandler, characters_receiver(), zypp::parser::emptySAXHandlerStruct, endElement_receiver(), zypp::parser::getEntity_receiver(), and startElement_receiver(). |
|
|
Definition at line 195 of file SAXParser.cc. |
|
|
Definition at line 137 of file SAXParser.cc. References _saxHandler, and zypp::filesystem::Pathname::asString(). |
|
||||||||||||
|
Reimplemented in zypp::parser::yum2::YUMPrimaryParser. Definition at line 122 of file SAXParser.cc. References MIL. Referenced by startElement_receiver(). |
|
|
Reimplemented in zypp::parser::yum2::YUMPrimaryParser. Definition at line 127 of file SAXParser.cc. References MIL. Referenced by endElement_receiver(). |
|
||||||||||||
|
Reimplemented in zypp::parser::yum2::YUMPrimaryParser. Definition at line 132 of file SAXParser.cc. References MIL. Referenced by characters_receiver(). |
|
||||||||||||||||
|
Definition at line 93 of file SAXParser.cc. References startElement(). Referenced by SAXParser(). |
|
||||||||||||
|
Definition at line 109 of file SAXParser.cc. References endElement(). Referenced by SAXParser(). |
|
||||||||||||||||
|
Definition at line 101 of file SAXParser.cc. References characters(). Referenced by SAXParser(). |
|
|
Definition at line 46 of file SAXParser.h. Referenced by parseFile(), and SAXParser(). |
1.4.6