cpp-ElementTree
Python ElementTree-alike XML API for C++
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cetree::AttributeProxy value type yielded by AttrIterator
 Cetree::AttrIteratorRepresents iteration position produced by AttrMap::begin() and AttrMap::end()
 Cetree::AttrMapRepresents a mapping of an Element's attribute names to their values
 Cetree::ChildIteratorRepresents iteration position produced by Element::begin() and Element::end()
 Cetree::ElementRepresents a reference to a single XML element
 Cetree::ElementTreeRepresents a reference to the root of an XML tree, the document itself
 Cetree::feed::FeedRepresents a feed
 Cstd::hash< etree::QName >
 Cetree::feed::ItemRepresent a single feed item
 Cetree::Nullable< T >Lightweight wrapper to add nullable semantics to another type
 Cetree::Nullable< etree::Element >
 Cetree::QNameCanonical representation for a name-namespace pair, without namespace prefix, in James Clark's Universal Names notation
 Cruntime_error
 Cetree::xml_errorThrown to indicate libxml2 raised a parse error
 Cmyunit::TestInternal descriptor for a test case, tracks the name of the unit where the test was defined, its name, and a reference to its closure
 Cmyunit::TestSetupInternal descriptor for a function to be executed once during unit initialization
 Cetree::XPathManages a compiled XPath expression
 Cetree::XPathContextManages a set of registered XPath namespaces and extension functions