Class SimpleSelectorPath
- java.lang.Object
-
- org.smooks.engine.resource.config.xpath.AbstractSelectorPath
-
- org.smooks.engine.resource.config.xpath.JaxenPatternSelectorPath
-
- org.smooks.engine.resource.config.xpath.SimpleSelectorPath
-
- All Implemented Interfaces:
Iterable<SelectorStep>
,Collection<SelectorStep>
,List<SelectorStep>
,SelectorPath
public class SimpleSelectorPath extends JaxenPatternSelectorPath
-
-
Field Summary
-
Fields inherited from class org.smooks.engine.resource.config.xpath.JaxenPatternSelectorPath
pattern
-
Fields inherited from class org.smooks.engine.resource.config.xpath.AbstractSelectorPath
expressionEvaluator, namespaces, selector, selectorSteps
-
-
Constructor Summary
Constructors Constructor Description SimpleSelectorPath()
SimpleSelectorPath(String selector)
-
Method Summary
-
Methods inherited from class org.smooks.engine.resource.config.xpath.JaxenPatternSelectorPath
getPattern
-
Methods inherited from class org.smooks.engine.resource.config.xpath.AbstractSelectorPath
add, add, addAll, addAll, clear, contains, containsAll, get, getConditionEvaluator, getNamespaces, getSelector, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, setConditionEvaluator, setNamespaces, size, subList, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream
-
Methods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
-
-
-
Constructor Detail
-
SimpleSelectorPath
public SimpleSelectorPath()
-
SimpleSelectorPath
public SimpleSelectorPath(String selector)
-
-