- All Implemented Interfaces:
Serializable
Defines the namespaces
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
Gets the namespace prefix
boolean
Checks if the given URI is the same as for the current DSSNamespace object
-
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
-