public class TXQNamespace extends java.lang.Object implements TNamespace
Modifier and Type | Class and Description |
---|---|
protected static class |
TXQNamespace.TXQObject
Concrete inner class that implements TNamespaceObject and represents
an ino namespace object.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier | Constructor and Description |
---|---|
protected |
TXQNamespace()
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 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
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.