com.ibm.commons.iloader.node
Interface DataNode.Factory
- All Known Subinterfaces:
- DCCommandButton.Factory
- Enclosing class:
- DataNode
public static interface DataNode.Factory
A factory object that creates new instances of the supported data type.
Method Summary |
java.lang.Object |
newInstance()
Returns a new instance of the object that is to be inserted into the model. |
newInstance
java.lang.Object newInstance()
throws com.ibm.commons.iloader.node.NodeException
- Returns a new instance of the object that is to be inserted into the model. For instance
when dealing with a DOM model, this method may return a new Element.
- Returns:
-
- Throws:
NodeException