\DevOwl\FastHtmlTagfinder

Namespaces

match

Classes

AbstractFinder A finder describes a schema parsing a HTML string, and run a registered callback when a match got found.
AbstractRegexFinder Find by regular expression.
ScriptInlineFinder Find inline scripts.
SelectorSyntaxAttribute An attribute definition for `SelectorSyntaxFinder` with attribute name, operator and the requested value.
SelectorSyntaxAttributeFunction An function definition for `SelectorSyntaxAttribute` with function name and parsed arguments.
SelectorSyntaxFinder Find HTML tags by a selector syntax like `div[id="my-id"]`.
StyleInlineFinder Find inline styles.
TagAttributeFinder Find HTML tags by tag and attribute name.