dk.brics.xpath
Class RelativePath

java.lang.Object
  extended by dk.brics.xpath.Node
      extended by dk.brics.xpath.Path
          extended by dk.brics.xpath.RelativePath

public class RelativePath
extends Path

Relative path node.


Nested Class Summary
 
Nested classes/interfaces inherited from class dk.brics.xpath.Path
Path.Kind
 
Constructor Summary
RelativePath(List<Step> steps)
          Constructs a new relative path node.
 
Method Summary
 void apply(Visitor v)
          Applies the given Visitor to this node.
 
Methods inherited from class dk.brics.xpath.Path
getKind, getSteps, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RelativePath

public RelativePath(List<Step> steps)
Constructs a new relative path node.

Parameters:
steps - list of steps
Method Detail

apply

public void apply(Visitor v)
Description copied from class: Node
Applies the given Visitor to this node.

Overrides:
apply in class Path
Parameters:
v - node visitor


Copyright © 2005-2010 Anders Møller.