Package com.werken.xpath.impl
Class ParentStep
- java.lang.Object
-
- com.werken.xpath.impl.Expr
-
- com.werken.xpath.impl.Step
-
- com.werken.xpath.impl.AbbrStep
-
- com.werken.xpath.impl.ParentStep
-
public class ParentStep extends AbbrStep
-
-
Constructor Summary
Constructors Constructor Description ParentStep()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Context
applyTo(Context context)
static java.lang.Object
findParent(java.lang.Object node)
static java.util.List
findParents(java.util.List nodeSet)
-
Methods inherited from class com.werken.xpath.impl.Step
evaluate, isAbsolute, setIsAbsolute
-
-