@@ -1725,6 +1725,31 @@ object</parameter></term><listitem><para>手続き型のみ: <function>date_crea
17251725 <link linkend =" libxml.constants" >追加の Libxml パラメータ</link > を、ビット演算子の <literal >OR</literal > で指定します。
17261726</para >'>
17271727
1728+ !!!
1729+ <!ENTITY dom.parameter.compliant.options '&dom.parameter.options;
1730+ <simpara xmlns =" http://docbook.org/ns/docbook" >
1731+ It is also possible to pass <constant >Dom\HTML_NO_DEFAULT_NS</constant >
1732+ to disable the use of the HTML namespace and the template element.
1733+ This should only be used if the implications are properly understood.
1734+ </simpara >'>
1735+
1736+ !!!
1737+ <!ENTITY dom.parameter.compliant.encoding '<simpara xmlns =" http://docbook.org/ns/docbook" >
1738+ The encoding that the document was created in.
1739+ If not provided, it will attempt to determine the encoding that is most likely used.
1740+ </simpara >'>
1741+
1742+ !!!
1743+ <!ENTITY dom.parser.compliant.note.whitespace '<refsect1 role =" notes" xmlns =" http://docbook.org/ns/docbook" >
1744+ &reftitle.notes;
1745+ <note >
1746+ <simpara >
1747+ Whitespace in the <literal >html</literal > and <literal >head</literal > tags
1748+ is not considered significant and may lose formatting.
1749+ </simpara >
1750+ </note >
1751+ </refsect1 >'>
1752+
17281753<!ENTITY dom.parameters.register_node_ns '<varlistentry xmlns =" http://docbook.org/ns/docbook" >
17291754 <term ><parameter >registerNodeNS</parameter ></term >
17301755 <listitem >
@@ -1736,6 +1761,15 @@ object</parameter></term><listitem><para>手続き型のみ: <function>date_crea
17361761 </listitem >
17371762</varlistentry >'>
17381763
1764+ !!!
1765+ <!ENTITY dom.parameters.serialize.options '<simpara xmlns =" http://docbook.org/ns/docbook" >
1766+ Additional Options.
1767+ The <constant >LIBXML_NOEMPTYTAG</constant >
1768+ and <constant >LIBXML_NOXMLDECL</constant > options are supported.
1769+ Prior to PHP 8.3.0, only the <constant >LIBXML_NOEMPTYTAG</constant >
1770+ option is supported.
1771+ </simpara >'>
1772+
17391773<!ENTITY dom.errors.hierarchy.parent '<varlistentry xmlns =" http://docbook.org/ns/docbook" >
17401774 <term ><constant >DOM_HIERARCHY_REQUEST_ERR</constant ></term >
17411775 <listitem >
@@ -1766,6 +1800,29 @@ object</parameter></term><listitem><para>手続き型のみ: <function>date_crea
17661800 </listitem >
17671801</varlistentry >'>
17681802
1803+ !!!
1804+ <!ENTITY dom.errors.compliant.wrong_document '<listitem xmlns =" http://docbook.org/ns/docbook" >
1805+ <simpara >
1806+ Throws a <exceptionname >Dom\DOMException</exceptionname > with code
1807+ <constant >Dom\WRONG_DOCUMENT_ERR</constant > if <parameter >node</parameter >
1808+ is from another document.
1809+ </simpara >
1810+ </listitem >'>
1811+
1812+ !!!
1813+ <!ENTITY dom.errors.compliant.common '<listitem xmlns =" http://docbook.org/ns/docbook" >
1814+ <simpara >
1815+ Throws a <exceptionname >ValueError</exceptionname > if
1816+ <parameter >options</parameter > contains an invalid option.
1817+ </simpara >
1818+ </listitem >
1819+ <listitem >
1820+ <simpara >
1821+ Throws a <exceptionname >ValueError</exceptionname > if
1822+ <parameter >overrideEncoding</parameter > is an unknown encoding.
1823+ </simpara >
1824+ </listitem >'>
1825+
17691826<!ENTITY dom.changelog.previous_hierarchy_exception 'これより前のバージョンでは、エラーコード <constant xmlns =" http://docbook.org/ns/docbook" >DOM_HIERARCHY_REQUEST_ERR</constant > を持つ <classname xmlns =" http://docbook.org/ns/docbook" >DOMException</classname > がスローされていました。'>
17701827
17711828<!ENTITY dom.c14n.xpath_array '<listitem xmlns =" http://docbook.org/ns/docbook" >
0 commit comments