XML_Tree::&addRoot (Previous) (Next) XML_Tree::&removeChild

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

XML_Tree::&insertChild

XML_Tree::&insertChild -- inserts a child/tree

Opis

Inserts a child or tree into the tree in the path $path on position $pos and maintains namespace integrity

Parametr

  • array $path - path to parent of child to insert

  • integer $pos - position of child to be inserted in its parents children-list

  • mixed $child - child-node (by XML_Tree, XML_Node or Name)

  • string $content - content (text) for new node

  • array $attributes - attribute-hash for new node

Zwracana wartość

object XML_Tree_Node - inserted child (node)

Uwagi

Ta funkcja nie może być wywołana statycznie.

XML_Tree::&addRoot (Previous) (Next) XML_Tree::&removeChild

Download Documentation Last updated: Mon, 02 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.