Uses of Class
org.odftoolkit.odfdom.OdfNamespace

Packages that use OdfNamespace
org.odftoolkit.odfdom   
 

Uses of OdfNamespace in org.odftoolkit.odfdom
 

Methods in org.odftoolkit.odfdom that return OdfNamespace
static OdfNamespace OdfNamespace.getNamespace(java.lang.String uri)
          Returns the namespace for the given uri.
static OdfNamespace OdfNamespace.newNamespace(NamespaceName name)
          Returns the OdfNamespace for the given name.
static OdfNamespace OdfNamespace.newNamespace(java.lang.String prefix, java.lang.String uri)
          Returns the OdfNamespace for the given name.
 

Methods in org.odftoolkit.odfdom with parameters of type OdfNamespace
 OdfAttribute OdfElement.getOdfAttribute(OdfNamespace namespace, java.lang.String localname)
          Retrieves an ODF attribute by OdfNamespace, and local name.
static OdfName OdfName.newName(OdfNamespace odfNamespace, java.lang.String name)
          Returns the OdfName for the given namespace and name.
 



Copyright © 2008-2010 ODF Toolkit Project. All Rights Reserved.