Description
object
DomNode- replace_node
( object newnode)
This
behaviour
enforces
doing
all
modifications
on
the
node
before
the
replacement
or
to
refetch
the
inserted
node
afterwards
with
functions
like
DomNode_first_child(
)
,
DomNode_child_nodes(
)
etc.
.
See
also
DomNode_append_child(
)