Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > 703d980c580707c382b4e43e25965bc5 > files > 844

php-manual-pt_BR-5.2.4-1mdv2008.1.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>DomNode-&#62;replace_node</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="Manual do PHP"
HREF="index.html"><LINK
REL="UP"
TITLE="DOM XML Functions"
HREF="ref.domxml.html"><LINK
REL="PREVIOUS"
TITLE="DomNode->replace_child"
HREF="function.domnode-replace-child.html"><LINK
REL="NEXT"
TITLE="DomNode->set_content"
HREF="function.domnode-set-content.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=UTF-8"></HEAD
><BODY
CLASS="refentry"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Manual do PHP</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.domnode-replace-child.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.domnode-set-content.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="function.domnode-replace-node"
></A
>DomNode-&#62;replace_node</H1
><DIV
CLASS="refnamediv"
><A
NAME="AEN41902"
></A
><P
>    (no version information, might be only in CVS)</P
>DomNode-&#62;replace_node&nbsp;--&nbsp;
   Replaces node
  </DIV
><DIV
CLASS="refsect1"
><A
NAME="AEN41905"
></A
><H2
>Descrição</H2
>domelement <B
CLASS="methodname"
>DomNode-&#62;replace_node</B
> ( domelement newnode )<BR
></BR
><P
>&#13;   (PHP 4.2) This function replaces an existing node with the passed
   new node. Before the replacement
   <CODE
CLASS="parameter"
>newnode</CODE
> is copied if it has a parent to
   make sure a node which is
   already in the document will not be inserted a second time. This
   behaviour enforces doing all modifications on the node before the
   replacement or to refetch the inserted node afterwards with functions like
   <A
HREF="function.domnode-first-child.html"
><B
CLASS="function"
>domnode_first_child()</B
></A
>,
   <A
HREF="function.domnode-child-nodes.html"
><B
CLASS="function"
>domnode_child_nodes()</B
></A
> etc..
  </P
><P
>&#13;   (PHP 4.3) This function replaces an existing node with the passed new node. It is not
   copied anymore. If <CODE
CLASS="parameter"
>newnode</CODE
>  was already inserted in the document 
   it is first unlinked from its existing context. If the replacement succeeds the old 
   node is returned. 
  </P
><P
>&#13;   See also <A
HREF="function.domnode-append-child.html"
><B
CLASS="function"
>domnode_append_child()</B
></A
>
  </P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="function.domnode-replace-child.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Principal</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="function.domnode-set-content.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>DomNode-&#62;replace_child</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ref.domxml.html"
ACCESSKEY="U"
>Acima</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>DomNode-&#62;set_content</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>