1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-25 07:52:21 +01:00
Files
archived-doc-es/reference/dom/domdocumenttype.xml
Pedro Antonio Gil Rodríguez 5af4de0263 Actualización a la últma versión
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@332190 c90b9560-bf6c-de11-be94-00142212c4b1
2013-11-23 12:33:44 +00:00

193 lines
6.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: b1542c57d8940447f87990063807ca147fd23f2b Maintainer: seros Status: ready -->
<!-- Reviewed: no -->
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.domdocumenttype" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>La clase DOMDocumentType</title>
<titleabbrev>DOMDocumentType</titleabbrev>
<partintro>
<!-- {{{ DOMDocumentType intro -->
<section xml:id="domdocumenttype.intro">
&reftitle.intro;
<para>
Cada <classname>DOMDocument</classname> tiene un atributo <literal>doctype</literal>
cuyo valor es &null; o un objeto <classname>DOMDocumentType</classname>.
</para>
</section>
<!-- }}} -->
<section xml:id="domdocumenttype.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<classsynopsis>
<ooclass><classname>DOMDocumentType</classname></ooclass>
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
<classname>DOMDocumentType</classname>
</ooclass>
<!-- If the class extends another one, use this -->
<ooclass>
<modifier>extends</modifier>
<classname>DOMNode</classname>
</ooclass>
</classsynopsisinfo>
<!-- }}} -->
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
<!-- If the property is documented below (xml:id=domdocumenttype.props) use this -->
<fieldsynopsis>
<modifier>readonly</modifier>
<modifier>public</modifier>
<type>string</type>
<varname linkend="domdocumenttype.props.publicid">publicId</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>readonly</modifier>
<modifier>public</modifier>
<type>string</type>
<varname linkend="domdocumenttype.props.systemid">systemId</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>readonly</modifier>
<modifier>public</modifier>
<type>string</type>
<varname linkend="domdocumenttype.props.name">name</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>readonly</modifier>
<modifier>public</modifier>
<type>DOMNamedNodeMap</type>
<varname linkend="domdocumenttype.props.entities">entities</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>readonly</modifier>
<modifier>public</modifier>
<type>DOMNamedNodeMap</type>
<varname linkend="domdocumenttype.props.notations">notations</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>readonly</modifier>
<modifier>public</modifier>
<type>string</type>
<varname linkend="domdocumenttype.props.internalsubset">internalSubset</varname>
</fieldsynopsis>
<!--
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domdocumenttype')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
-->
<!-- Again, if the class extends a class use this -->
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.domnode')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
</classsynopsis>
<!-- }}} -->
</section>
<!-- {{{ DOMDocumentType properties -->
<section xml:id="domdocumenttype.props">
&reftitle.properties;
<variablelist>
<varlistentry xml:id="domdocumenttype.props.publicid">
<term><varname>publicId</varname></term>
<listitem>
<para>El identificador público del subconjunto externo.</para>
</listitem>
</varlistentry>
<varlistentry xml:id="domdocumenttype.props.systemid">
<term><varname>systemId</varname></term>
<listitem>
<para>
El identificador de sistema del subconjunto externo. Puede ser o no una
URI absoluta.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="domdocumenttype.props.name">
<term><varname>name</varname></term>
<listitem>
<para>
El nombre del DTD; es decir, el nombre que siguie inmediatemante a la
palabra clave <literal>DOCTYPE</literal>.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="domdocumenttype.props.entities">
<term><varname>entities</varname></term>
<listitem>
<para>
Un objeto <classname>DOMNamedNodeMap</classname> que contiene las entidades
generales, externas e internas, declaradas en el DTD.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="domdocumenttype.props.notations">
<term><varname>notations</varname></term>
<listitem>
<para>
Un objeto <classname>DOMNamedNodeMap</classname> que contiene las notaciones
declaradas en el DTD.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="domdocumenttype.props.internalsubset">
<term><varname>internalSubset</varname></term>
<listitem>
<para>
El subconjunto interno como cadena, o null si no hay ninguno. No contiene
los corchetes delimitadores.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<!-- }}} -->
<!-- {{{ See also -->
<!--
<section role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><link xlink:href="&url.spec.dom3.;">W3C specification for</link></member>
</simplelist>
</para>
</section>
-->
<!-- }}} -->
</partintro>
</phpdoc:classref>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->