Exemplo n.º 1
0
 public function appendChild(ITextLevelElement $e)
 {
     parent::appendChild($e);
 }
Exemplo n.º 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);
 }
Exemplo n.º 3
0
 public function appendChild(IFieldsetContent $e)
 {
     parent::appendChild($e);
 }
Exemplo n.º 4
0
 public function appendChild(IInlineElementNoLink $e)
 {
     parent::appendChild($e);
 }
Exemplo n.º 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);
 }
Exemplo n.º 6
0
 public function appendChild(IFlowElement $e)
 {
     parent::appendChild($e);
 }
Exemplo n.º 7
0
 public function appendChild(IPreContent $e)
 {
     parent::appendChild($e);
 }
Exemplo n.º 8
0
 public function appendChild(IBlockNoForm $e)
 {
     parent::appendChild($e);
 }