Class ElementBuilderImpl

java.lang.Object
com.google.gwt.dom.builder.shared.ElementBuilderImpl
Direct Known Subclasses:
DomBuilderImpl, HtmlBuilderImpl

public abstract class ElementBuilderImpl extends Object
Base implementation of ElementBuilderBase that handles state, but nothing else.

DO NOT USE THIS CLASS. This class is an implementation class and may change in the future.

This class is used to ensure that the HTML and DOM implementations throw the same exceptions, even if something is valid in one and not the other. For example, the DOM implementation supports changing an attribute after setting inner HTML, but the HTML version does not, so they should both throw an error. Otherwise, they would not be swappable.