|
DocWire SDK
DocWire SDK: Award-winning modern data processing in C++20. SourceForge Community Choice & Microsoft support. AI-driven processing. Supports nearly 100 data formats, including email boxes and OCR. Boost efficiency in text extraction, web data extraction, data mining, document analysis. Offline processing possible for security and confidentiality
|
A view over the direct children of an XML node. More...
#include <xml_children.h>
Classes | |
| class | iterator |
| Iterator for traversing direct child nodes. More... | |
Public Member Functions | |
| iterator | begin () const |
| sentinel | end () const |
| children_view (not_null< std::shared_ptr< iterator_state< safety_level >>, safety_level > state, int depth) | |
| Constructs a view from an iterator state and depth. More... | |
A view over the direct children of an XML node.
| safety_level | The safety policy to use. |
Definition at line 32 of file xml_children.h.
|
inlineexplicit |
Constructs a view from an iterator state and depth.
| state | The shared iterator state. |
| depth | The target depth for children. |
Definition at line 50 of file xml_children.h.