org.globus.wsrf.query.targetedXPath
Class TargetedXPathConstants

java.lang.Object
  extended by org.globus.wsrf.query.targetedXPath.TargetedXPathConstants

public class TargetedXPathConstants
extends java.lang.Object

Defines constants used by the TargetedXPath query dialect implementation.


Field Summary
static java.lang.String TARGETED_XPATH_DIALECT
          Defines TargetedXPath dialect URI.
 
Constructor Summary
TargetedXPathConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TARGETED_XPATH_DIALECT

public static final java.lang.String TARGETED_XPATH_DIALECT
Defines TargetedXPath dialect URI.

See Also:
Constant Field Values
Constructor Detail

TargetedXPathConstants

public TargetedXPathConstants()