|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.namespace.TXQNamespace
public class TXQNamespace
TXQLNamespace is the representation for Tamino specific elements and attributes within the xql namespace. The class provides type safe constant objects representing the various elememts/attributes such as query and result. The class implements the singleton pattern meaning that only one instance of this class can be instantiated.
Nested Class Summary | |
---|---|
protected static class |
TXQNamespace.TXQObject
Concrete inner class that implements TNamespaceObject and represents an ino namespace object. |
Field Summary | |
---|---|
static TNamespaceObject |
ATTRIBUTE
Constant that represents the attribute element within the ino namespace. |
static TNamespaceObject |
DOCTYPE_DECL
Constant that represents the doctypeDecl element within the ino namespace. |
static TNamespaceObject |
OBJECT
Constant that represents the object element within the ino namespace. |
static java.lang.String |
PREFIX
Constant that represents the namespace prefix. |
static TNamespaceObject |
RESULT
Constant that represents the result element within the ino namespace. |
static java.lang.String |
URI
Constant that represents the namespace url. |
static TNamespaceObject |
VALUE
Constant that represents the value element within the ino namespace. |
static TNamespaceObject |
XQUERY
Constant that represents the query element within the ino namespace. |
Constructor Summary | |
---|---|
protected |
TXQNamespace()
Private Constructor. |
Method Summary | |
---|---|
static TNamespace |
getInstance()
Gets the singleton instance. |
java.lang.String |
getPrefix()
Gets the namespace prefix. |
java.lang.String |
getUri()
Gets the namespace uri. |
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 PREFIX
public static final java.lang.String URI
public static final TNamespaceObject XQUERY
public static final TNamespaceObject RESULT
public static final TNamespaceObject ATTRIBUTE
public static final TNamespaceObject VALUE
public static final TNamespaceObject OBJECT
public static final TNamespaceObject DOCTYPE_DECL
Constructor Detail |
---|
protected TXQNamespace()
Method Detail |
---|
public static TNamespace getInstance()
public java.lang.String getPrefix()
getPrefix
in interface TNamespace
public java.lang.String getUri()
TNamespace
getUri
in interface TNamespace
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |