Overview | Methods | Fields | This Package | All Packages
Adds an element into this container, following all other elements.
Syntax
public void add( DhElement element )
public void add( DhElement element, int insertFlag )
public void add( DhElement element, DhElement relativeTo, int insertFlag )
Parameters
element
The DhElement to add to the end of the flow of this container.
insertFlag
One of the valid and applicable DhInsertOptions insert constants. The valid values are:
relativeTo
The DhElement referred to when using the BEFORE or AFTER constants for the insertFlag parameter.
See Also remove