dk.brics.xpath
Class AbsolutePath

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

public class AbsolutePath
extends Path

Absolute path node.


Nested Class Summary
 
Nested classes/interfaces inherited from class dk.brics.xpath.Path
Path.Kind
 
Constructor Summary
AbsolutePath(List<Step> steps)
          Constructs a new absolute 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

AbsolutePath

public AbsolutePath(List<Step> steps)
Constructs a new absolute 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.