Class IndexedSelectorPath
- java.lang.Object
-
- org.smooks.engine.resource.config.xpath.AbstractSelectorPath
-
- org.smooks.engine.resource.config.xpath.JaxenPatternSelectorPath
-
- org.smooks.engine.resource.config.xpath.IndexedSelectorPath
-
- All Implemented Interfaces:
Iterable<SelectorStep>
,Collection<SelectorStep>
,List<SelectorStep>
,SelectorPath
public class IndexedSelectorPath 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 IndexedSelectorPath()
IndexedSelectorPath(String selector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelectorStep
getTargetSelectorStep()
-
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
-
IndexedSelectorPath
public IndexedSelectorPath()
-
IndexedSelectorPath
public IndexedSelectorPath(String selector)
-
-
Method Detail
-
getTargetSelectorStep
public SelectorStep getTargetSelectorStep()
-
-