libzypp  11.13.5
zypp::parser::RepoindexFileReader::Impl Class Reference
Inheritance diagram for zypp::parser::RepoindexFileReader::Impl:

List of all members.

Public Member Functions

 Impl (const InputStream &is, const ProcessResource &callback)
 CTOR.
bool consumeNode (Reader &reader_r)
 Callback provided to the XML parser.

Private Attributes

ProcessResource _callback
 Function for processing collected data.
string _target_distro

Detailed Description

Definition at line 45 of file RepoindexFileReader.cc.


Constructor & Destructor Documentation

zypp::parser::RepoindexFileReader::Impl::Impl ( const InputStream is,
const ProcessResource callback 
)

CTOR.

See also:
RepoindexFileReader::RepoindexFileReader(Pathname,ProcessResource)

Definition at line 68 of file RepoindexFileReader.cc.


Member Function Documentation

bool zypp::parser::RepoindexFileReader::Impl::consumeNode ( Reader reader_r)

Callback provided to the XML parser.

Todo:
FIXME this hardcodes the "/repo/" fragment - should not be if we want it to be usable by others!

Definition at line 90 of file RepoindexFileReader.cc.


Member Data Documentation

ProcessResource zypp::parser::RepoindexFileReader::Impl::_callback
private

Function for processing collected data.

Passed-in through constructor.

Definition at line 63 of file RepoindexFileReader.cc.

string zypp::parser::RepoindexFileReader::Impl::_target_distro
private

Definition at line 64 of file RepoindexFileReader.cc.


The documentation for this class was generated from the following file: