com.metamatrix.common.xml
Class XPathUtil.ExpressionToken

java.lang.Object
  extended by com.metamatrix.common.xml.XPathUtil.ExpressionToken
Enclosing class:
XPathUtil

public static class XPathUtil.ExpressionToken
extends java.lang.Object


Field Summary
static char ATTRIBUTE_PREFIX
           
static java.lang.String AXIS_SUFFIX
           
static char INDEX_CLOSE
           
static char INDEX_OPEN
           
static char PARAMETERS_CLOSE
           
static char PARAMETERS_OPEN
           
static java.lang.String PARENT
           
static char SELF
           
 
Constructor Summary
XPathUtil.ExpressionToken()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTE_PREFIX

public static final char ATTRIBUTE_PREFIX
See Also:
Constant Field Values

INDEX_OPEN

public static final char INDEX_OPEN
See Also:
Constant Field Values

INDEX_CLOSE

public static final char INDEX_CLOSE
See Also:
Constant Field Values

PARAMETERS_OPEN

public static final char PARAMETERS_OPEN
See Also:
Constant Field Values

PARAMETERS_CLOSE

public static final char PARAMETERS_CLOSE
See Also:
Constant Field Values

SELF

public static final char SELF
See Also:
Constant Field Values

PARENT

public static final java.lang.String PARENT
See Also:
Constant Field Values

AXIS_SUFFIX

public static final java.lang.String AXIS_SUFFIX
See Also:
Constant Field Values
Constructor Detail

XPathUtil.ExpressionToken

public XPathUtil.ExpressionToken()


Copyright © 2009. All Rights Reserved.