com.werken.xpath.impl

Class NodeTypeStep

Known Direct Subclasses:
PIStep

public class NodeTypeStep
extends UnAbbrStep

Constructor Summary

NodeTypeStep(String axis, String nodeType)

Method Summary

List
applyToChild(Object node, ContextSupport support)
List
applyToNode(Object node)
List
applyToNodes(List nodeSet)
List
applyToSelf(Object node, ContextSupport support)
protected boolean
matches(Object node)
String
toString()

Methods inherited from class com.werken.xpath.impl.UnAbbrStep

addPredicate, applyTo, applyTo, applyTo, applyToAncestor, applyToAncestorOrSelf, applyToAttribute, applyToChild, applyToDescendant, applyToDescendantOrSelf, applyToFollowing, applyToFollowingSibling, applyToParent, applyToPreceeding, applyToPreceedingSibling, applyToSelf, getAxis, getPredicates

Methods inherited from class com.werken.xpath.impl.Step

applyTo, evaluate, isAbsolute, setIsAbsolute

Methods inherited from class com.werken.xpath.impl.Expr

evaluate

Constructor Details

NodeTypeStep

public NodeTypeStep(String axis,
                    String nodeType)

Method Details

applyToChild

public List applyToChild(Object node,
                         ContextSupport support)
Overrides:
applyToChild in interface UnAbbrStep


applyToNode

public List applyToNode(Object node)


applyToNodes

public List applyToNodes(List nodeSet)


applyToSelf

public List applyToSelf(Object node,
                        ContextSupport support)
Overrides:
applyToSelf in interface UnAbbrStep


matches

protected boolean matches(Object node)


toString

public String toString()


Copyright B) 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.