public class ElementFactory<T> extends Object
Constructor and Description |
---|
ElementFactory(SchemaTypeSystem typeSystem,
String typeHandle) |
Modifier and Type | Method and Description |
---|---|
SchemaType |
getType() |
SchemaTypeSystem |
getTypeLoader() |
T |
newInstance() |
T |
newInstance(XmlOptions options) |
public ElementFactory(SchemaTypeSystem typeSystem, String typeHandle)
public SchemaType getType()
public SchemaTypeSystem getTypeLoader()
public T newInstance()
public T newInstance(XmlOptions options)