|
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 attributes of an XML node. More...
#include <xml_attributes.h>
Classes | |
| class | iterator |
| Iterator for traversing XML attributes. More... | |
Public Member Functions | |
| iterator | begin () const |
| ~attributes_view () noexcept(noexcept(m_reader.get().move_to_element())) | |
| Destructor. Moves the reader back to the element containing the attributes to ensure consistent state for further parsing. | |
| sentinel | end () const |
| attributes_view (reader< safety_level > &reader) | |
| Constructs a view from a reader. More... | |
A view over the attributes of an XML node.
| safety_level | The safety policy to use. |
Definition at line 40 of file xml_attributes.h.
|
inlineexplicit |
Constructs a view from a reader.
| reader | The XML reader positioned at the element. |
Definition at line 59 of file xml_attributes.h.