dk.brics.xpath
Class DescendantOrSelfAxis

java.lang.Object
  extended by dk.brics.xpath.Node
      extended by dk.brics.xpath.Axis
          extended by dk.brics.xpath.DescendantOrSelfAxis

public class DescendantOrSelfAxis
extends Axis

Descendant-or-self axis node.


Nested Class Summary
 
Nested classes/interfaces inherited from class dk.brics.xpath.Axis
Axis.Kind
 
Constructor Summary
DescendantOrSelfAxis()
          Constructs a new descendant-or-self axis node.
 
Method Summary
 void apply(Visitor v)
          Applies the given Visitor to this node.
 
Methods inherited from class dk.brics.xpath.Axis
getKind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescendantOrSelfAxis

public DescendantOrSelfAxis()
Constructs a new descendant-or-self axis node.

Method Detail

apply

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

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


Copyright © 2005-2010 Anders Møller.