Uses of Class
org.odftoolkit.odfdom.pkg.OdfNamespace
Packages that use OdfNamespace
Package
Description
Representing the "Package Layer", the physical document handling.
-
Uses of OdfNamespace in org.odftoolkit.odfdom.pkg
Methods in org.odftoolkit.odfdom.pkg that return OdfNamespaceModifier and TypeMethodDescriptionstatic OdfNamespaceOdfNamespace.getNamespace(String uri) Returns the namespace for the given uri.static OdfNamespaceOdfNamespace.newNamespace(String prefix, String uri) Returns the OdfNamespace for the given name.static OdfNamespaceOdfNamespace.newNamespace(NamespaceName name) Returns the OdfNamespace for the given name.OdfFileDom.setNamespace(String prefix, String uri) Adds a new Namespace to the DOM.OdfFileDom.setNamespace(NamespaceName name) Adds a new Namespace to the DOM.Methods in org.odftoolkit.odfdom.pkg with parameters of type OdfNamespaceModifier and TypeMethodDescriptionintOdfNamespace.compareTo(OdfNamespace namespace) static OdfNameOdfName.getOdfName(OdfNamespace odfNamespace, String localName) Used for receiving an OdfName, in case of a default nameaspace, when there is no prefix.static OdfNameOdfName.newName(OdfNamespace odfNamespace, String name) Returns the OdfName for the given namespace and name.