|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.barracuda.core.util.dom.DefaultDOMFactory
Default implementation of a DOMFactory. This class will load a DOM using XMLCFactory.
Constructor Summary | |
DefaultDOMFactory()
|
Method Summary | |
org.w3c.dom.Document |
getInstance(java.lang.Class cl)
Get a new instance of the DOM that is associated with the given class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultDOMFactory()
Method Detail |
public org.w3c.dom.Document getInstance(java.lang.Class cl) throws java.io.IOException
getInstance
in interface DOMFactory
cl
- the class of DOM to be loaded. In this case, this class
should implement XMLObject or the underlying XMLCFactory will
not be able to instantiate it.
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |