Enum ParseType
The allowed parsing algorithms.
Namespace: RuriLib
Assembly: RuriLib.dll
Syntax
public enum ParseType
Fields
Name | Description |
---|---|
CSS | Algorithm that parses a given attribute from an HTML element identified by a CSS Selector. |
JSON | Algorithm that parses values inside a json object. |
LR | Algorithm that parses text between two strings. |
REGEX | Algorithm that extracts the text inside matched regex groups. |
XPATH | Algorithm that parses a given attribute from an HTML element identified by xpath. |