Uses of Interface
org.odftoolkit.odfdom.pkg.NamespaceName
Packages that use NamespaceName
Package
Description
Representing the "Package Layer", the physical document handling.
-
Uses of NamespaceName in org.odftoolkit.odfdom.dom
Classes in org.odftoolkit.odfdom.dom that implement NamespaceNameModifier and TypeClassDescriptionenumNamespaces of OpenDocument 1.2 XML Schema -
Uses of NamespaceName in org.odftoolkit.odfdom.pkg
Classes in org.odftoolkit.odfdom.pkg that implement NamespaceNameModifier and TypeClassDescriptionclassClass wrapping the XML Namespace URI and XML Namespace prefix (used by default) as a single entity For instance, the ODF paragraph element <text:p> uses by default in the ODF specification the prefix "text" and is bound to this prefix heresenumNamespaces of OpenDocument 1.2 XML Package SchemaMethods in org.odftoolkit.odfdom.pkg with parameters of type NamespaceNameModifier and TypeMethodDescriptionOdfElement.getOdfAttribute(NamespaceName namespace, String localname) Retrieves an ODF attribute byNamespaceName, and local name.static OdfNameOdfName.newName(NamespaceName namespaceNamed, String name) Returns the OdfName for the given namespace and name.static OdfNamespaceOdfNamespace.newNamespace(NamespaceName name) Returns the OdfNamespace for the given name.OdfFileDom.setNamespace(NamespaceName name) Adds a new Namespace to the DOM.