org.odftoolkit.odfdom
Interface NamespaceName
- All Known Implementing Classes:
- OdfNamespaceNames
public interface NamespaceName
The NamespaceName interface is being used to provide an easy way to define Namespaces
in a higher layer and access them in the lower i.e. org.odftoolkit.odfdom.OdfNamespace.
getPrefix
java.lang.String getPrefix()
- Returns:
- the prefix currently related to XML Namespace.
Note: Even in a single XML file, a user might assign different prefixes to a XML Namespace, different NamespaceNames might exist.
getUri
java.lang.String getUri()
- Returns:
- the URI identifiying the XML Namespace.
Copyright © 2008-2010 ODF Toolkit Project. All Rights Reserved.