|
SyndicationDomination 0.0
An RSS/Atom parser, because there's nothing else out there.
|
A parameter to be used in SynDomUtils::extract_from_node. More...
#include <extraction_param.hpp>
Public Types | |
| enum | ParamType { CHILD , ATTRIBUTE } |
| Describes where the target value has to be searched. More... | |
Public Attributes | |
| ParamType | type {CHILD} |
| std::vector< std::string > | tags {} |
| The node hierarchy to be traversed. | |
| std::string | attribute {""} |
In case ExtractionParam::type is ATTRIBUTE, the name of the attribute. | |
A parameter to be used in SynDomUtils::extract_from_node.
| std::string ExtractionParam::attribute {""} |
In case ExtractionParam::type is ATTRIBUTE, the name of the attribute.
| std::vector<std::string> ExtractionParam::tags {} |
The node hierarchy to be traversed.
Can be an empty std::vector, in which case it means that there's no need to traverse any other node other than the root node.