|
|||||||||
| Home >> All >> javax >> ide >> model >> [ spi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.ide.model.spi
Class ElementFactory

java.lang.Objectjavax.ide.model.spi.ElementFactory
- public final class ElementFactory
- extends java.lang.Object
Element factory creates instances of Elements from an implementation bridge object. This should only be used for elements which do not have a URI. Documents should be created via the DocumentFactory.
| Constructor Summary | |
private |
ElementFactory()
|
| Method Summary | |
static javax.ide.model.Element |
createElement(ElementImpl impl)
Create a new Element from the specified implementation bridge. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
ElementFactory
private ElementFactory()
| Method Detail |
createElement
public static javax.ide.model.Element createElement(ElementImpl impl)
- Create a new Element from the specified implementation bridge.
|
|||||||||
| Home >> All >> javax >> ide >> model >> [ spi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
javax.ide.model.spi.ElementFactory