public class DSSNamespace
extends Object
Defines the namespaces
-
-
Method Summary
Modifier and Type |
Method |
Description |
String |
getPrefix() |
Gets the namespace prefix
|
String |
getUri() |
Gets the namespace URI
|
boolean |
isSameUri(String paramUri) |
Checks if the given URI is the same as for the current DSSNamespace object
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DSSNamespace
Default constructor
- Parameters:
uri
- String
prefix
- String
-
Method Details
-
getUri
Gets the namespace URI
- Returns:
String
-
getPrefix
Gets the namespace prefix
- Returns:
String
-
isSameUri
public boolean isSameUri(
String paramUri)
Checks if the given URI is the same as for the current DSSNamespace object
- Parameters:
paramUri
- String
- Returns:
- TRUE if the namespace URI matches, FALSE otherwise