Uses of Class
org.odftoolkit.odfdom.pkg.OdfNamespace
-
Packages that use OdfNamespace Package Description org.odftoolkit.odfdom.pkg Representing the "Package Layer", the physical document handling. -
-
Uses of OdfNamespace in org.odftoolkit.odfdom.pkg
Methods in org.odftoolkit.odfdom.pkg that return OdfNamespace Modifier and Type Method Description static 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.OdfNamespaceOdfFileDom. setNamespace(String prefix, String uri)Adds a new Namespace to the DOM.OdfNamespaceOdfFileDom. setNamespace(NamespaceName name)Adds a new Namespace to the DOM.Methods in org.odftoolkit.odfdom.pkg with parameters of type OdfNamespace Modifier and Type Method Description intOdfNamespace. 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.
-