Package org.openpreservation.format.xml
Interface Namespace
- All Known Implementing Classes:
OdfNamespaces
public interface Namespace
An interface defining the properties of XML namespaces.
-
Method Summary
-
Method Details
-
getId
URI getId()Get theURI
id of theNamespace
.- Returns:
- the
URI
id of theNamespace
-
getPrefix
String getPrefix()Get theString
prefix of theNamespace
.- Returns:
- the
String
prefix of theNamespace
-
getSchemalocation
URL getSchemalocation()Get theString
location of theNamespace
.- Returns:
- the
String
location of theNamespace
-