Sophie

Sophie

distrib > PLD > ac > amd64 > media > dist > by-pkgid > dd8ef74e7a184506d40e4328053fb785 > files > 3825

php-manual-ro-20051028-1.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML
><HEAD
><TITLE
>DOM Functions</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Manual PHP"
HREF="index.html"><LINK
REL="UP"
TITLE="Documentaþia funcþiilor"
HREF="funcref.html"><LINK
REL="PREVIOUS"
TITLE="scandir"
HREF="function.scandir.html"><LINK
REL="NEXT"
TITLE="DOMAttr->isId"
HREF="function.dom-domattr-isid.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=ISO-8859-2"></HEAD
><BODY
CLASS="reference"
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 PHP</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.scandir.html"
ACCESSKEY="P"
>Înapoi</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.dom-domattr-isid.html"
ACCESSKEY="N"
>Înainte</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="reference"
><A
NAME="ref.dom"
></A
><DIV
CLASS="TITLEPAGE"
><H1
CLASS="title"
>XXIV. DOM Functions</H1
><DIV
CLASS="PARTINTRO"
><A
NAME="AEN21091"
></A
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="dom.intro"
>Introducere</A
></H1
><P
>&#13;     The DOM extension is the replacement for the domxml extension from PHP 4. The extension still contains
     many old functions, but they should no longer be used. In particular, functions 
     that are not object-oriented should be avoided.
    </P
><P
>&#13;     The extension allows you to operate on an XML document with the DOM API.
    </P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="dom.constants"
>Constante predefinite</A
></H1
><P
>&#13;Aceste constante sunt definite de aceastã extensie ºi
vor fi disponibile doar cînd extensia a fost fie
compilatã odatã la instalarea PHP fie dacã extensia este încãrcatã
dinamic la rulare.</P
><DIV
CLASS="table"
><A
NAME="AEN21099"
></A
><P
><B
>Tabel 1. XML constants</B
></P
><TABLE
BORDER="1"
CLASS="CALSTABLE"
><COL><COL><COL><THEAD
><TR
><TH
>Constant</TH
><TH
>Value</TH
><TH
>Description</TH
></TR
></THEAD
><TBODY
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_ELEMENT_NODE</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>1</TD
><TD
>Node is an element</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_ATTRIBUTE_NODE</B
></TT
> 
      (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>2</TD
><TD
>Node is an attribute</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_TEXT_NODE</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>3</TD
><TD
>Node is a piece of text</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_CDATA_SECTION_NODE</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>4</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_ENTITY_REF_NODE</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>5</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_ENTITY_NODE</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>6</TD
><TD
>Node is an entity like &#38;nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_PI_NODE</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>7</TD
><TD
>Node is a processing instruction</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_COMMENT_NODE</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>8</TD
><TD
>Node is a comment</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_DOCUMENT_NODE</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>9</TD
><TD
>Node is a document</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_DOCUMENT_TYPE_NODE</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>10</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_DOCUMENT_FRAG_NODE</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>11</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_NOTATION_NODE</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>12</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_HTML_DOCUMENT_NODE</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>13</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_DTD_NODE</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>14</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_ELEMENT_DECL_NODE</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>15</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_ATTRIBUTE_DECL_NODE</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>16</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_ENTITY_DECL_NODE</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>17</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_NAMESPACE_DECL_NODE</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>18</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_ATTRIBUTE_CDATA</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>1</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_ATTRIBUTE_ID</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>2</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_ATTRIBUTE_IDREF</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>3</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_ATTRIBUTE_IDREFS</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>4</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_ATTRIBUTE_ENTITY</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>5</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_ATTRIBUTE_NMTOKEN</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>7</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_ATTRIBUTE_NMTOKENS</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>8</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_ATTRIBUTE_ENUMERATION</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>9</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>XML_ATTRIBUTE_NOTATION</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>10</TD
><TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
></DIV
><DIV
CLASS="table"
><A
NAME="AEN21270"
></A
><P
><B
>Tabel 2. DOMException constants</B
></P
><TABLE
BORDER="1"
CLASS="CALSTABLE"
><COL><COL><COL><THEAD
><TR
><TH
>Constant</TH
><TH
>Value</TH
><TH
>Description</TH
></TR
></THEAD
><TBODY
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>DOM_INDEX_SIZE_ERR</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>1</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>DOMSTRING_SIZE_ERR</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>2</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>DOM_HIERARCHY_REQUEST_ERR</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>3</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>DOM_WRONG_DOCUMENT_ERR</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>4</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>DOM_INVALID_CHARACTER_ERR</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>5</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>DOM_NO_DATA_ALLOWED_ERR</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>6</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>DOM_NO_MODIFICATION_ALLOWED_ERR</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>7</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>DOM_NOT_FOUND_ERR</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>8</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>DOM_NOT_SUPPORTED_ERR</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>9</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>DOM_INUSE_ATTRIBUTE_ERR</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>10</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>DOM_INVALID_STATE_ERR</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>11</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>DOM_SYNTAX_ERR</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>12</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>DOM_INVALID_MODIFICATION_ERR</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>13</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>DOM_NAMESPACE_ERR</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>14</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>DOM_INVALID_ACCESS_ERR</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>15</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>&#13;       <TT
CLASS="constant"
><B
>DOM_VALIDATION_ERR</B
></TT
>
       (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)
      </TD
><TD
>16</TD
><TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
></DIV
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="dom.classes"
>Classes</A
></H1
><P
>&#13;     The API of the module follows the DOM Level 2 standard as closely
     as possible. Consequently, the API is fully object-oriented.
     It is a good idea to have the DOM standard available when
     using this module.
    </P
><P
>&#13;     This module defines a number of classes, which are listed -
     including their
     method - in the following tables. Classes with an equivalent in the
     DOM standard are named DOMxxx.
    </P
><P
>&#13;    <DIV
CLASS="table"
><A
NAME="AEN21380"
></A
><P
><B
>Tabel 3. List of classes</B
></P
><TABLE
BORDER="1"
CLASS="CALSTABLE"
><COL><COL><THEAD
><TR
><TH
>Class name</TH
><TH
>Parent classes</TH
></TR
></THEAD
><TBODY
><TR
><TD
>DOMAttr</TD
><TD
>DOMNode</TD
></TR
><TR
><TD
>DOMCDataSection</TD
><TD
>DOMText : DOMNode</TD
></TR
><TR
><TD
>DOMCharacterData</TD
><TD
>DOMNode</TD
></TR
><TR
><TD
>DOMComment</TD
><TD
>DOMCharacterData : DomNode</TD
></TR
><TR
><TD
>DOMDocument</TD
><TD
>DOMNode</TD
></TR
><TR
><TD
>DOMDocumentFragment</TD
><TD
>DOMNode</TD
></TR
><TR
><TD
>DOMDocumentType</TD
><TD
>DOMNode</TD
></TR
><TR
><TD
>DOMElement</TD
><TD
>DOMNode</TD
></TR
><TR
><TD
>DOMEntity</TD
><TD
>DOMNode</TD
></TR
><TR
><TD
>DOMEntityReference</TD
><TD
>DOMNode</TD
></TR
><TR
><TD
>DOMNode</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>DOMNotation</TD
><TD
>DOMNode</TD
></TR
><TR
><TD
>DOMProcessingInstruction</TD
><TD
>DOMNode</TD
></TR
><TR
><TD
>DOMText</TD
><TD
>DOMCDataSection : DomNode</TD
></TR
><TR
><TD
>DOMException</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>DOMImplementation</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>DOMNamedNodeMap</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>DOMNodeList</TD
><TD
>&nbsp;</TD
></TR
><TR
><TD
>DOMXPath</TD
><TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
></DIV
>
    </P
></DIV
></DIV
><DIV
CLASS="TOC"
><DL
><DT
><B
>Cuprins</B
></DT
><DT
><A
HREF="function.dom-domattr-isid.html"
>DOMAttr-&#62;isId</A
>&nbsp;--&nbsp;
     Checks if attribute is a defined ID
    </DT
><DT
><A
HREF="function.dom-domcharacterdata-appenddata.html"
>DOMCharacterData-&#62;appendData</A
>&nbsp;--&nbsp;
     Append the string to the end of the character data of the node.
    </DT
><DT
><A
HREF="function.dom-domcharacterdata-deletedata.html"
>DOMCharacterData-&#62;deleteData</A
>&nbsp;--&nbsp;
     Remove a range of characters from the node.
    </DT
><DT
><A
HREF="function.dom-domcharacterdata-insertdata.html"
>DOMCharacterData-&#62;insertData</A
>&nbsp;--&nbsp;
     Insert a string at the specified 16-bit unit offset.
    </DT
><DT
><A
HREF="function.dom-domcharacterdata-replacedata.html"
>DOMCharacterData-&#62;replaceData</A
>&nbsp;--&nbsp;
     Replace a substring within the DOMCharacterData node.
    </DT
><DT
><A
HREF="function.dom-domcharacterdata-substringdata.html"
>DOMCharacterData-&#62;substringData</A
>&nbsp;--&nbsp;
     Extracts a range of data from the node.
    </DT
><DT
><A
HREF="function.dom-domdocument-createattribute.html"
>DOMDocument-&#62;createAttribute</A
>&nbsp;--&nbsp;Create new attribute</DT
><DT
><A
HREF="function.dom-domdocument-createattributens.html"
>DOMDocument-&#62;createAttributeNS</A
>&nbsp;--&nbsp;
     Create new attribute node with an associated namespace
    </DT
><DT
><A
HREF="function.dom-domdocument-createcdatasection.html"
>DOMDocument-&#62;createCDATASection</A
>&nbsp;--&nbsp;Create new cdata node</DT
><DT
><A
HREF="function.dom-domdocument-createcomment.html"
>DOMDocument-&#62;createComment</A
>&nbsp;--&nbsp;Create new comment node</DT
><DT
><A
HREF="function.dom-domdocument-createdocumentfragment.html"
>DOMDocument-&#62;createDocumentFragment</A
>&nbsp;--&nbsp;Create new document fragment</DT
><DT
><A
HREF="function.dom-domdocument-createelement.html"
>DOMDocument-&#62;createElement</A
>&nbsp;--&nbsp;Create new element node</DT
><DT
><A
HREF="function.dom-domdocument-createelementns.html"
>DOMDocument-&#62;createElementNS</A
>&nbsp;--&nbsp;
     Create new element node with an associated namespace
    </DT
><DT
><A
HREF="function.dom-domdocument-createentityreference.html"
>DOMDocument-&#62;createEntityReference</A
>&nbsp;--&nbsp;Create new entity reference node</DT
><DT
><A
HREF="function.dom-domdocument-createprocessinginstruction.html"
>DOMDocument-&#62;createProcessingInstruction</A
>&nbsp;--&nbsp;Creates new PI node</DT
><DT
><A
HREF="function.dom-domdocument-createtextnode.html"
>DOMDocument-&#62;createTextNode</A
>&nbsp;--&nbsp;Create new text node</DT
><DT
><A
HREF="function.dom-domdocument-getelementbyid.html"
>DOMDocument-&#62;getElementById</A
>&nbsp;--&nbsp;Searches for an element with a certain id.</DT
><DT
><A
HREF="function.dom-domdocument-getelementsbytagname.html"
>DOMDocument-&#62;getElementsByTagName</A
>&nbsp;--&nbsp;Searches for all elements with given tag name.</DT
><DT
><A
HREF="function.dom-domdocument-getelementsbytagnamens.html"
>DOMDocument-&#62;getElementsByTagNameNS</A
>&nbsp;--&nbsp;
     Searches for all elements with given tag name in specified namespace.
    </DT
><DT
><A
HREF="function.dom-domdocument-importnode.html"
>DOMDocument-&#62;importNode</A
>&nbsp;--&nbsp;Import node into current document.</DT
><DT
><A
HREF="function.dom-domdocument-load.html"
>DOMDocument-&#62;load</A
>&nbsp;--&nbsp;
     Load XML from a file.
    </DT
><DT
><A
HREF="function.dom-domdocument-loadhtml.html"
>DOMDocument-&#62;loadHTML</A
>&nbsp;--&nbsp;
     Load HTML from a string.
    </DT
><DT
><A
HREF="function.dom-domdocument-loadhtmlfile.html"
>DOMDocument-&#62;loadHTMLFile</A
>&nbsp;--&nbsp;
     Load HTML from a file.
    </DT
><DT
><A
HREF="function.dom-domdocument-loadxml.html"
>DOMDocument-&#62;loadXML</A
>&nbsp;--&nbsp;
     Load XML from a string.
    </DT
><DT
><A
HREF="function.dom-domdocument-normalize.html"
>DOMDocument-&#62;normalize</A
>&nbsp;--&nbsp;
     Normalizes document.
    </DT
><DT
><A
HREF="function.dom-domdocument-relaxngvalidate.html"
>DOMDocument-&#62;relaxNGValidate</A
>&nbsp;--&nbsp;
     Performs relaxNG validation on the document.
    </DT
><DT
><A
HREF="function.dom-domdocument-relaxngvalidatesource.html"
>DOMDocument-&#62;relaxNGValidateSource</A
>&nbsp;--&nbsp;
     Performs relaxNG validation on the document.
    </DT
><DT
><A
HREF="function.dom-domdocument-save.html"
>DOMDocument-&#62;save</A
>&nbsp;--&nbsp;
     Dumps the internal XML tree back into a file
    </DT
><DT
><A
HREF="function.dom-domdocument-savehtml.html"
>DOMDocument-&#62;saveHTML</A
>&nbsp;--&nbsp;
     Dumps the internal document into a string using HTML formatting
    </DT
><DT
><A
HREF="function.dom-domdocument-savehtmlfile.html"
>DOMDocument-&#62;saveHTMLFile</A
>&nbsp;--&nbsp;
      Dumps the internal document back into a file using HTML formatting
    </DT
><DT
><A
HREF="function.dom-domdocument-savexml.html"
>DOMDocument-&#62;saveXML</A
>&nbsp;--&nbsp;Dumps the internal XML tree back into a string</DT
><DT
><A
HREF="function.dom-domdocument-schemavalidate.html"
>DOMDocument-&#62;schemaValidate</A
>&nbsp;--&nbsp;
     Validates a document based on a schema.
    </DT
><DT
><A
HREF="function.dom-domdocument-schemavalidatesource.html"
>DOMDocument-&#62;schemaValidateSource</A
>&nbsp;--&nbsp;
     Validates a document based on a schema.
    </DT
><DT
><A
HREF="function.dom-domdocument-validate.html"
>DOMDocument-&#62;validate</A
>&nbsp;--&nbsp;
     Validates the document based on its DTD.
    </DT
><DT
><A
HREF="function.dom-domdocument-xinclude.html"
>DOMDocument-&#62;xinclude</A
>&nbsp;--&nbsp;
         Substitutes XIncludes in a DOMDocument Object. 
    </DT
><DT
><A
HREF="function.dom-domelement-getattribute.html"
>DOMElement-&#62;getAttribute</A
>&nbsp;--&nbsp;Returns value of attribute</DT
><DT
><A
HREF="function.dom-domelement-getattributenode.html"
>DOMElement-&#62;getAttributeNode</A
>&nbsp;--&nbsp;Returns attribute node</DT
><DT
><A
HREF="function.dom-domelement-getattributenodens.html"
>DOMElement-&#62;getAttributeNodeNS</A
>&nbsp;--&nbsp;
     Returns attribute node
    </DT
><DT
><A
HREF="function.dom-domelement-getattributens.html"
>DOMElement-&#62;getAttributeNS</A
>&nbsp;--&nbsp;Returns value of attribute</DT
><DT
><A
HREF="function.dom-domelement-getelementsbytagname.html"
>DOMElement-&#62;getElementsByTagName</A
>&nbsp;--&nbsp;Gets elements by tagname</DT
><DT
><A
HREF="function.dom-domelement-getelementsbytagnamens.html"
>DOMElement-&#62;getElementsByTagNameNS</A
>&nbsp;--&nbsp;Get elements by namespaceURI and localName</DT
><DT
><A
HREF="function.dom-domelement-hasattribute.html"
>DOMElement-&#62;hasAttribute</A
>&nbsp;--&nbsp;Checks to see if attribute exists</DT
><DT
><A
HREF="function.dom-domelement-hasattributens.html"
>DOMElement-&#62;hasAttributeNS</A
>&nbsp;--&nbsp;
     Checks to see if attribute exists
    </DT
><DT
><A
HREF="function.dom-domelement-removeattribute.html"
>DOMElement-&#62;removeAttribute</A
>&nbsp;--&nbsp;Removes attribute</DT
><DT
><A
HREF="function.dom-domelement-removeattributenode.html"
>DOMElement-&#62;removeAttributeNode</A
>&nbsp;--&nbsp;Removes attribute</DT
><DT
><A
HREF="function.dom-domelement-removeattributens.html"
>DOMElement-&#62;removeAttributeNS</A
>&nbsp;--&nbsp;Removes attribute</DT
><DT
><A
HREF="function.dom-domelement-setattribute.html"
>DOMElement-&#62;setAttribute</A
>&nbsp;--&nbsp;Adds new attribute</DT
><DT
><A
HREF="function.dom-domelement-setattributenode.html"
>DOMElement-&#62;setAttributeNode</A
>&nbsp;--&nbsp;Adds new attribute node to element</DT
><DT
><A
HREF="function.dom-domelement-setattributenodens.html"
>DOMElement-&#62;setAttributeNodeNS</A
>&nbsp;--&nbsp;Adds new attribute node to element</DT
><DT
><A
HREF="function.dom-domelement-setattributens.html"
>DOMElement-&#62;setAttributeNS</A
>&nbsp;--&nbsp;Adds new attribute</DT
><DT
><A
HREF="function.dom-domimplementation-createdocument.html"
>DOMImplementation-&#62;createDocument</A
>&nbsp;--&nbsp;
     Creates a DOM Document object of the specified type with its document element.
    </DT
><DT
><A
HREF="function.dom-domimplementation-createdocumenttype.html"
>DOMImplementation-&#62;createDocumentType</A
>&nbsp;--&nbsp;
     Creates an empty DOMDocumentType object.
    </DT
><DT
><A
HREF="function.dom-domimplementation-hasfeature.html"
>DOMImplementation-&#62;hasFeature</A
>&nbsp;--&nbsp;
     Test if the DOM implementation implements a specific feature and version.
    </DT
><DT
><A
HREF="function.dom-domnamednodemap-getnameditem.html"
>DOMNamedNodeMap-&#62;getNamedItem</A
>&nbsp;--&nbsp;
     Retrieves a node specified by name.
    </DT
><DT
><A
HREF="function.dom-domnamednodemap-getnameditemns.html"
>DOMNamedNodeMap-&#62;getNamedItemNS</A
>&nbsp;--&nbsp;
     Retrieves a node specified by local name and namespace URI.
    </DT
><DT
><A
HREF="function.dom-domnamednodemap-item.html"
>DOMNamedNodeMap-&#62;item</A
>&nbsp;--&nbsp;Retrieves a node specified by index.</DT
><DT
><A
HREF="function.dom-domnode-appendchild.html"
>DOMNode-&#62;appendChild</A
>&nbsp;--&nbsp;
     Adds new child at the end of the children
    </DT
><DT
><A
HREF="function.dom-domnode-clonenode.html"
>DOMNode-&#62;cloneNode</A
>&nbsp;--&nbsp;
     Clones a node
    </DT
><DT
><A
HREF="function.dom-domnode-hasattributes.html"
>DOMNode-&#62;hasAttributes</A
>&nbsp;--&nbsp;
     Checks if node has attributes
    </DT
><DT
><A
HREF="function.dom-domnode-haschildnodes.html"
>DOMNode-&#62;hasChildNodes</A
>&nbsp;--&nbsp;
     Checks if node has children
    </DT
><DT
><A
HREF="function.dom-domnode-insertbefore.html"
>DOMNode-&#62;insertBefore</A
>&nbsp;--&nbsp;
     Adds new child at the end of the children
    </DT
><DT
><A
HREF="function.dom-domnode-issamenode.html"
>DOMNode-&#62;isSameNode</A
>&nbsp;--&nbsp;
     Indicates if two nodes are the same node.
    </DT
><DT
><A
HREF="function.dom-domnode-issupported.html"
>DOMNode-&#62;isSupported</A
>&nbsp;--&nbsp;
     Checks if feature is supported for specified version.
    </DT
><DT
><A
HREF="function.dom-domnode-lookupnamespaceuri.html"
>DOMNode-&#62;lookupNamespaceURI</A
>&nbsp;--&nbsp;
     Returns namespace URI of the node based on the prefix.
    </DT
><DT
><A
HREF="function.dom-domnode-lookupprefix.html"
>DOMNode-&#62;lookupPrefix</A
>&nbsp;--&nbsp;
     Returns name space prefix of the node based on namespaceURI.
    </DT
><DT
><A
HREF="function.dom-domnode-normalize.html"
>DOMNode-&#62;normalize</A
>&nbsp;--&nbsp;
     Normalizes the node.
    </DT
><DT
><A
HREF="function.dom-domnode-removechild.html"
>DOMNode-&#62;removeChild</A
>&nbsp;--&nbsp;
     Removes child from list of children
    </DT
><DT
><A
HREF="function.dom-domnode-replacechild.html"
>DOMNode-&#62;replaceChild</A
>&nbsp;--&nbsp;
     Replaces a child
    </DT
><DT
><A
HREF="function.dom-domnodelist-item.html"
>DOMNodelist-&#62;item</A
>&nbsp;--&nbsp;
     Retrieves a node specified by index.
    </DT
><DT
><A
HREF="function.dom-domtext-iswhitespaceinelementcontent.html"
>DOMText-&#62;isWhitespaceInElementContent</A
>&nbsp;--&nbsp;
     Indicates whether this text node contains whitespace.
    </DT
><DT
><A
HREF="function.dom-domtext-splittext.html"
>DOMText-&#62;splitText</A
>&nbsp;--&nbsp;
     Breaks this node into two nodes at the specified offset.
    </DT
><DT
><A
HREF="function.dom-domxpath-query.html"
>DOMXPath-&#62;query</A
>&nbsp;--&nbsp;
     Evaluates the XPath expression in the given string 
    </DT
><DT
><A
HREF="function.dom-domxpath-registernamespace.html"
>DOMXPath-&#62;registerNamespace</A
>&nbsp;--&nbsp;
     Registers the namespace with the DOMXpath object.
    </DT
></DL
></DIV
></DIV
></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.scandir.html"
ACCESSKEY="P"
>Înapoi</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Acas&#227;</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="function.dom-domattr-isid.html"
ACCESSKEY="N"
>Înainte</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>scandir</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="funcref.html"
ACCESSKEY="U"
>Sus</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>DOMAttr-&#62;isId</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>