Package com.werken.xpath.impl
Class SelfStep
- java.lang.Object
-
- com.werken.xpath.impl.Expr
-
- com.werken.xpath.impl.Step
-
- com.werken.xpath.impl.AbbrStep
-
- com.werken.xpath.impl.SelfStep
-
public class SelfStep extends AbbrStep
-
-
Constructor Summary
Constructors Constructor Description SelfStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List
applyToSelf(java.lang.Object node, ContextSupport support)
-
Methods inherited from class com.werken.xpath.impl.Step
applyTo, evaluate, isAbsolute, setIsAbsolute
-
-
-
-
Method Detail
-
applyToSelf
public java.util.List applyToSelf(java.lang.Object node, ContextSupport support)
-
-