Classes | |
| class | Node |
| xmlTextReader based interface to Reader's current node. More... | |
| struct | ParseDefImplConsume |
| class | ParseDef |
| Define a xml node structure to parse. More... | |
| struct | ParseDefConsume |
| class | ParseDefConsumeRedirect |
| |
| class | ParseDefConsumeCallback |
| struct | ParseDefException |
| Common base class for ParseDef exceptions. More... | |
| struct | ParseDefBuildException |
| Exceptions when building a ParseDef tree. More... | |
| struct | ParseDefValidateException |
| Parse exceptions related to the documents node structure. More... | |
| struct | ParseDefDataException |
| Parse exceptions related to the nodes content. More... | |
| struct | ParseDefTraits |
| struct | Validate |
| xmlTextReader document validation. More... | |
| class | Reader |
| xmlTextReader based interface to iterate xml streams. More... | |
| class | XmlString |
xmlChar * wrapper. More... | |
Typedefs | |
| typedef xmlTextReaderMode | ReadState |
| typedef xmlReaderTypes | NodeType |
Functions | |
| std::ostream & | operator<< (std::ostream &str, const ReadState &obj) |
| std::ostream & | operator<< (std::ostream &str, const NodeType &obj) |
| std::ostream & | operator<< (std::ostream &str, const Node &obj) |
| std::ostream & | operator<< (std::ostream &str, const ParseDef::Impl &obj) |
| std::ostream & | operator<< (std::ostream &str, ParseDef::Mode obj) |
| std::ostream & | operator<< (std::ostream &str, const ParseDef &obj) |
| int | ioread (void *context_r, char *buffer_r, int bufferLen_r) |
| int | ioclose (void *) |
| void | structuredErrorFunc (void *userData, xmlErrorPtr error) |
| std::ostream & | operator<< (std::ostream &str, const XmlString &obj) |
| typedef xmlTextReaderMode zypp::xml::ReadState |
Definition at line 30 of file libxmlfwd.h.
| typedef xmlReaderTypes zypp::xml::NodeType |
Definition at line 34 of file libxmlfwd.h.
| std::ostream& zypp::xml::operator<< | ( | std::ostream & | str, | |
| const ReadState & | obj | |||
| ) |
| std::ostream& zypp::xml::operator<< | ( | std::ostream & | str, | |
| const NodeType & | obj | |||
| ) |
| std::ostream& zypp::xml::operator<< | ( | std::ostream & | str, | |
| const Node & | obj | |||
| ) | [related] |
| std::ostream& zypp::xml::operator<< | ( | std::ostream & | str, | |
| const ParseDef::Impl & | obj | |||
| ) |
Definition at line 362 of file ParseDef.cc.
References zypp::xml::ParseDef::Impl::_mode, zypp::xml::ParseDef::Impl::_name, and zypp::xml::ParseDef::Impl::_visited.
| std::ostream& zypp::xml::operator<< | ( | std::ostream & | str, | |
| ParseDef::Mode | obj | |||
| ) | [related] |
Definition at line 457 of file ParseDef.cc.
References zypp::xml::ParseDef::MANDTAORY, zypp::xml::ParseDef::MULTIPLE_MANDTAORY, zypp::xml::ParseDef::MULTIPLE_OPTIONAL, zypp::xml::ParseDef::OPTIONAL, and X.
| std::ostream& zypp::xml::operator<< | ( | std::ostream & | str, | |
| const ParseDef & | obj | |||
| ) |
| int zypp::xml::@312::ioread | ( | void * | context_r, | |
| char * | buffer_r, | |||
| int | bufferLen_r | |||
| ) | [static] |
| void zypp::xml::@312::structuredErrorFunc | ( | void * | userData, | |
| xmlErrorPtr | error | |||
| ) | [static] |
| std::ostream& zypp::xml::operator<< | ( | std::ostream & | str, | |
| const XmlString & | obj | |||
| ) | [related] |
1.5.3