Example #1
0
 public function appendChild(ITextLevelElement $e)
 {
     parent::appendChild($e);
 }
Example #2
0
 /**
  * Append a child node to this element.
  * Note that a table may only contain table parts.
  * @param $e The element to add.
  */
 public function appendChild(XHtmlTableElement $e)
 {
     parent::appendChild($e);
 }
Example #3
0
 public function appendChild(IFieldsetContent $e)
 {
     parent::appendChild($e);
 }
Example #4
0
 public function appendChild(IInlineElementNoLink $e)
 {
     parent::appendChild($e);
 }
Example #5
0
 /**
  * Append a new child node to this element.
  * Note that only DD and DT tags may be found inside a DL.
  * @param XHtmlDefinitionListElement $e The element to add.
  */
 public function appendChild(XHtmlDefinitionListElement $e)
 {
     parent::appendChild($e);
 }
Example #6
0
 public function appendChild(IFlowElement $e)
 {
     parent::appendChild($e);
 }
Example #7
0
 public function appendChild(IPreContent $e)
 {
     parent::appendChild($e);
 }
Example #8
0
 public function appendChild(IBlockNoForm $e)
 {
     parent::appendChild($e);
 }