|
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 reference to an XML attribute. More...
#include <xml_attribute_ref.h>
Public Member Functions | |
| attribute_ref (const reader< safety_level > &reader) | |
| Constructs a reference from a reader positioned at an attribute. More... | |
| std::string_view | name () const |
| Returns the name of the attribute. | |
| std::string_view | value () const |
| Returns the value of the attribute. | |
A reference to an XML attribute.
| safety_level | The safety policy. |
Definition at line 32 of file xml_attribute_ref.h.
|
inlineexplicit |
Constructs a reference from a reader positioned at an attribute.
| reader | The XML reader. |
Definition at line 39 of file xml_attribute_ref.h.