com.novell.nds.dirxml.driver.xds.util
Class XPATHUtil

java.lang.Object
  extended bycom.novell.nds.dirxml.driver.xds.util.XPATHUtil

public abstract class XPATHUtil
extends Object

Common XPath strings of use to IDM driver writers.


Field Summary
static String XPATH_IDENTITY_QUERY
          The XPath expression used to locate an identity query in a document.
static String XPATH_INPUT_ELEMENT
          The XPath expression used to locate the input element in a document.
static String XPATH_OUTPUT_ELEMENT
          The XPath expression used to locate the output element in a document.
 
Constructor Summary
XPATHUtil()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XPATH_IDENTITY_QUERY

public static final String XPATH_IDENTITY_QUERY
The XPath expression used to locate an identity query in a document.

See Also:
Constant Field Values

XPATH_INPUT_ELEMENT

public static final String XPATH_INPUT_ELEMENT
The XPath expression used to locate the input element in a document.

See Also:
Constant Field Values

XPATH_OUTPUT_ELEMENT

public static final String XPATH_OUTPUT_ELEMENT
The XPath expression used to locate the output element in a document.

See Also:
Constant Field Values
Constructor Detail

XPATHUtil

public XPATHUtil()