|
cpp-ElementTree
Python ElementTree-alike XML API for C++
|
| Cetree::Attribute | Proxy value type yielded by AttrIterator |
| Cetree::AttrIterator | Represents iteration position produced by AttrMap::begin() and AttrMap::end() |
| Cetree::AttrMap | Represents a mapping of an Element's attribute names to their values |
| Cetree::ChildIterator | Represents iteration position produced by Element::begin() and Element::end() |
| Cetree::Element | Represents a reference to a single XML element |
| Cetree::ElementTree | Represents a reference to the root of an XML tree, the document itself |
| Cetree::feed::Feed | Represents a feed |
| Cstd::hash< etree::QName > | |
| Cetree::feed::Item | Represent a single feed item |
| Cetree::Nullable< T > | Lightweight wrapper to add nullable semantics to another type |
| Cetree::Nullable< etree::Element > | |
| Cetree::QName | Canonical representation for a name-namespace pair, without namespace prefix, in James Clark's Universal Names notation |
| ▼Cruntime_error | |
| Cetree::xml_error | Thrown to indicate libxml2 raised a parse error |
| Cmyunit::Test | Internal 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::TestSetup | Internal descriptor for a function to be executed once during unit initialization |
| Cetree::XPath | Manages a compiled XPath expression |
| Cetree::XPathContext | Manages a set of registered XPath namespaces and extension functions |
1.8.11