net.sf.xaj
Class XmlDbConstants

java.lang.Object
  extended by net.sf.xaj.XmlDbConstants

public final class XmlDbConstants
extends java.lang.Object

Constants for the XmlDb project.

Version:
$Revision: 45 $ $Date: 2007-10-07 19:40:28 +1300 (Sun, 07 Oct 2007) $
Author:
matt

Field Summary
static java.lang.String ERROR_INTERNAL_ERROR
          An "unkown" type of error.
static java.lang.String ERROR_XML_STORE_FAILED
          The error code for when the system fails to store an XmlResource.
static java.lang.String ERROR_XML_STORE_FAILED_UNRECOVERABLE
          The error code for when the system fails to store an XmlResource in a transaction and the transaction has been aborted.
static java.lang.String XMLDB_DEFAULT_NAMESPACE_ALIAS
          The default XmlDb XML namespace alias.
static java.lang.String XMLDB_NAMESPACE_URI
          The XmlDb XML namespace.
static java.lang.String XQUERY_RESULT_LIST_ELEMENT_NAME
          The XmlDb result root element returned by XQuery results of more than one element.
 
Constructor Summary
XmlDbConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XMLDB_NAMESPACE_URI

public static final java.lang.String XMLDB_NAMESPACE_URI
The XmlDb XML namespace.

See Also:
Constant Field Values

XMLDB_DEFAULT_NAMESPACE_ALIAS

public static final java.lang.String XMLDB_DEFAULT_NAMESPACE_ALIAS
The default XmlDb XML namespace alias.

See Also:
Constant Field Values

ERROR_INTERNAL_ERROR

public static final java.lang.String ERROR_INTERNAL_ERROR
An "unkown" type of error.

See Also:
Constant Field Values

ERROR_XML_STORE_FAILED

public static final java.lang.String ERROR_XML_STORE_FAILED
The error code for when the system fails to store an XmlResource.

See Also:
Constant Field Values

ERROR_XML_STORE_FAILED_UNRECOVERABLE

public static final java.lang.String ERROR_XML_STORE_FAILED_UNRECOVERABLE
The error code for when the system fails to store an XmlResource in a transaction and the transaction has been aborted.

See Also:
Constant Field Values

XQUERY_RESULT_LIST_ELEMENT_NAME

public static final java.lang.String XQUERY_RESULT_LIST_ELEMENT_NAME
The XmlDb result root element returned by XQuery results of more than one element.

See Also:
Constant Field Values
Constructor Detail

XmlDbConstants

public XmlDbConstants()