|
MIRA
|
For detailed information see XML.
More...
|
Classes | |
| class | XMLDom::const_attribute_iterator |
| Const iterator for iterating over attributes. More... | |
| class | XMLDom::attribute_iterator |
| Iterator for iterating over attributes. More... | |
| class | XMLDom::namespace_iterator |
| Iterator for iterating over xmlns declarations. More... | |
| class | XMLDom::const_data_iterator< Type > |
| Const iterator for iterating over data nodes. More... | |
| class | XMLDom::const_sibling_iterator |
| Const sibling_iterator for iterating over xml nodes that have the same parent (siblings) More... | |
| class | XMLDom::sibling_iterator |
| Iterator for iterating over xml nodes that have the same parent (sibligs) More... | |
| class | XMLDom |
| A STL conform wrapper for libxml2 to read XML files as DOM. More... | |
Iterator types. | |
| typedef const_data_iterator< COMMENT_NODE > | const_comment_iterator |
| STL-conform typedefs. More... | |
| typedef const_data_iterator< TEXT_NODE > | const_content_iterator |
| The const iterator for content. More... | |
| typedef data_iterator< COMMENT_NODE > | comment_iterator |
| The iterator for comments. More... | |
| typedef data_iterator< TEXT_NODE > | content_iterator |
| The iterator for content. More... | |
| static constexpr size_t | npos = std::numeric_limits<size_t>::max() |
For detailed information see XML.
| typedef const_data_iterator<COMMENT_NODE> const_comment_iterator |
STL-conform typedefs.
The const iterator for comments.
| typedef const_data_iterator<TEXT_NODE> const_content_iterator |
The const iterator for content.
| typedef data_iterator<COMMENT_NODE> comment_iterator |
The iterator for comments.
| typedef data_iterator<TEXT_NODE> content_iterator |
The iterator for content.
|
static |
1.8.14