dk.brics.xpath
Class UnionExpr

java.lang.Object
  extended by dk.brics.xpath.Node
      extended by dk.brics.xpath.UnionExpr

public class UnionExpr
extends Node

A union expression.


Constructor Summary
UnionExpr(List<Path> paths)
           
 
Method Summary
 void apply(Visitor v)
          Applies the given Visitor to this node.
 List<Path> getPaths()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnionExpr

public UnionExpr(List<Path> paths)
Method Detail

apply

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

Specified by:
apply in class Node
Parameters:
v - node visitor

getPaths

public List<Path> getPaths()


Copyright © 2005-2010 Anders Møller.