jd.xml.xpath.expr.path
Class AbbreviatedPaths

java.lang.Object
  extended byjd.xml.xpath.expr.path.AbbreviatedPaths

public abstract class AbbreviatedPaths
extends Object

AbbreviatedPaths provides constants for the common used LocationSteps.


Field Summary
static LocationStep DESCENDANT_OR_SELF_NODE
          The path '//'
static LocationStep PARENT_NODE
          The path '..'
static LocationStep SELF_NODE
          The path '.'
 
Constructor Summary
AbbreviatedPaths()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCENDANT_OR_SELF_NODE

public static final LocationStep DESCENDANT_OR_SELF_NODE
The path '//'


SELF_NODE

public static final LocationStep SELF_NODE
The path '.'


PARENT_NODE

public static final LocationStep PARENT_NODE
The path '..'

Constructor Detail

AbbreviatedPaths

public AbbreviatedPaths()