dk.brics.xpath
Class TextTest

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

public class TextTest
extends Test

Text-test node.


Nested Class Summary
 
Nested classes/interfaces inherited from class dk.brics.xpath.Test
Test.Kind
 
Constructor Summary
TextTest()
          Constructs a new text-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

TextTest

public TextTest()
Constructs a new text-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.