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 ContextapplyTo(Context context)static java.lang.ObjectfindParent(java.lang.Object node)static java.util.ListfindParents(java.util.List nodeSet)-
Methods inherited from class com.werken.xpath.impl.Step
evaluate, isAbsolute, setIsAbsolute
-
-