Skip to content

Commit dde0a1b

Browse files
committed
Clarify DomNode::$ownerDocument description
php/doc-en@3a5f432
1 parent 83acd50 commit dde0a1b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

reference/dom/domnode.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: d75a54118772b34c7a538962ac5f994900c99690 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 3a5f4322449f2d4c5caa61afb4e4188872389728 Maintainer: takagi Status: ready -->
44
<!-- Credits: mumumu,jdkfx -->
55
<reference xml:id="class.domnode" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
66
<title>DOMNode クラス</title>
@@ -351,8 +351,9 @@
351351
<term><varname>ownerDocument</varname></term>
352352
<listitem>
353353
<para>
354-
このノードに関連付けられている <classname>DOMDocument</classname> オブジェクト
355-
このノードが <classname>DOMDocument</classname> だった場合は、&null;
354+
このノードに関連付けられている <classname>DOMDocument</classname> オブジェクト。
355+
このノードが関連付けられた文書を持たない場合は &null;
356+
(例: ノードがデタッチされているか、<classname>DOMDocument</classname> だった場合)
356357
</para>
357358
</listitem>
358359
</varlistentry>

0 commit comments

Comments
 (0)