|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.oxml.OXMLFactory
public class OXMLFactory
Creates objects from instance definitions.
| Method Summary | ||
|---|---|---|
|
create(Element e)
Creates an instance from a definition, using the class
attribute and a list of param children as properties. |
|
static OXMLFactory |
getInstance()
Get the instance |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static OXMLFactory getInstance()
public <T> T create(Element e)
throws IOException
class
attribute and a list of param children as properties.
T - Expected typee - Definition
IOException - If the element cannot be created
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||