TDataProvider - the type of the IDocumentDataProvider @author Xyanid on 25.10.2015.public interface IElementFactory<TDataProvider extends IDocumentDataProvider,TElement extends ElementBase<?,?,TDataProvider,?,?,?>>
| Modifier and Type | Method and Description |
|---|---|
TElement |
createElement(String name,
Attributes attributes,
TElement parent,
TDataProvider dataProvider)
creates a new instance of the desired
ElementBase using the given value as an indicator which instance
to create. |
TElement createElement(String name, Attributes attributes, TElement parent, TDataProvider dataProvider)
ElementBase using the given value as an indicator which instance
to create.name - local value of the element for which the ElementBase is to be createdattributes - attributes which are to be applied to the ElementBaseparent - the parent to be used for the ElementBasedataProvider - the dataProvider to be used for the ElementBaseElementBaseCopyright © 2016 Saxonia Systems AG. All rights reserved.