public class TXSNamespace extends java.lang.Object implements TNamespace
Modifier and Type | Class and Description |
---|---|
protected static class |
TXSNamespace.TXSObject
Concrete inner class that implements TNamespaceObject and represents
an tsd namespace object.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier | Constructor and Description |
---|---|
protected |
TXSNamespace()
Private Constructor.
|
Modifier and Type | Method and Description |
---|---|
static TNamespace |
getInstance()
Gets the singleton instance.
|
java.lang.String |
getPrefix()
Gets the namespace prefix.
|
java.lang.String |
getUri()
Gets the namespace uri.
|
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
public static TNamespace getInstance()
public java.lang.String getPrefix()
getPrefix
in interface TNamespace
public java.lang.String getUri()
TNamespace
getUri
in interface TNamespace
Copyright (c) 2017 Software AG. All Rights Reserved.