Package com.werken.xpath.impl
Class PIStep
- java.lang.Object
-
- com.werken.xpath.impl.Expr
-
- com.werken.xpath.impl.Step
-
- com.werken.xpath.impl.UnAbbrStep
-
- com.werken.xpath.impl.NodeTypeStep
-
- com.werken.xpath.impl.PIStep
-
public class PIStep extends NodeTypeStep
-
-
Constructor Summary
Constructors Constructor Description PIStep(java.lang.String axis, java.lang.String target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
matches(java.lang.Object node)
-
Methods inherited from class com.werken.xpath.impl.NodeTypeStep
applyToChild, applyToNode, applyToNodes, applyToSelf, toString
-
Methods inherited from class com.werken.xpath.impl.UnAbbrStep
addPredicate, applyTo, applyTo, applyTo, applyToAncestor, applyToAncestorOrSelf, applyToAttribute, applyToDescendant, applyToDescendantOrSelf, applyToFollowing, applyToFollowingSibling, applyToParent, applyToPreceeding, applyToPreceedingSibling, getAxis, getPredicates
-
Methods inherited from class com.werken.xpath.impl.Step
evaluate, isAbsolute, setIsAbsolute
-
-
-
-
Method Detail
-
matches
protected boolean matches(java.lang.Object node)
- Overrides:
matches
in classNodeTypeStep
-
-