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
docwire::xml::nodes_view< safety_level >::iterator Class Reference

Iterator for traversing a sequence of XML nodes. More...

#include <xml_nodes.h>

Public Types

using iterator_concept = std::input_iterator_tag
 
using difference_type = std::ptrdiff_t
 
using value_type = node_ref< safety_level >
 
using pointer = const value_type *
 
using reference = const value_type &
 

Public Member Functions

bool operator== (const sentinel &s) const
 
reference operator* () const
 
pointer operator-> () const
 
iteratoroperator++ ()
 
void operator++ (int)
 
void reset ()
 Resets the iterator to the end state (invalidates it).
 

Friends

class nodes_view< safety_level >
 

Detailed Description

template<safety_policy safety_level = default_safety_level>
class docwire::xml::nodes_view< safety_level >::iterator

Iterator for traversing a sequence of XML nodes.

Definition at line 54 of file xml_nodes.h.


The documentation for this class was generated from the following file: