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 org.smooks.api.resource.config.xpath.SelectorPathnewSelectorPath(String selector)static org.smooks.api.resource.config.xpath.SelectorPathnewSelectorPath(String selector, Properties namespaces)static org.smooks.api.resource.config.xpath.SelectorPathnewSelectorPath(String selector, Properties namespaces, org.smooks.api.expression.ExpressionEvaluator conditionEvaluator)static org.smooks.api.resource.config.xpath.SelectorPathnewSelectorPath(org.smooks.api.resource.config.xpath.SelectorPath selectorPath)
-
-
-
Method Detail
-
newSelectorPath
public static org.smooks.api.resource.config.xpath.SelectorPath newSelectorPath(String selector)
-
newSelectorPath
public static org.smooks.api.resource.config.xpath.SelectorPath newSelectorPath(org.smooks.api.resource.config.xpath.SelectorPath selectorPath)
-
newSelectorPath
public static org.smooks.api.resource.config.xpath.SelectorPath newSelectorPath(String selector, Properties namespaces, org.smooks.api.expression.ExpressionEvaluator conditionEvaluator)
-
newSelectorPath
public static org.smooks.api.resource.config.xpath.SelectorPath newSelectorPath(String selector, Properties namespaces)
-
-