dk.brics.xpath
Class NodeTest

java.lang.Object
  extended by dk.brics.xpath.Node
      extended by dk.brics.xpath.Test
          extended by dk.brics.xpath.NodeTest

public class NodeTest
extends Test

Node-test node.


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

Constructor Detail

NodeTest

public NodeTest()
Constructs a new node-test 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 Test
Parameters:
v - node visitor


Copyright © 2005-2010 Anders Møller.