betz Wed Nov 26 20:14:10 2003 EDT Added files: /phpdoc/en/reference/tidy/functions tidy-node-attributes.xml tidy-node-children.xml tidy-node-get-attr.xml tidy-node-get-nodes.xml tidy-node-has-children.xml tidy-node-has-siblings.xml tidy-node-is-asp.xml tidy-node-is-comment.xml tidy-node-is-html.xml tidy-node-is-jsp.xml tidy-node-is-jste.xml tidy-node-is-text.xml tidy-node-is-xhtml.xml tidy-node-is-xml.xml tidy-node-next.xml tidy-node-prev.xml tidy-node-tidy-node.xml
Removed files: /phpdoc/en/reference/tidy/functions tidy-node::attributes.xml tidy-node::children.xml tidy-node::get-attr.xml tidy-node::get-nodes.xml tidy-node::has-children.xml tidy-node::has-siblings.xml tidy-node::is-asp.xml tidy-node::is-comment.xml tidy-node::is-html.xml tidy-node::is-jsp.xml tidy-node::is-jste.xml tidy-node::is-text.xml tidy-node::is-xhtml.xml tidy-node::is-xml.xml tidy-node::next.xml tidy-node::prev.xml tidy-node::tidy-node.xml Log: tidy func names cleanup
Index: phpdoc/en/reference/tidy/functions/tidy-node-attributes.xml +++ phpdoc/en/reference/tidy/functions/tidy-node-attributes.xml <?xml version='1.0' encoding='iso-8859-1'?> <!-- $Revision: 1.1 $ --> <refentry id="function.tidy-node-attributes"> <refnamediv> <refname>tidy_node->attributes</refname> <refpurpose> Returns an array of attribute objects for node </refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <type>array</type><methodname>tidy_node->attributes</methodname> <void/> </methodsynopsis> &warn.undocumented.func; </refsect1> </refentry> <!-- 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:"../../../../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 --> Index: phpdoc/en/reference/tidy/functions/tidy-node-children.xml +++ phpdoc/en/reference/tidy/functions/tidy-node-children.xml <?xml version='1.0' encoding='iso-8859-1'?> <!-- $Revision: 1.1 $ --> <refentry id="function.tidy-node-children"> <refnamediv> <refname>tidy_node->children</refname> <refpurpose> Returns an array of child nodes </refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <type>array</type><methodname>tidy_node->children</methodname> <void/> </methodsynopsis> &warn.undocumented.func; </refsect1> </refentry> <!-- 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:"../../../../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 --> Index: phpdoc/en/reference/tidy/functions/tidy-node-get-attr.xml +++ phpdoc/en/reference/tidy/functions/tidy-node-get-attr.xml <?xml version='1.0' encoding='iso-8859-1'?> <!-- $Revision: 1.1 $ --> <refentry id="function.tidy-node-get-attr"> <refnamediv> <refname>tidy_node->get_attr</refname> <refpurpose> Return the attribute with the provided attribute id </refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <type>tidy_attr</type><methodname>tidy_node->get_attr</methodname> <methodparam><type>int</type><parameter>attrib_id</parameter></methodparam> </methodsynopsis> &warn.undocumented.func; </refsect1> </refentry> <!-- 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:"../../../../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 --> Index: phpdoc/en/reference/tidy/functions/tidy-node-get-nodes.xml +++ phpdoc/en/reference/tidy/functions/tidy-node-get-nodes.xml <?xml version='1.0' encoding='iso-8859-1'?> <!-- $Revision: 1.1 $ --> <refentry id="function.tidy-node-get-nodes"> <refnamediv> <refname>tidy_node->get_nodes</refname> <refpurpose> Return an array of nodes under this node with the specified id </refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <type>array</type><methodname>tidy_node->get_nodes</methodname> <methodparam><type>int</type><parameter>node_id</parameter></methodparam> </methodsynopsis> &warn.undocumented.func; </refsect1> </refentry> <!-- 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:"../../../../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 --> Index: phpdoc/en/reference/tidy/functions/tidy-node-has-children.xml +++ phpdoc/en/reference/tidy/functions/tidy-node-has-children.xml <?xml version='1.0' encoding='iso-8859-1'?> <!-- $Revision: 1.1 $ --> <refentry id="function.tidy-node-has-children"> <refnamediv> <refname>tidy_node->has_children</refname> <refpurpose> Returns true if this node has children </refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <type>bool</type><methodname>tidy_node->has_children</methodname> <void/> </methodsynopsis> &warn.undocumented.func; </refsect1> </refentry> <!-- 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:"../../../../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 --> Index: phpdoc/en/reference/tidy/functions/tidy-node-has-siblings.xml +++ phpdoc/en/reference/tidy/functions/tidy-node-has-siblings.xml <?xml version='1.0' encoding='iso-8859-1'?> <!-- $Revision: 1.1 $ --> <refentry id="function.tidy-node-has-siblings"> <refnamediv> <refname>tidy_node->has_siblings</refname> <refpurpose> Returns true if this node has siblings </refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <type>bool</type><methodname>tidy_node->has_siblings</methodname> <void/> </methodsynopsis> &warn.undocumented.func; </refsect1> </refentry> <!-- 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:"../../../../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 --> Index: phpdoc/en/reference/tidy/functions/tidy-node-is-asp.xml +++ phpdoc/en/reference/tidy/functions/tidy-node-is-asp.xml <?xml version='1.0' encoding='iso-8859-1'?> <!-- $Revision: 1.1 $ --> <refentry id="function.tidy-node-is-asp"> <refnamediv> <refname>tidy_node->is_asp</refname> <refpurpose> Returns true if this node is ASP </refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <type>bool</type><methodname>tidy_node->is_asp</methodname> <void/> </methodsynopsis> &warn.undocumented.func; </refsect1> </refentry> <!-- 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:"../../../../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 --> Index: phpdoc/en/reference/tidy/functions/tidy-node-is-comment.xml +++ phpdoc/en/reference/tidy/functions/tidy-node-is-comment.xml <?xml version='1.0' encoding='iso-8859-1'?> <!-- $Revision: 1.1 $ --> <refentry id="function.tidy-node-is-comment"> <refnamediv> <refname>tidy_node->is_comment</refname> <refpurpose> Returns true if this node represents a comment </refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <type>bool</type><methodname>tidy_node->is_comment</methodname> <void/> </methodsynopsis> &warn.undocumented.func; </refsect1> </refentry> <!-- 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:"../../../../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 --> Index: phpdoc/en/reference/tidy/functions/tidy-node-is-html.xml +++ phpdoc/en/reference/tidy/functions/tidy-node-is-html.xml <?xml version='1.0' encoding='iso-8859-1'?> <!-- $Revision: 1.1 $ --> <refentry id="function.tidy-node-is-html"> <refnamediv> <refname>tidy_node->is_html</refname> <refpurpose> Returns true if this node is part of a HTML document </refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <type>bool</type><methodname>tidy_node->is_html</methodname> <void/> </methodsynopsis> &warn.undocumented.func; </refsect1> </refentry> <!-- 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:"../../../../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 --> Index: phpdoc/en/reference/tidy/functions/tidy-node-is-jsp.xml +++ phpdoc/en/reference/tidy/functions/tidy-node-is-jsp.xml <?xml version='1.0' encoding='iso-8859-1'?> <!-- $Revision: 1.1 $ --> <refentry id="function.tidy-node-is-jsp"> <refnamediv> <refname>tidy_node->is_jsp</refname> <refpurpose> Returns true if this node is JSP </refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <type>bool</type><methodname>tidy_node->is_jsp</methodname> <void/> </methodsynopsis> &warn.undocumented.func; </refsect1> </refentry> <!-- 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:"../../../../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 --> Index: phpdoc/en/reference/tidy/functions/tidy-node-is-jste.xml +++ phpdoc/en/reference/tidy/functions/tidy-node-is-jste.xml <?xml version='1.0' encoding='iso-8859-1'?> <!-- $Revision: 1.1 $ --> <refentry id="function.tidy-node-is-jste"> <refnamediv> <refname>tidy_node->is_jste</refname> <refpurpose> Returns true if this node is JSTE </refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <type>bool</type><methodname>tidy_node->is_jste</methodname> <void/> </methodsynopsis> &warn.undocumented.func; </refsect1> </refentry> <!-- 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:"../../../../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 --> Index: phpdoc/en/reference/tidy/functions/tidy-node-is-text.xml +++ phpdoc/en/reference/tidy/functions/tidy-node-is-text.xml <?xml version='1.0' encoding='iso-8859-1'?> <!-- $Revision: 1.1 $ --> <refentry id="function.tidy-node-is-text"> <refnamediv> <refname>tidy_node->is_text</refname> <refpurpose> Returns true if this node represents text (no markup) </refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <type>bool</type><methodname>tidy_node->is_text</methodname> <void/> </methodsynopsis> &warn.undocumented.func; </refsect1> </refentry> <!-- 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:"../../../../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 --> Index: phpdoc/en/reference/tidy/functions/tidy-node-is-xhtml.xml +++ phpdoc/en/reference/tidy/functions/tidy-node-is-xhtml.xml <?xml version='1.0' encoding='iso-8859-1'?> <!-- $Revision: 1.1 $ --> <refentry id="function.tidy-node-is-xhtml"> <refnamediv> <refname>tidy_node->is_xhtml</refname> <refpurpose> Returns true if this node is part of a XHTML document </refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <type>bool</type><methodname>tidy_node->is_xhtml</methodname> <void/> </methodsynopsis> &warn.undocumented.func; </refsect1> </refentry> <!-- 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:"../../../../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 --> Index: phpdoc/en/reference/tidy/functions/tidy-node-is-xml.xml +++ phpdoc/en/reference/tidy/functions/tidy-node-is-xml.xml <?xml version='1.0' encoding='iso-8859-1'?> <!-- $Revision: 1.1 $ --> <refentry id="function.tidy-node-is-xml"> <refnamediv> <refname>tidy_node->is_xml</refname> <refpurpose> Returns true if this node is part of a XML document </refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <type>bool</type><methodname>tidy_node->is_xml</methodname> <void/> </methodsynopsis> &warn.undocumented.func; </refsect1> </refentry> <!-- 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:"../../../../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 --> Index: phpdoc/en/reference/tidy/functions/tidy-node-next.xml +++ phpdoc/en/reference/tidy/functions/tidy-node-next.xml <?xml version='1.0' encoding='iso-8859-1'?> <!-- $Revision: 1.1 $ --> <refentry id="function.tidy-node-next"> <refnamediv> <refname>tidy_node->next</refname> <refpurpose> Returns the next sibling to this node </refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <type>tidy_node</type><methodname>tidy_node->next</methodname> <void/> </methodsynopsis> &warn.undocumented.func; </refsect1> </refentry> <!-- 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:"../../../../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 --> Index: phpdoc/en/reference/tidy/functions/tidy-node-prev.xml +++ phpdoc/en/reference/tidy/functions/tidy-node-prev.xml <?xml version='1.0' encoding='iso-8859-1'?> <!-- $Revision: 1.1 $ --> <refentry id="function.tidy-node-prev"> <refnamediv> <refname>tidy_node->prev</refname> <refpurpose> Returns the previous sibiling to this node </refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <type>tidy_node</type><methodname>tidy_node->prev</methodname> <void/> </methodsynopsis> &warn.undocumented.func; </refsect1> </refentry> <!-- 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:"../../../../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 --> Index: phpdoc/en/reference/tidy/functions/tidy-node-tidy-node.xml +++ phpdoc/en/reference/tidy/functions/tidy-node-tidy-node.xml <?xml version='1.0' encoding='iso-8859-1'?> <!-- $Revision: 1.1 $ --> <refentry id="function.tidy-node-tidy-node"> <refnamediv> <refname>tidy_node->tidy_node</refname> <refpurpose> Constructor. </refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <type>void</type><methodname>tidy_node->tidy_node</methodname> <void/> </methodsynopsis> &warn.undocumented.func; </refsect1> </refentry> <!-- 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:"../../../../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 -->