|
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 all descendants of an XML node (recursive). More...
#include <xml_descendants.h>
Classes | |
| class | iterator |
| Iterator for recursively traversing descendant nodes. More... | |
Public Member Functions | |
| iterator | begin () const |
| sentinel | end () const |
| descendants_view (not_null< std::shared_ptr< iterator_state< safety_level >>, safety_level > state, int depth) | |
| Constructs a view from an iterator state and start depth. More... | |
A view over all descendants of an XML node (recursive).
| safety_level | The safety policy to use. |
Definition at line 34 of file xml_descendants.h.
|
inlineexplicit |
Constructs a view from an iterator state and start depth.
| state | The shared iterator state. |
| depth | The depth of the root node of this view. |
Definition at line 49 of file xml_descendants.h.