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

Public Member Functions | |
| YUMPrimaryParser (zypp::data::ResolvableDataConsumer &consumer) | |
| virtual void | startElement (const std::string name, const xmlChar **atts) |
| virtual void | characters (const xmlChar *ch, int len) |
| virtual void | endElement (const std::string name) |
Private Attributes | |
| shared_ptr< zypp::data::Package > | _package |
| shared_ptr< zypp::data::ResolvableDataConsumer > | _consumer |
| std::string | _buffer |
Definition at line 24 of file YUMPrimaryParser.h.
|
|
Definition at line 22 of file YUMPrimaryParser.cc. References _consumer. |
|
||||||||||||
|
Reimplemented from zypp::parser::SAXParser. Definition at line 27 of file YUMPrimaryParser.cc. References _package. |
|
||||||||||||
|
Reimplemented from zypp::parser::SAXParser. Definition at line 33 of file YUMPrimaryParser.cc. References _buffer. |
|
|
Reimplemented from zypp::parser::SAXParser. Definition at line 39 of file YUMPrimaryParser.cc. |
|
|
Definition at line 34 of file YUMPrimaryParser.h. Referenced by endElement(), and startElement(). |
|
|
Definition at line 35 of file YUMPrimaryParser.h. Referenced by endElement(), and YUMPrimaryParser(). |
|
|
Definition at line 36 of file YUMPrimaryParser.h. Referenced by characters(), and endElement(). |
1.4.6