Class SelectorPathFactory
- java.lang.Object
-
- org.smooks.engine.resource.config.xpath.SelectorPathFactory
-
public final class SelectorPathFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SelectorPath
newSelectorPath(String selector)
static SelectorPath
newSelectorPath(String selector, Properties namespaces)
static SelectorPath
newSelectorPath(String selector, Properties namespaces, ExpressionEvaluator conditionEvaluator)
static SelectorPath
newSelectorPath(SelectorPath selectorPath)
-
-
-
Method Detail
-
newSelectorPath
public static SelectorPath newSelectorPath(String selector)
-
newSelectorPath
public static SelectorPath newSelectorPath(SelectorPath selectorPath)
-
newSelectorPath
public static SelectorPath newSelectorPath(String selector, Properties namespaces, ExpressionEvaluator conditionEvaluator)
-
newSelectorPath
public static SelectorPath newSelectorPath(String selector, Properties namespaces)
-
-