Uses of Interface
org.smooks.api.resource.config.xpath.SelectorPath
-
Packages that use SelectorPath Package Description org.smooks.api.delivery.fragment org.smooks.api.resource.config -
-
Uses of SelectorPath in org.smooks.api.delivery.fragment
Methods in org.smooks.api.delivery.fragment with parameters of type SelectorPath Modifier and Type Method Description booleanFragment. isMatch(SelectorPath selectorPath, ExecutionContext executionContext)Is the suppliedSelectorPathtargeting thisFragment. -
Uses of SelectorPath in org.smooks.api.resource.config
Methods in org.smooks.api.resource.config that return SelectorPath Modifier and Type Method Description SelectorPathResourceConfig. getSelectorPath()Gets the selector in its parsed form.Methods in org.smooks.api.resource.config with parameters of type SelectorPath Modifier and Type Method Description voidResourceConfig. setSelectorPath(SelectorPath selectorPath)Sets the selector in its parsed form.
-