Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.model.spi
Class ElementFactory  view ElementFactory download ElementFactory.java

java.lang.Object
  extended byjavax.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.