|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xaj.XmlDbConstants
public final class XmlDbConstants
Constants for the XmlDb project.
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 |
---|
public static final java.lang.String XMLDB_NAMESPACE_URI
public static final java.lang.String XMLDB_DEFAULT_NAMESPACE_ALIAS
public static final java.lang.String ERROR_INTERNAL_ERROR
public static final java.lang.String ERROR_XML_STORE_FAILED
public static final java.lang.String ERROR_XML_STORE_FAILED_UNRECOVERABLE
public static final java.lang.String XQUERY_RESULT_LIST_ELEMENT_NAME
Constructor Detail |
---|
public XmlDbConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |