org.odftoolkit.odfdom.doc.element
Class OdfElementFactory

java.lang.Object
  extended by org.odftoolkit.odfdom.doc.element.OdfElementFactory

public class OdfElementFactory
extends Object


Constructor Summary
OdfElementFactory()
           
 
Method Summary
static OdfElement createOdfElement(OdfFileDom ownerDocument, OdfName name)
           
static void mapOdfNameToClass(OdfName odfName, Class className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OdfElementFactory

public OdfElementFactory()
Method Detail

mapOdfNameToClass

public static void mapOdfNameToClass(OdfName odfName,
                                     Class className)

createOdfElement

public static OdfElement createOdfElement(OdfFileDom ownerDocument,
                                          OdfName name)
                                   throws DOMException
Throws:
DOMException


Copyright © 2009. All Rights Reserved.