Files
php-doc-ru/reference/tidy/constants.xml
2024-07-07 23:40:38 +03:00

709 lines
26 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 423252b252bbb0d54ed044b279caa7938f755226 Maintainer: aur Status: ready -->
<!-- Reviewed: no -->
<appendix xml:id="tidy.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&extension.constants;
<para>
Каждая константа вида <literal>TIDY_TAG_XXX</literal> представляет HTML-тег.
Например, константа <constant>TIDY_TAG_A</constant> представляет тег
<literal>"&lt;a href="XX"&gt;link&lt;/a&gt;"</literal>.
</para>
<para>
В модуле определены следующие константы:
<table xml:id="tidy.constants.tag">
<title>Константы Tidy, соответствующие тегам</title>
<tgroup cols="2">
<thead>
<row>
<entry>Константа</entry>
<entry>Примечания</entry>
</row>
</thead>
<tbody>
<row xml:id="constant.tidy-tag-unknown">
<entry><constant>TIDY_TAG_UNKNOWN</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-a">
<entry><constant>TIDY_TAG_A</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-abbr">
<entry><constant>TIDY_TAG_ABBR</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-acronym">
<entry><constant>TIDY_TAG_ACRONYM</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-address">
<entry><constant>TIDY_TAG_ADDRESS</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-align">
<entry><constant>TIDY_TAG_ALIGN</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-applet">
<entry><constant>TIDY_TAG_APPLET</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-area">
<entry><constant>TIDY_TAG_AREA</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-article">
<entry><constant>TIDY_TAG_ARTICLE</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-aside">
<entry><constant>TIDY_TAG_ASIDE</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-audio">
<entry><constant>TIDY_TAG_AUDIO</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-b">
<entry><constant>TIDY_TAG_B</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-base">
<entry><constant>TIDY_TAG_BASE</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-basefont">
<entry><constant>TIDY_TAG_BASEFONT</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-bdi">
<entry><constant>TIDY_TAG_BDI</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-bdo">
<entry><constant>TIDY_TAG_BDO</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-bgsound">
<entry><constant>TIDY_TAG_BGSOUND</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-big">
<entry><constant>TIDY_TAG_BIG</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-blink">
<entry><constant>TIDY_TAG_BLINK</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-blockquote">
<entry><constant>TIDY_TAG_BLOCKQUOTE</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-body">
<entry><constant>TIDY_TAG_BODY</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-br">
<entry><constant>TIDY_TAG_BR</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-button">
<entry><constant>TIDY_TAG_BUTTON</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-canvas">
<entry><constant>TIDY_TAG_CANVAS</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-caption">
<entry><constant>TIDY_TAG_CAPTION</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-center">
<entry><constant>TIDY_TAG_CENTER</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-cite">
<entry><constant>TIDY_TAG_CITE</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-code">
<entry><constant>TIDY_TAG_CODE</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-col">
<entry><constant>TIDY_TAG_COL</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-colgroup">
<entry><constant>TIDY_TAG_COLGROUP</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-command">
<entry><constant>TIDY_TAG_COMMAND</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-comment">
<entry><constant>TIDY_TAG_COMMENT</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-datalist">
<entry><constant>TIDY_TAG_DATALIST</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-dd">
<entry><constant>TIDY_TAG_DD</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-del">
<entry><constant>TIDY_TAG_DEL</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-details">
<entry><constant>TIDY_TAG_DETAILS</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-dfn">
<entry><constant>TIDY_TAG_DFN</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-dialog">
<entry><constant>TIDY_TAG_DIALOG</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-dir">
<entry><constant>TIDY_TAG_DIR</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-div">
<entry><constant>TIDY_TAG_DIV</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-dl">
<entry><constant>TIDY_TAG_DL</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-dt">
<entry><constant>TIDY_TAG_DT</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-em">
<entry><constant>TIDY_TAG_EM</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-embed">
<entry><constant>TIDY_TAG_EMBED</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-fieldset">
<entry><constant>TIDY_TAG_FIELDSET</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-figcaption">
<entry><constant>TIDY_TAG_FIGCAPTION</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-figure">
<entry><constant>TIDY_TAG_FIGURE</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-font">
<entry><constant>TIDY_TAG_FONT</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-footer">
<entry><constant>TIDY_TAG_FOOTER</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-form">
<entry><constant>TIDY_TAG_FORM</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-frame">
<entry><constant>TIDY_TAG_FRAME</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-frameset">
<entry><constant>TIDY_TAG_FRAMESET</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-h1">
<entry><constant>TIDY_TAG_H1</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-h2">
<entry><constant>TIDY_TAG_H2</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-h3">
<entry><constant>TIDY_TAG_H3</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-h4">
<entry><constant>TIDY_TAG_H4</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-h5">
<entry><constant>TIDY_TAG_H5</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-h6">
<entry><constant>TIDY_TAG_H6</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-head">
<entry><constant>TIDY_TAG_HEAD</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-header">
<entry><constant>TIDY_TAG_HEADER</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-hgroup">
<entry><constant>TIDY_TAG_HGROUP</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-hr">
<entry><constant>TIDY_TAG_HR</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-html">
<entry><constant>TIDY_TAG_HTML</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-i">
<entry><constant>TIDY_TAG_I</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-iframe">
<entry><constant>TIDY_TAG_IFRAME</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-ilayer">
<entry><constant>TIDY_TAG_ILAYER</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-img">
<entry><constant>TIDY_TAG_IMG</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-input">
<entry><constant>TIDY_TAG_INPUT</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-ins">
<entry><constant>TIDY_TAG_INS</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-isindex">
<entry><constant>TIDY_TAG_ISINDEX</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-kbd">
<entry><constant>TIDY_TAG_KBD</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-keygen">
<entry><constant>TIDY_TAG_KEYGEN</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-label">
<entry><constant>TIDY_TAG_LABEL</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-layer">
<entry><constant>TIDY_TAG_LAYER</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-legend">
<entry><constant>TIDY_TAG_LEGEND</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-li">
<entry><constant>TIDY_TAG_LI</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-link">
<entry><constant>TIDY_TAG_LINK</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-listing">
<entry><constant>TIDY_TAG_LISTING</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-main">
<entry><constant>TIDY_TAG_MAIN</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-map">
<entry><constant>TIDY_TAG_MAP</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-mark">
<entry><constant>TIDY_TAG_MARK</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-marquee">
<entry><constant>TIDY_TAG_MARQUEE</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-menu">
<entry><constant>TIDY_TAG_MENU</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-menuitem">
<entry><constant>TIDY_TAG_MENUITEM</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-meta">
<entry><constant>TIDY_TAG_META</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-meter">
<entry><constant>TIDY_TAG_METER</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-multicol">
<entry><constant>TIDY_TAG_MULTICOL</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-nav">
<entry><constant>TIDY_TAG_NAV</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-nobr">
<entry><constant>TIDY_TAG_NOBR</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-noembed">
<entry><constant>TIDY_TAG_NOEMBED</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-noframes">
<entry><constant>TIDY_TAG_NOFRAMES</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-nolayer">
<entry><constant>TIDY_TAG_NOLAYER</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-nosave">
<entry><constant>TIDY_TAG_NOSAVE</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-noscript">
<entry><constant>TIDY_TAG_NOSCRIPT</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-object">
<entry><constant>TIDY_TAG_OBJECT</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-ol">
<entry><constant>TIDY_TAG_OL</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-optgroup">
<entry><constant>TIDY_TAG_OPTGROUP</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-option">
<entry><constant>TIDY_TAG_OPTION</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-output">
<entry><constant>TIDY_TAG_OUTPUT</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-p">
<entry><constant>TIDY_TAG_P</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-param">
<entry><constant>TIDY_TAG_PARAM</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-plaintext">
<entry><constant>TIDY_TAG_PLAINTEXT</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-pre">
<entry><constant>TIDY_TAG_PRE</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-progress">
<entry><constant>TIDY_TAG_PROGRESS</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-q">
<entry><constant>TIDY_TAG_Q</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-rb">
<entry><constant>TIDY_TAG_RB</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-rbc">
<entry><constant>TIDY_TAG_RBC</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-rp">
<entry><constant>TIDY_TAG_RP</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-rt">
<entry><constant>TIDY_TAG_RT</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-rtc">
<entry><constant>TIDY_TAG_RTC</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-ruby">
<entry><constant>TIDY_TAG_RUBY</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-s">
<entry><constant>TIDY_TAG_S</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-samp">
<entry><constant>TIDY_TAG_SAMP</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-script">
<entry><constant>TIDY_TAG_SCRIPT</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-section">
<entry><constant>TIDY_TAG_SECTION</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-select">
<entry><constant>TIDY_TAG_SELECT</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-server">
<entry><constant>TIDY_TAG_SERVER</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-servlet">
<entry><constant>TIDY_TAG_SERVLET</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-small">
<entry><constant>TIDY_TAG_SMALL</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-source">
<entry><constant>TIDY_TAG_SOURCE</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-spacer">
<entry><constant>TIDY_TAG_SPACER</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-span">
<entry><constant>TIDY_TAG_SPAN</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-strike">
<entry><constant>TIDY_TAG_STRIKE</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-strong">
<entry><constant>TIDY_TAG_STRONG</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-style">
<entry><constant>TIDY_TAG_STYLE</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-sub">
<entry><constant>TIDY_TAG_SUB</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-summary">
<entry><constant>TIDY_TAG_SUMMARY</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-sup">
<entry><constant>TIDY_TAG_SUP</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-table">
<entry><constant>TIDY_TAG_TABLE</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-tbody">
<entry><constant>TIDY_TAG_TBODY</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-td">
<entry><constant>TIDY_TAG_TD</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-template">
<entry><constant>TIDY_TAG_TEMPLATE</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-textarea">
<entry><constant>TIDY_TAG_TEXTAREA</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-tfoot">
<entry><constant>TIDY_TAG_TFOOT</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-th">
<entry><constant>TIDY_TAG_TH</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-thead">
<entry><constant>TIDY_TAG_THEAD</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-time">
<entry><constant>TIDY_TAG_TIME</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-title">
<entry><constant>TIDY_TAG_TITLE</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-tr">
<entry><constant>TIDY_TAG_TR</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-track">
<entry><constant>TIDY_TAG_TRACK</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-tt">
<entry><constant>TIDY_TAG_TT</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-u">
<entry><constant>TIDY_TAG_U</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-ul">
<entry><constant>TIDY_TAG_UL</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-var">
<entry><constant>TIDY_TAG_VAR</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-video">
<entry><constant>TIDY_TAG_VIDEO</constant></entry>
<entry>Добавлено в libtidy 5.0.0. Доступно с PHP 7.4.0.</entry>
</row>
<row xml:id="constant.tidy-tag-wbr">
<entry><constant>TIDY_TAG_WBR</constant></entry>
<entry></entry>
</row>
<row xml:id="constant.tidy-tag-xmp">
<entry><constant>TIDY_TAG_XMP</constant></entry>
<entry></entry>
</row>
</tbody>
</tgroup>
</table>
</para>
<para>
<table xml:id="tidy.constants.nodetype">
<title>Константы Tidy, соответствующие типам узлов</title>
<tgroup cols="2">
<thead>
<row>
<entry>Константа</entry>
<entry>Описание</entry>
</row>
</thead>
<tbody>
<row xml:id="constant.tidy-nodetype-root">
<entry><constant>TIDY_NODETYPE_ROOT</constant></entry>
<entry>Корневой узел</entry>
</row>
<row xml:id="constant.tidy-nodetype-doctype">
<entry><constant>TIDY_NODETYPE_DOCTYPE</constant></entry>
<entry>Тип документа</entry>
</row>
<row xml:id="constant.tidy-nodetype-comment">
<entry><constant>TIDY_NODETYPE_COMMENT</constant></entry>
<entry>HTML-комментарий</entry>
</row>
<row xml:id="constant.tidy-nodetype-procins">
<entry><constant>TIDY_NODETYPE_PROCINS</constant></entry>
<entry>Инструкции по обработке в потоке вывода</entry>
</row>
<row xml:id="constant.tidy-nodetype-text">
<entry><constant>TIDY_NODETYPE_TEXT</constant></entry>
<entry>Текст</entry>
</row>
<row xml:id="constant.tidy-nodetype-start">
<entry><constant>TIDY_NODETYPE_START</constant></entry>
<entry>Открывающий тег</entry>
</row>
<row xml:id="constant.tidy-nodetype-end">
<entry><constant>TIDY_NODETYPE_END</constant></entry>
<entry>Закрывающий тег</entry>
</row>
<row xml:id="constant.tidy-nodetype-startend">
<entry><constant>TIDY_NODETYPE_STARTEND</constant></entry>
<entry>Пустой тег</entry>
</row>
<row xml:id="constant.tidy-nodetype-cdata">
<entry><constant>TIDY_NODETYPE_CDATA</constant></entry>
<entry>Символьные данные</entry>
</row>
<row xml:id="constant.tidy-nodetype-section">
<entry><constant>TIDY_NODETYPE_SECTION</constant></entry>
<entry>Раздел XML</entry>
</row>
<row xml:id="constant.tidy-nodetype-asp">
<entry><constant>TIDY_NODETYPE_ASP</constant></entry>
<entry>ASP-код</entry>
</row>
<row xml:id="constant.tidy-nodetype-jste">
<entry><constant>TIDY_NODETYPE_JSTE</constant></entry>
<entry>JSTE-код</entry>
</row>
<row xml:id="constant.tidy-nodetype-php">
<entry><constant>TIDY_NODETYPE_PHP</constant></entry>
<entry>PHP-код</entry>
</row>
<row xml:id="constant.tidy-nodetype-xmldecl">
<entry><constant>TIDY_NODETYPE_XMLDECL</constant></entry>
<entry>Объявление XML</entry>
</row>
</tbody>
</tgroup>
</table>
</para>
</appendix>
<!-- 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
-->