public interface IObjectElementFactory
Modifier and Type | Method and Description |
---|---|
org.eclipse.actf.model.dom.dombycom.impl.NodeImpl |
createTopNode(org.eclipse.actf.model.dom.dombycom.impl.NodeImpl base,
IDispatch inode) |
org.eclipse.actf.model.dom.dombycom.impl.NodeImpl createTopNode(org.eclipse.actf.model.dom.dombycom.impl.NodeImpl base, IDispatch inode)
base
- an instance of INodeEx which becomes the base of the new Node.inode
- the instance of the IDispatch which is the target to create.