dk.brics.xpath
Class ComplexPredicate

java.lang.Object
  extended by dk.brics.xpath.Node
      extended by dk.brics.xpath.Predicate
          extended by dk.brics.xpath.ComplexPredicate

public class ComplexPredicate
extends Predicate

Complex predicate node.


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

Constructor Detail

ComplexPredicate

public ComplexPredicate()
Constructs a new complex predicate 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 Predicate
Parameters:
v - node visitor


Copyright © 2005-2010 Anders Møller.