mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
migrating tidy to PHP 5 OO style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155720 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6ab4f62f5c
commit
400419684f
9 changed files with 90 additions and 36 deletions
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.tidy-node-has-children">
|
||||
<refentry id="function.tidy-node-hasChildren">
|
||||
<refnamediv>
|
||||
<refname>tidy_node->has_children</refname>
|
||||
<refname>tidy_node->hasChildren</refname>
|
||||
<refpurpose>
|
||||
Returns true if this node has children
|
||||
</refpurpose>
|
||||
|
@ -10,12 +10,18 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>tidy_node->has_children</methodname>
|
||||
<type>bool</type><methodname>tidy_node->hasChildren</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
&warn.undocumented.func;
|
||||
|
||||
<note>
|
||||
<para>
|
||||
This functions was named <function>tidy_node->has_children</function> in
|
||||
PHP4/Tidy 1.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.tidy-node-has-siblings">
|
||||
<refentry id="function.tidy-node-hasSiblings">
|
||||
<refnamediv>
|
||||
<refname>tidy_node->has_siblings</refname>
|
||||
<refname>tidy_node->hasSiblings</refname>
|
||||
<refpurpose>
|
||||
Returns true if this node has siblings
|
||||
</refpurpose>
|
||||
|
@ -10,12 +10,18 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>tidy_node->has_siblings</methodname>
|
||||
<type>bool</type><methodname>tidy_node->hasSiblings</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
&warn.undocumented.func;
|
||||
|
||||
<note>
|
||||
<para>
|
||||
This functions was named <function>tidy_node->has_siblings</function> in
|
||||
PHP4/Tidy 1.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.tidy-node-is-asp">
|
||||
<refentry id="function.tidy-node-isAsp">
|
||||
<refnamediv>
|
||||
<refname>tidy_node->is_asp</refname>
|
||||
<refname>tidy_node->isAsp</refname>
|
||||
<refpurpose>
|
||||
Returns true if this node is ASP
|
||||
</refpurpose>
|
||||
|
@ -10,12 +10,18 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>tidy_node->is_asp</methodname>
|
||||
<type>bool</type><methodname>tidy_node->isAsp</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
&warn.undocumented.func;
|
||||
|
||||
<note>
|
||||
<para>
|
||||
This functions was named <function>tidy_node->is_asp</function> in
|
||||
PHP4/Tidy 1.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.tidy-node-is-comment">
|
||||
<refentry id="function.tidy-node-isComment">
|
||||
<refnamediv>
|
||||
<refname>tidy_node->is_comment</refname>
|
||||
<refname>tidy_node->isComment</refname>
|
||||
<refpurpose>
|
||||
Returns true if this node represents a comment
|
||||
</refpurpose>
|
||||
|
@ -10,12 +10,18 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>tidy_node->is_comment</methodname>
|
||||
<type>bool</type><methodname>tidy_node->isComment</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
&warn.undocumented.func;
|
||||
|
||||
<note>
|
||||
<para>
|
||||
This functions was named <function>tidy_node->is_comment</function> in
|
||||
PHP4/Tidy 1.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.tidy-node-is-html">
|
||||
<refentry id="function.tidy-node-isHtml">
|
||||
<refnamediv>
|
||||
<refname>tidy_node->is_html</refname>
|
||||
<refname>tidy_node->isHtml</refname>
|
||||
<refpurpose>
|
||||
Returns true if this node is part of a HTML document
|
||||
</refpurpose>
|
||||
|
@ -10,12 +10,18 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>tidy_node->is_html</methodname>
|
||||
<type>bool</type><methodname>tidy_node->isHtml</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
&warn.undocumented.func;
|
||||
|
||||
<note>
|
||||
<para>
|
||||
This functions was named <function>tidy_node->is_html</function> in
|
||||
PHP4/Tidy 1.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.tidy-node-is-jste">
|
||||
<refentry id="function.tidy-node-isJste">
|
||||
<refnamediv>
|
||||
<refname>tidy_node->is_jste</refname>
|
||||
<refname>tidy_node->isJste</refname>
|
||||
<refpurpose>
|
||||
Returns true if this node is JSTE
|
||||
</refpurpose>
|
||||
|
@ -10,12 +10,18 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>tidy_node->is_jste</methodname>
|
||||
<type>bool</type><methodname>tidy_node->isJste</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
&warn.undocumented.func;
|
||||
|
||||
<note>
|
||||
<para>
|
||||
This functions was named <function>tidy_node->is_jste</function> in
|
||||
PHP4/Tidy 1.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.tidy-node-is-text">
|
||||
<refentry id="function.tidy-node-isText">
|
||||
<refnamediv>
|
||||
<refname>tidy_node->is_text</refname>
|
||||
<refname>tidy_node->isText</refname>
|
||||
<refpurpose>
|
||||
Returns true if this node represents text (no markup)
|
||||
</refpurpose>
|
||||
|
@ -10,12 +10,18 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>tidy_node->is_text</methodname>
|
||||
<type>bool</type><methodname>tidy_node->isText</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
&warn.undocumented.func;
|
||||
|
||||
<note>
|
||||
<para>
|
||||
This functions was named <function>tidy_node->is_text</function> in
|
||||
PHP4/Tidy 1.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
14
reference/tidy/functions/tidy-node-is-xhtml.xml → reference/tidy/functions/tidy-node-isXhtml.xml
Normal file → Executable file
14
reference/tidy/functions/tidy-node-is-xhtml.xml → reference/tidy/functions/tidy-node-isXhtml.xml
Normal file → Executable file
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.tidy-node-is-xhtml">
|
||||
<refentry id="function.tidy-node-isXhtml">
|
||||
<refnamediv>
|
||||
<refname>tidy_node->is_xhtml</refname>
|
||||
<refname>tidy_node->isXhtml</refname>
|
||||
<refpurpose>
|
||||
Returns true if this node is part of a XHTML document
|
||||
</refpurpose>
|
||||
|
@ -10,12 +10,18 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>tidy_node->is_xhtml</methodname>
|
||||
<type>bool</type><methodname>tidy_node->isXhtml</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
&warn.undocumented.func;
|
||||
|
||||
<note>
|
||||
<para>
|
||||
This functions was named <function>tidy_node->is_xhtml</function> in
|
||||
PHP4/Tidy 1.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.tidy-node-is-xml">
|
||||
<refentry id="function.tidy-node-isXml">
|
||||
<refnamediv>
|
||||
<refname>tidy_node->is_xml</refname>
|
||||
<refname>tidy_node->isXml</refname>
|
||||
<refpurpose>
|
||||
Returns true if this node is part of a XML document
|
||||
</refpurpose>
|
||||
|
@ -10,12 +10,18 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>tidy_node->is_xml</methodname>
|
||||
<type>bool</type><methodname>tidy_node->isXml</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
&warn.undocumented.func;
|
||||
|
||||
<note>
|
||||
<para>
|
||||
This functions was named <function>tidy_node->is_xml</function> in
|
||||
PHP4/Tidy 1.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
Loading…
Reference in a new issue