EmptyElement
This element defines an empty 'div' node when it is not needed to define inner element. It's size 0px for the width and 0px for the height.
...
var aContainer = new ContainerElement(new EmptyElement());
...
Example EmptyElement in a Container