|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.namespace.TXSNamespace
public class TXSNamespace
TXSNamespace is the representation for XML-Schema specific elements and attributes within the xs namespace. Please note, that only elements and attributes are provided here that are important for Tamino API needs. Currently these are mainly very few but this might change in the future though. The class implements the singleton pattern meaning that only one instance of this class can be instantiated.
Nested Class Summary | |
---|---|
protected static class |
TXSNamespace.TXSObject
Concrete inner class that implements TNamespaceObject and represents an tsd namespace object. |
Field Summary | |
---|---|
static TNamespaceObject |
ANNOTATION
Constant that represents the annotation element within the xs namespace. |
static TNamespaceObject |
APPINFO
Constant that represents the appinfo element within the xs namespace. |
static java.lang.String |
PREFIX
Constant that represents the namespace prefix. |
static TNamespaceObject |
SCHEMA
Constant that represents the schema element within the xs namespace. |
static java.lang.String |
URI
Constant that represents the namespace url. |
Constructor Summary | |
---|---|
protected |
TXSNamespace()
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 SCHEMA
public static final TNamespaceObject ANNOTATION
public static final TNamespaceObject APPINFO
Constructor Detail |
---|
protected TXSNamespace()
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 |