public interface ElementMatcher extends Configurable, AutoCloseable
Modifier and Type | Interface and Description |
---|---|
static interface |
ElementMatcher.CompiledRecipe
A "compiled" representation of a textual recipe.
|
Modifier and Type | Method and Description |
---|---|
Optional<ElementMatcher.CompiledRecipe> |
compile(String recipe)
Tries to compile the provided recipe into a form that can test individual elements.
|
getExtensionId, getJSONSchema, initialize
close
Optional<ElementMatcher.CompiledRecipe> compile(String recipe)
recipe
- the recipe to compileCopyright © 2014-2021 Lukas Krejci. All Rights Reserved.