edu.uky.rch.ept.data.filesystem.cxpath
Class CXPathExpression

java.lang.Object
  extended byedu.uky.rch.ept.data.filesystem.cxpath.CXPathExpression

public class CXPathExpression
extends Object

A concurrent XPath expression.

Author:
neil

Constructor Summary
CXPathExpression(LocationStep[] steps)
           
CXPathExpression(String expr)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CXPathExpression

public CXPathExpression(String expr)
                 throws CXPathException

CXPathExpression

public CXPathExpression(LocationStep[] steps)
Method Detail

toString

public String toString()