Uses of Interface
org.odftoolkit.odfdom.pkg.NamespaceName

Packages that use NamespaceName
org.odftoolkit.odfdom.dom   
org.odftoolkit.odfdom.pkg Representing the "Package Layer", the physical document handling. 
 

Uses of NamespaceName in org.odftoolkit.odfdom.dom
 

Classes in org.odftoolkit.odfdom.dom that implement NamespaceName
 class OdfDocumentNamespace
          Namespaces of OpenDocument 1.2 XML Schema
 

Uses of NamespaceName in org.odftoolkit.odfdom.pkg
 

Classes in org.odftoolkit.odfdom.pkg that implement NamespaceName
 class OdfNamespace
          Class wrapping the XML Namespace URI and XML Namespace prefix as a single entity.
 class OdfPackageNamespace
          Namespaces of OpenDocument 1.2 XML Package Schema
 

Methods in org.odftoolkit.odfdom.pkg with parameters of type NamespaceName
 OdfAttribute OdfElement.getOdfAttribute(NamespaceName namespace, String localname)
          Retrieves an ODF attribute by NamespaceName, and local name.
static OdfName OdfName.newName(NamespaceName namespaceNamed, String name)
          Returns the OdfName for the given namespace and name.
static OdfNamespace OdfNamespace.newNamespace(NamespaceName name)
          Returns the OdfNamespace for the given name.
 OdfNamespace OdfFileDom.setNamespace(NamespaceName name)
          Adds a new Namespace to the DOM.
 



Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.