|
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 a sequence of XML nodes. More...
#include <xml_nodes.h>
Classes | |
| class | iterator |
| Iterator for traversing a sequence of XML nodes. More... | |
Public Member Functions | |
| iterator | begin () const |
| sentinel | end () const |
| nodes_view (not_null< std::shared_ptr< iterator_state< safety_level >>, safety_level > state) | |
| Constructs a view from an iterator state. More... | |
A view over a sequence of XML nodes.
| safety_level | The safety policy. |
Definition at line 33 of file xml_nodes.h.
|
inlineexplicit |
Constructs a view from an iterator state.
| state | The shared iterator state. |
Definition at line 44 of file xml_nodes.h.