Uses of Class
org.jopendocument.dom.NS

Packages that use NS
org.jopendocument.dom   
org.jopendocument.dom.spreadsheet Classes needed to handle Spreadsheet documents. 
org.jopendocument.dom.template.engine   
 

Uses of NS in org.jopendocument.dom
 

Methods in org.jopendocument.dom that return NS
static NS NS.get(java.lang.String name)
           
 NS ODXMLDocument.getNS()
           
 NS ODDocument.getNS()
           
static NS NS.getOD()
          Namespaces for OpenDocument/OpenOffice.org 2.x.
static NS NS.getOOo()
          Namespaces for OpenOffice.org 1.x.
static NS NS.getParent(org.jdom.Namespace ns)
          Find the NS to which belongs the passed namespace.
 

Methods in org.jopendocument.dom with parameters of type NS
static org.jdom.xpath.XPath OOUtils.getXPath(java.lang.String path, NS nss)
           
 

Uses of NS in org.jopendocument.dom.spreadsheet
 

Methods in org.jopendocument.dom.spreadsheet that return NS
 NS SpreadSheet.getNS()
           
protected  NS Cell.getNS()
           
 

Methods in org.jopendocument.dom.spreadsheet with parameters of type NS
static SpreadSheet SpreadSheet.createEmpty(javax.swing.table.TableModel t, NS ns)
           
static java.io.File SpreadSheet.export(javax.swing.table.TableModel t, java.io.File f, NS ns)
          Export the passed data to file.
 

Uses of NS in org.jopendocument.dom.template.engine
 

Methods in org.jopendocument.dom.template.engine that return NS
 NS Material.getNS()