cvs: peardoc /ja/package/html/html-css/html-css addgroupselector.xml apiversion.xml creategroup.xml display.xml getcharset.xml getcontentdisposition.xml getgroupstyle.xml getstyle.xml grepstyle.xml html-css.xml iserror.xml parsedata.xml parsefile.xml parsestring.xml raiseerror.xml removegroupselector.xml setcache.xml setcharset.xml setcontentdisposition.xml setgroupstyle.xml setoutputgroupsfirst.xml setsamestyle.xml setsinglelineoutput.xml setstyle.xml setxhtmlcompliance.xml toarray.xml tofile.xml toinline.xml tostring.xml unsetgroup.xml

[email protected] ("TAKAGI Masahiro")
Newsgroups php.pear.doc
Message-ID <cvstakagi1198993355@cvsserver>
takagi		Sun Dec 30 05:42:35 2007 UTC

  Added files:                 
    /peardoc/ja/package/html/html-css/html-css	unsetgroup.xml 
                                              	tostring.xml 
                                              	toinline.xml tofile.xml 
                                              	toarray.xml 
                                              	setxhtmlcompliance.xml 
                                              	setstyle.xml 
                                              	setsinglelineoutput.xml 
                                              	setsamestyle.xml 
                                              	setoutputgroupsfirst.xml 
                                              	setgroupstyle.xml 
                                              	setcontentdisposition.xml 
                                              	setcharset.xml 
                                              	setcache.xml 
                                              	removegroupselector.xml 
                                              	raiseerror.xml 
                                              	parsestring.xml 
                                              	parsefile.xml 
                                              	parsedata.xml 
                                              	iserror.xml html-css.xml 
                                              	grepstyle.xml 
                                              	getstyle.xml 
                                              	getgroupstyle.xml 
                                              	getcontentdisposition.xml 
                                              	getcharset.xml 
                                              	display.xml 
                                              	creategroup.xml 
                                              	apiversion.xml 
                                              	addgroupselector.xml 
  Log:
  added Japanese translation.
takagi-20071230054235.txt (text/plain, 81.5 KB)
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/unsetgroup.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/unsetgroup.xml
+++ peardoc/ja/package/html/html-css/html-css/unsetgroup.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.unsetgroup">
 <refnamediv>
  <refname><function>HTML_CSS::unsetGroup</function></refname>
  <refpurpose>CSS 定義グループを削除する</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>void|PEAR_Error      <function>HTML_CSS::unsetGroup</function></funcdef>
    <paramdef>mixed <parameter>$group</parameter></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.unsetgroup.desc">
  &title.desc;
  <para>
   CSS 定義グループを削除します。
   グループを作成したときと同じ ID を使用します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.unsetgroup.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.mixed;
      <parameter>$group</parameter>
     </term>
     <listitem>
      <para>
       CSS 定義グループ ID。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.unsetgroup.see">
  &title.see;
  <para>
   <link linkend="package.html.html-css.html-css.creategroup">
    <function>HTML_CSS::createGroup</function>
   </link> も参照ください。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.unsetgroup.throws">
  &title.throws;
  <para>
   <emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT, HTML_CSS_ERROR_NO_GROUP
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.unsetgroup.since">
  &title.since;
  <para>
   バージョン 0.3.0 (2003-11-03) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.unsetgroup.note">
  &title.note;
  &note.notstatic;
 </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
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
-->

http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/tostring.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/tostring.xml
+++ peardoc/ja/package/html/html-css/html-css/tostring.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.tostring">
 <refnamediv>
  <refname><function>HTML_CSS::toString</function></refname>
  <refpurpose>パースした CSS データを文字列で返す</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>string      <function>HTML_CSS::toString</function></funcdef>
    <paramdef></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.tostring.desc">
  &title.desc;
  <para>
   現在パース中の CSS データソースを文字列で返します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.tostring.throws">
  &title.throws;
  <para>
   例外はスローされません。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.tostring.since">
  &title.since;
  <para>
   バージョン 0.2.0 (2003-07-31) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.tostring.note">
  &title.note;
  &note.notstatic;
 </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
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
-->

http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/toinline.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/toinline.xml
+++ peardoc/ja/package/html/html-css/html-css/toinline.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.toinline">
 <refnamediv>
  <refname><function>HTML_CSS::toInline</function></refname>
  <refpurpose>HTML 要素の style 属性用の文字列を返す</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>string|PEAR_Error      <function>HTML_CSS::toInline</function></funcdef>
    <paramdef>string <parameter>$element</parameter></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.toinline.desc">
  &title.desc;
  <para>
   要素やクラスのための CSS プロパティをインライン用に作成して返します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.toinline.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.string;
      <parameter>$element</parameter>
     </term>
     <listitem>
      <para>
       インライン CSS を使用したい要素あるいはクラス。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.toinline.throws">
  &title.throws;
  <para>
   <emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.toinline.since">
  &title.since;
  <para>
   バージョン 0.2.0 (2003-07-31) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.toinline.note">
  &title.note;
  &note.notstatic;
 </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
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
-->

http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/tofile.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/tofile.xml
+++ peardoc/ja/package/html/html-css/html-css/tofile.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.tofile">
 <refnamediv>
  <refname><function>HTML_CSS::toFile</function></refname>
  <refpurpose>CSS を生成してファイルに保存する</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>void|PEAR_Error      <function>HTML_CSS::toFile</function></funcdef>
    <paramdef>string <parameter>$filename</parameter></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.tofile.desc">
  &title.desc;
  <para>
   現在パース中の CSS データソースをファイルに書き出します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.tofile.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.string;
      <parameter>$filename</parameter>
     </term>
     <listitem>
      <para>
       スタイルシートのファイル名。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.tofile.see">
  &title.see;
  <para>
   <link linkend="package.html.html-css.html-css.tostring">
    <function>HTML_CSS::toString</function>
   </link> も参照ください。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.tofile.throws">
  &title.throws;
  <para>
   <emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT, HTML_CSS_ERROR_WRITE_FILE
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.tofile.since">
  &title.since;
  <para>
   バージョン 0.3.0 (2003-11-03) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.tofile.note">
  &title.note;
  &note.notstatic;
 </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
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
-->

http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/toarray.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/toarray.xml
+++ peardoc/ja/package/html/html-css/html-css/toarray.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.toarray">
 <refnamediv>
  <refname><function>HTML_CSS::toArray</function></refname>
  <refpurpose>CSS を配列で返す</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>array      <function>HTML_CSS::toArray</function></funcdef>
    <paramdef></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.toarray.desc">
  &title.desc;
  <para>
   CSS データソースをパースした内容を、配列で返します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.toarray.throws">
  &title.throws;
  <para>
   例外はスローされません。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.toarray.since">
  &title.since;
  <para>
   バージョン 0.2.0 (2003-07-31) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.toarray.note">
  &title.note;
  &note.notstatic;
 </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
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
-->

http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/setxhtmlcompliance.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/setxhtmlcompliance.xml
+++ peardoc/ja/package/html/html-css/html-css/setxhtmlcompliance.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.setxhtmlcompliance">
 <refnamediv>
  <refname><function>HTML_CSS::setXhtmlCompliance</function></refname>
  <refpurpose>xhtml フラグを設定する</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>void|PEAR_Error <function>HTML_CSS::setXhtmlCompliance</function></funcdef>
    <paramdef>bool <parameter>$value</parameter></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.setxhtmlcompliance.desc">
  &title.desc;
  <para>
   XHTML 準拠モードを有効にしたり無効にしたりします。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setxhtmlcompliance.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.bool;
      <parameter>$value</parameter>
     </term>
     <listitem>
      <para>
       XHTML 準拠にする場合は true、そうでない場合は false。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setxhtmlcompliance.throws">
  &title.throws;
  <para>
   <emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setxhtmlcompliance.since">
  &title.since;
  <para>
   バージョン 0.3.2 (2004-03-24) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setxhtmlcompliance.note">
  &title.note;
  &note.notstatic;
 </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
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
-->

http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/setstyle.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/setstyle.xml
+++ peardoc/ja/package/html/html-css/html-css/setstyle.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.setstyle">
 <refnamediv>
  <refname><function>HTML_CSS::setStyle</function></refname>
  <refpurpose>CSS 定義を設定あるいは追加する</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>void|PEAR_Error  <function>HTML_CSS::setStyle</function></funcdef>
    <paramdef>string <parameter>$element</parameter></paramdef>
    <paramdef>string <parameter>$property</parameter></paramdef>
    <paramdef>string <parameter>$value</parameter></paramdef>
    <paramdef>bool <parameter> <optional>$duplicates = &null;</optional></parameter></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.setstyle.desc">
  &title.desc;
  <para>
   要素のプロパティを追加あるいは変更します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setstyle.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.string;
      <parameter>$element</parameter>
     </term>
     <listitem>
      <para>
       定義された要素 (あるいはクラス)。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
   <variablelist>
    <varlistentry>
     <term>
      &type.string;
      <parameter>$property</parameter>
     </term>
     <listitem>
      <para>
       定義されたプロパティ。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
   <variablelist>
    <varlistentry>
     <term>
      &type.string;
      <parameter>$value</parameter>
     </term>
     <listitem>
      <para>
       代入する値。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
   <variablelist>
    <varlistentry>
     <term>
      &type.bool;
      <parameter>$duplicates</parameter>
     </term>
     <listitem>
      <para>
       (オプション) 重複を許可するかどうか。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setstyle.see">
  &title.see;
  <para>
   <link linkend="package.html.html-css.html-css.getstyle">
    <function>HTML_CSS::getStyle</function>
   </link> も参照ください。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setstyle.throws">
  &title.throws;
  <para>
   <emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setstyle.since">
  &title.since;
  <para>
   バージョン 0.2.0 (2003-07-31) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setstyle.note">
  &title.note;
  &note.notstatic;
 </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
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
-->
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/setsinglelineoutput.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/setsinglelineoutput.xml
+++ peardoc/ja/package/html/html-css/html-css/setsinglelineoutput.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.setsinglelineoutput">
 <refnamediv>
  <refname><function>HTML_CSS::setSingleLineOutput</function></refname>
  <refpurpose>oneline フラグを設定する</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>void|PEAR_Error      <function>HTML_CSS::setSingleLineOutput</function></funcdef>
    <paramdef>bool <parameter>$value</parameter></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.setsinglelineoutput.desc">
  &title.desc;
  <para>
   定義を一行で出力するか複数行で出力するかを指定します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setsinglelineoutput.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.bool;
      <parameter>$value</parameter>
     </term>
     <listitem>
      <para>
       一行で出力する場合は true、複数行で出力する場合は false。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setsinglelineoutput.throws">
  &title.throws;
  <para>
   <emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setsinglelineoutput.since">
  &title.since;
  <para>
   バージョン 0.3.3 (2004-05-20) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setsinglelineoutput.note">
  &title.note;
  &note.notstatic;
 </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
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
-->

http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/setsamestyle.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/setsamestyle.xml
+++ peardoc/ja/package/html/html-css/html-css/setsamestyle.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.setsamestyle">
 <refnamediv>
  <refname><function>HTML_CSS::setSameStyle</function></refname>
  <refpurpose>ふたつのセレクタに同じスタイルを適用する</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>void|PEAR_Error  <function>HTML_CSS::setSameStyle</function></funcdef>
    <paramdef>string <parameter>$new</parameter></paramdef>
    <paramdef>string <parameter>$old</parameter></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.setsamestyle.desc">
  &title.desc;
  <para>
   新しいセレクタのプロパティの値を、
   既存のセレクタと同じものに設定あるいは変更します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setsamestyle.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.string;
      <parameter>$new</parameter>
     </term>
     <listitem>
      <para>
       同じ定義を共有させる新しいセレクタ。
       カンマ区切りで指定します。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
   <variablelist>
    <varlistentry>
     <term>
      &type.string;
      <parameter>$old</parameter>
     </term>
     <listitem>
      <para>
       すでに定義されているセレクタ。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setsamestyle.throws">
  &title.throws;
  <para>
   <emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT, HTML_CSS_ERROR_NO_ELEMENT
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setsamestyle.since">
  &title.since;
  <para>
   バージョン 0.2.0 (2003-07-31) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setsamestyle.note">
  &title.note;
  &note.notstatic;
 </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
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
-->

http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/setoutputgroupsfirst.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/setoutputgroupsfirst.xml
+++ peardoc/ja/package/html/html-css/html-css/setoutputgroupsfirst.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.setoutputgroupsfirst">
 <refnamediv>
  <refname><function>HTML_CSS::setOutputGroupsFirst</function></refname>
  <refpurpose>groupsfirst フラグを設定する</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>void|PEAR_Error  <function>HTML_CSS::setOutputGroupsFirst</function></funcdef>
    <paramdef>bool <parameter>$value</parameter></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.setoutputgroupsfirst.desc">
  &title.desc;
  <para>
   グループを要素の前に出力するかどうかを指定します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setoutputgroupsfirst.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.bool;
      <parameter>$value</parameter>
     </term>
     <listitem>
      <para>
       グループを要素の前に出力する場合は true、そうでない場合は false を設定します。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setoutputgroupsfirst.throws">
  &title.throws;
  <para>
   <emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setoutputgroupsfirst.since">
  &title.since;
  <para>
   バージョン 0.3.3 (2004-05-20) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setoutputgroupsfirst.note">
  &title.note;
  &note.notstatic;
 </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
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
-->

http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/setgroupstyle.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/setgroupstyle.xml
+++ peardoc/ja/package/html/html-css/html-css/setgroupstyle.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.setgroupstyle">
 <refnamediv>
  <refname><function>HTML_CSS::setGroupStyle</function></refname>
  <refpurpose>CSS グループの CSS 定義を設定あるいは追加する</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>void|int|PEAR_Error  <function>HTML_CSS::setGroupStyle</function></funcdef>
    <paramdef>mixed <parameter>$group</parameter></paramdef>
    <paramdef>string <parameter>$property</parameter></paramdef>
    <paramdef>string <parameter>$value</parameter></paramdef>
    <paramdef>bool <parameter> <optional>$duplicates = &null;</optional></parameter></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.setgroupstyle.desc">
  &title.desc;
  <para>
   CSS グループのプロパティの新しい値を定義します。
   グループは既に存在するものである必要があります。存在しない場合は、まず
   <link linkend="package.html.html-css.html-css.creategroup">
    <function>HTML_CSS::createGroup</function>
   </link> で作成します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setgroupstyle.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.mixed;
      <parameter>$group</parameter>
     </term>
     <listitem>
      <para>
       CSS 定義グループ ID。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
   <variablelist>
    <varlistentry>
     <term>
      &type.string;
      <parameter>$property</parameter>
     </term>
     <listitem>
      <para>
       定義されたプロパティ。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
   <variablelist>
    <varlistentry>
     <term>
      &type.string;
      <parameter>$value</parameter>
     </term>
     <listitem>
      <para>
       代入する値。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
   <variablelist>
    <varlistentry>
     <term>
      &type.bool;
      <parameter>$duplicates</parameter>
     </term>
     <listitem>
      <para>
       (オプション) 重複を許可するかどうか。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setgroupstyle.returns">
  &title.returns;
  <para>
   重複を許可する場合は整数値を返します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setgroupstyle.see">
  &title.see;
  <para>
   <link linkend="package.html.html-css.html-css.getgroupstyle">
    <function>HTML_CSS::getGroupStyle</function>
   </link> も参照ください。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setgroupstyle.throws">
  &title.throws;
  <para>
   <emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT, HTML_CSS_ERROR_NO_GROUP
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setgroupstyle.since">
  &title.since;
  <para>
   バージョン 0.3.0 (2003-11-03) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setgroupstyle.note">
  &title.note;
  &note.notstatic;
 </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
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
-->
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/setcontentdisposition.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/setcontentdisposition.xml
+++ peardoc/ja/package/html/html-css/html-css/setcontentdisposition.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.setcontentdisposition">
 <refnamediv>
  <refname><function>HTML_CSS::setContentDisposition</function></refname>
  <refpurpose>Content-Disposition ヘッダを設定する</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>void|PEAR_Error <function>HTML_CSS::setContentDisposition</function></funcdef>
    <paramdef>&type.bool; <parameter> <optional>$enable = &true;</optional></parameter></paramdef>
    <paramdef>&type.string; <parameter> <optional>$filename = &apos;&apos;</optional></parameter></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.setcontentdisposition.desc">
  &title.desc;
  <para>
   ブラウザへの出力用に Content-Disposition ファイル名を定義します。
   デフォルトは basename($_SERVER[&apos;PHP_SELF&apos;]).&apos;.css&apos; です。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setcontentdisposition.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.bool; <parameter>$enable</parameter>
     </term>
     <listitem>
      <para>
       (オプション)
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
   <variablelist>
    <varlistentry>
     <term>
      &type.string; <parameter>$filename</parameter>
     </term>
     <listitem>
      <para>
       (オプション)
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setcontentdisposition.throws">
  &title.throws;
  <para>
   <emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setcontentdisposition.since">
  &title.since;
  <para>
   バージョン 1.3.0 (2007-10-22) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setcontentdisposition.see">
  &title.see;
  <para>
    <link linkend="package.html.html-css.html-css.getcontentdisposition">
     <function>HTML_CSS::getContentDisposition</function>
    </link>
  </para>
  <para>
   <ulink url="http://pear.php.net/bugs/bug.php?id=12195">http://pear.php.net/bugs/bug.php?id=12195
    Patch by Carsten Wiedmann
   </ulink> も参照ください。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setcontentdisposition.note">
  &title.note;
  &note.notstatic;
 </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
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
-->
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/setcharset.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/setcharset.xml
+++ peardoc/ja/package/html/html-css/html-css/setcharset.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.setcharset">
 <refnamediv>
  <refname><function>HTML_CSS::setCharset</function></refname>
  <refpurpose>文字セットの値を設定する</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>void|PEAR_Error      <function>HTML_CSS::setCharset</function></funcdef>
    <paramdef>string <parameter> <optional>$type = 'iso-8859-1'</optional></parameter></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.setcharset.desc">
  &title.desc;
  <para>
   このファイルの文字セットを定義します。デフォルトは
   ISO-8859-1 で、これは古いブラウザ用に CSS1
   との互換性を保つためです。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setcharset.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.string;
      <parameter>$type</parameter>
     </term>
     <listitem>
      <para>
       (オプション) 文字セットエンコーディング。デフォルトは ISO-8859-1。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setcharset.see">
  &title.see;
  <para>
   <link linkend="package.html.html-css.html-css.getcharset">
    <function>HTML_CSS::getCharset</function>
   </link> も参照ください。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setcharset.throws">
  &title.throws;
  <para>
   <emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setcharset.since">
  &title.since;
  <para>
   バージョン 0.2.0 (2003-07-31) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setcharset.note">
  &title.note;
  &note.notstatic;
 </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
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
-->
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/setcache.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/setcache.xml
+++ peardoc/ja/package/html/html-css/html-css/setcache.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.setcache">
 <refnamediv>
  <refname><function>HTML_CSS::setCache</function></refname>
  <refpurpose>cache フラグを設定する</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>void|PEAR_Error   <function>HTML_CSS::setCache</function></funcdef>
    <paramdef>bool <parameter> <optional>$cache = &true;</optional></parameter></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.setcache.desc">
  &title.desc;
  <para>
   ドキュメントをブラウザでキャッシュするかどうかを定義します。
   デフォルトは false です。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setcache.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.bool;
      <parameter>$cache</parameter>
     </term>
     <listitem>
      <para>
       (オプション)
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setcache.throws">
  &title.throws;
  <para>
   <emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setcache.since">
  &title.since;
  <para>
   バージョン 0.2.0 (2003-07-31) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.setcache.note">
  &title.note;
  &note.notstatic;
 </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
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
-->

http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/removegroupselector.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/removegroupselector.xml
+++ peardoc/ja/package/html/html-css/html-css/removegroupselector.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.removegroupselector">
 <refnamediv>
  <refname><function>HTML_CSS::removeGroupSelector</function></refname>
  <refpurpose>セレクタをグループから削除する</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>void|PEAR_Error <function>HTML_CSS::removeGroupSelector</function></funcdef>
    <paramdef>mixed <parameter>$group</parameter></paramdef>
    <paramdef>string <parameter>$selectors</parameter></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.removegroupselector.desc">
  &title.desc;
  <para>
   セレクタを CSS グループから完全に削除します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.removegroupselector.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.mixed;
      <parameter>$group</parameter>
     </term>
     <listitem>
      <para>
       CSS 定義グループ ID。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
   <variablelist>
    <varlistentry>
     <term>
      &type.string;
      <parameter>$selectors</parameter>
     </term>
     <listitem>
      <para>
       削除したいセレクタ。カンマ区切りで指定します。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.removegroupselector.throws">
  &title.throws;
  <para>
   <emphasis>throws</emphasis> HTML_CSS_ERROR_NO_GROUP, HTML_CSS_ERROR_INVALID_INPUT
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.removegroupselector.since">
  &title.since;
  <para>
   バージョン 0.3.0 (2003-11-03) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.removegroupselector.note">
  &title.note;
  &note.notstatic;
 </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
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
-->

http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/raiseerror.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/raiseerror.xml
+++ peardoc/ja/package/html/html-css/html-css/raiseerror.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.raiseerror">
 <refnamediv>
  <refname><function>HTML_CSS::raiseError</function></refname>
  <refpurpose>デフォルトの PEAR_Error オブジェクトの基本的なラッパー</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>object PEAR_Error <function>HTML_CSS::raiseError</function></funcdef>
    <paramdef></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.raiseerror.desc">
  &title.desc;
  <para>
   このメソッドはラッパーで、
   デフォルトのエラー処理を適用した設定済みエラークラスのインスタンスを返します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.raiseerror.returns">
  &title.returns;
  <para>
   デフォルトのエラーハンドラを使用しているときにそれを返します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.raiseerror.throws">
  &title.throws;
  <para>
   例外はスローされません。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.raiseerror.see">
  &title.see;
  <para>
   _errorHandler() も参照ください。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.raiseerror.since">
  &title.since;
  <para>
   バージョン 0.3.3 (2004-05-20) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.raiseerror.note">
  &title.note;
  &note.notstatic;
 </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
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
-->

http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/parsestring.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/parsestring.xml
+++ peardoc/ja/package/html/html-css/html-css/parsestring.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.parsestring">
 <refnamediv>
  <refname><function>HTML_CSS::parseString</function></refname>
  <refpurpose>文字列をパースする</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>void|PEAR_Error      <function>HTML_CSS::parseString</function></funcdef>
    <paramdef>string <parameter>$str</parameter></paramdef>
    <paramdef>bool <parameter> <optional>$duplicates = &null;</optional></parameter></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.parsestring.desc">
  &title.desc;
  <para>
   CSS 情報を含む文字列をパースします。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.parsestring.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.string;
      <parameter>$str</parameter>
     </term>
     <listitem>
      <para>
       パースしたいテキスト文字列。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
   <variablelist>
    <varlistentry>
     <term>
      &type.bool;
      <parameter>$duplicates</parameter>
     </term>
     <listitem>
      <para>
       (オプション) スタイル定義の重複を許可するかどうか。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.parsestring.see">
  &title.see;
  <para>
   <link linkend="package.html.html-css.html-css.creategroup">
    <function>HTML_CSS::createGroup</function>
   </link>,
   <link linkend="package.html.html-css.html-css.setgroupstyle">
    <function>HTML_CSS::setGroupStyle</function>
   </link>,
   <link linkend="package.html.html-css.html-css.setstyle">
    <function>HTML_CSS::setStyle</function>
   </link> も参照ください。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.parsestring.throws">
  &title.throws;
  <para>
   <emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.parsestring.since">
  &title.since;
  <para>
   バージョン 0.3.0 (2003-11-03) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.parsestring.note">
  &title.note;
  &note.notstatic;
 </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
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
-->

http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/parsefile.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/parsefile.xml
+++ peardoc/ja/package/html/html-css/html-css/parsefile.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.parsefile">
 <refnamediv>
  <refname><function>HTML_CSS::parseFile</function></refname>
  <refpurpose>ファイルの中身をパースする</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>void|PEAR_Error      <function>HTML_CSS::parseFile</function></funcdef>
    <paramdef>string <parameter>$filename</parameter></paramdef>
    <paramdef>bool <parameter> <optional>$duplicates = &null;</optional></parameter></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.parsefile.desc">
  &title.desc;
  <para>
   CSS 情報を含むファイルをパースします。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.parsefile.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.string;
      <parameter>$filename</parameter>
     </term>
     <listitem>
      <para>
       パースしたいファイル。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
   <variablelist>
    <varlistentry>
     <term>
      &type.bool;
      <parameter>$duplicates</parameter>
     </term>
     <listitem>
      <para>
       (オプション) 重複を許可するかどうか。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.parsefile.see">
  &title.see;
  <para>
   <link linkend="package.html.html-css.html-css.parsestring">
    <function>HTML_CSS::parseString</function>
   </link> も参照ください。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.parsefile.throws">
  &title.throws;
  <para>
   <emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT, HTML_CSS_ERROR_NO_FILE
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.parsefile.since">
  &title.since;
  <para>
   バージョン 0.3.0 (2003-11-03) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.parsefile.note">
  &title.note;
  &note.notstatic;
 </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
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
-->

http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/parsedata.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/parsedata.xml
+++ peardoc/ja/package/html/html-css/html-css/parsedata.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.parsedata">
 <refnamediv>
  <refname><function>HTML_CSS::parseData</function></refname>
  <refpurpose>複数のデータソースをパースする</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>void|PEAR_Error      <function>HTML_CSS::parseData</function></funcdef>
    <paramdef>array <parameter>$styles</parameter></paramdef>
    <paramdef>bool <parameter> <optional>$duplicates = &null;</optional></parameter></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.parsedata.desc">
  &title.desc;
  <para>
   CSS 情報を含むファイルや文字列のデータソースをパースします。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.parsedata.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.array;
      <parameter>$styles</parameter>
     </term>
     <listitem>
      <para>
       パースしたいデータソース。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
   <variablelist>
    <varlistentry>
     <term>
      &type.bool;
      <parameter>$duplicates</parameter>
     </term>
     <listitem>
      <para>
       (オプション) 重複を許可するかどうか。
      </para>
     </listitem>
    </varlistentry>
    </variablelist>
   </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.parsedata.see">
  &title.see;
  <para>
   <link linkend="package.html.html-css.html-css.parsestring">
    <function>HTML_CSS::parseString</function>
   </link>,
   <link linkend="package.html.html-css.html-css.parsefile">
    <function>HTML_CSS::parseFile</function>
   </link> も参照ください。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.parsedata.throws">
  &title.throws;
  <para>
   <emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.parsedata.since">
  &title.since;
  <para>
   バージョン 1.0.0RC2 (2005-12-15) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.parsedata.note">
  &title.note;
  &note.notstatic;
 </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
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
-->

http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/iserror.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/iserror.xml
+++ peardoc/ja/package/html/html-css/html-css/iserror.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.iserror">
 <refnamediv>
  <refname><function>HTML_CSS::isError</function></refname>
  <refpurpose>エラーが発生したかどうかを調べる</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>boolean  <function>HTML_CSS::isError</function></funcdef>
    <paramdef></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.iserror.desc">
  &title.desc;
  <para>
   直近のアクションでエラーが発生したかどうかを調べます。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.iserror.returns">
  &title.returns;
  <para>
   エラーが発生した場合に TRUE、それ以外の場合に FALSE を返します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.iserror.throws">
  &title.throws;
  <para>
   例外はスローされません。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.iserror.since">
  &title.since;
  <para>
   バージョン 1.0.0RC2 (2005-12-15) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.iserror.note">
  &title.note;
  &note.notstatic;
 </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
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
-->

http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/html-css.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/html-css.xml
+++ peardoc/ja/package/html/html-css/html-css/html-css.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.html-css">
 <refnamediv>
  <refname>constructor <function>HTML_CSS::HTML_CSS</function></refname>
  <refpurpose>クラスのコンストラクタ</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>void      constructor <function>HTML_CSS::HTML_CSS</function></funcdef>
    <paramdef>array <parameter><optional>$attributes = array()</optional></parameter></paramdef>
    <paramdef>array <parameter><optional>$errorPrefs = array()</optional></parameter></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.html-css.desc">
  &title.desc;
  <para>
   クラスのコンストラクタです。
   Zend Engine 1 では HTML_CSS を、Zend Engine 2 では __construct を使用します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.html-css.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.array;
      <parameter>$attributes</parameter>
     </term>
     <listitem>
      <para>
       (オプション) コンストラクタに渡すオプション。以下のオプションが使用可能です。
       <itemizedlist>
        <listitem><para>xhtml (xhtml 準拠の設定),</para></listitem>
        <listitem><para>tab (インデント文字列の設定),</para></listitem>
        <listitem><para>filename (パースするファイル名),</para></listitem>
        <listitem><para>cache (nocache ヘッダを送信するかどうか),</para></listitem>
        <listitem><para>oneline (各定義を一行で出力するかどうか),</para></listitem>
        <listitem><para>groupsfirst (要素の前にグループを出力するかどうか)</para></listitem>
        <listitem><para>allowduplicates (セレクタのルールの重複を許可するかどうか)</para></listitem>
       </itemizedlist>
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
   <variablelist>
    <varlistentry>
     <term>
      &type.array;
      <parameter>$errorPrefs</parameter>
     </term>
     <listitem>
      <para>
       (オプション) エラーハンドラを設定する必要があります。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.html-css.throws">
  &title.throws;
  <para>
   例外はスローされません。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.html-css.since">
  &title.since;
  <para>
   バージョン 0.2.0 (2003-07-31) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.html-css.note">
  &title.note;
  &note.notstatic;
 </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
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
-->
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/grepstyle.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/grepstyle.xml
+++ peardoc/ja/package/html/html-css/html-css/grepstyle.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.grepstyle">
 <refnamediv>
  <refname><function>HTML_CSS::grepStyle</function></refname>
  <refpurpose>要素フィルタに対応するスタイルを取得する</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>array|PEAR_Error      <function>HTML_CSS::grepStyle</function></funcdef>
    <paramdef>string <parameter>$elmPattern</parameter></paramdef>
    <paramdef>string <parameter><optional>$proPattern</optional></parameter></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.grepStyle.desc">
  &title.desc;
  <para>
   (Perl 互換の) パターンにマッチするスタイルの配列で返します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.grepStyle.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.string;
      <parameter>$elmPattern</parameter>
     </term>
     <listitem>
      <para>
       取得したい要素あるいはクラスのパターン。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
   <variablelist>
    <varlistentry>
     <term>
      &type.string;
      <parameter>$proPattern</parameter>
     </term>
     <listitem>
      <para>
       (オプション) 取得したいプロパティのパターン。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.grepStyle.see">
  &title.see;
  <para>
   <ulink url="&url.php.manual;en/ref.pcre.php">
    正規表現関数 (Perl 互換)
   </ulink> も参照ください。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.grepStyle.throws">
  &title.throws;
  <para>
   <emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.grepStyle.since">
  &title.since;
  <para>
   バージョン 1.1.0 (2007-01-01) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.grepStyle.note">
  &title.note;
  &note.notstatic;
 </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
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
-->
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/getstyle.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/getstyle.xml
+++ peardoc/ja/package/html/html-css/html-css/getstyle.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.getstyle">
 <refnamediv>
  <refname><function>HTML_CSS::getStyle</function></refname>
  <refpurpose>CSS のプロパティの値を返す</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>mixed|PEAR_Error      <function>HTML_CSS::getStyle</function></funcdef>
    <paramdef>string <parameter>$element</parameter></paramdef>
    <paramdef>string <parameter>$property</parameter></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.getstyle.desc">
  &title.desc;
  <para>
   指定した CSS 要素のプロパティの値を取得します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.getstyle.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.string;
      <parameter>$element</parameter>
     </term>
     <listitem>
      <para>
       定義された要素 (あるいはクラス)。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
   <variablelist>
    <varlistentry>
     <term>
      &type.string;
      <parameter>$property</parameter>
     </term>
     <listitem>
      <para>
       定義されたプロパティ。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.getstyle.see">
  &title.see;
  <para>
   <link linkend="package.html.html-css.html-css.setstyle">
    <function>HTML_CSS::setStyle</function>
   </link> も参照ください。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.getstyle.throws">
  &title.throws;
  <para>
   <emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT, HTML_CSS_ERROR_NO_ELEMENT, HTML_CSS_ERROR_NO_ELEMENT_PROPERTY
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.getstyle.since">
  &title.since;
  <para>
   バージョン 0.3.0 (2003-11-03) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.getstyle.note">
  &title.note;
  &note.notstatic;
 </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
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
-->
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/getgroupstyle.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/getgroupstyle.xml
+++ peardoc/ja/package/html/html-css/html-css/getgroupstyle.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.getgroupstyle">
 <refnamediv>
  <refname><function>HTML_CSS::getGroupStyle</function></refname>
  <refpurpose>CSS グループの CSS 定義を返す</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>mixed|PEAR_Error  <function>HTML_CSS::getGroupStyle</function></funcdef>
    <paramdef>mixed <parameter>$group</parameter></paramdef>
    <paramdef>string <parameter>$property</parameter></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.getgroupstyle.desc">
  &title.desc;
  <para>
   setGroupStyle() で作成したグループの CSS 定義を取得します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.getgroupstyle.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.mixed;
      <parameter>$group</parameter>
     </term>
     <listitem>
      <para>
       CSS 定義グループ ID。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
   <variablelist>
    <varlistentry>
     <term>
      &type.string;
      <parameter>$property</parameter>
     </term>
     <listitem>
      <para>
       定義されたプロパティ。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.getgroupstyle.see">
  &title.see;
  <para>
   <link linkend="package.html.html-css.html-css.setgroupstyle">
    <function>HTML_CSS::setGroupStyle</function>
   </link> も参照ください。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.getgroupstyle.throws">
  &title.throws;
  <para>
   <emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT, HTML_CSS_ERROR_NO_GROUP, HTML_CSS_ERROR_NO_ELEMENT
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.getgroupstyle.since">
  &title.since;
  <para>
   バージョン 0.3.0 (2003-11-03) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.getgroupstyle.note">
  &title.note;
  &note.notstatic;
 </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
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
-->
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/getcontentdisposition.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/getcontentdisposition.xml
+++ peardoc/ja/package/html/html-css/html-css/getcontentdisposition.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.getcontentdisposition">
 <refnamediv>
  <refname><function>HTML_CSS::getContentDisposition</function></refname>
  <refpurpose>Content-Disposition ヘッダを返す</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>&type.mixed; <function>HTML_CSS::getContentDisposition</function></funcdef>
    <paramdef></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.getcontentdisposition.desc">
  &title.desc;
  <para>
   Content-Disposition ヘッダ (インラインファイル名) の値を返します。
   これは、結果を表示する際に使用します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.getcontentdisposition.throws">
  &title.throws;
  <para>
   例外はスローされません。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.getcontentdisposition.since">
  &title.since;
  <para>
   バージョン 1.3.0 (2007-10-22) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.getcontentdisposition.note">
  &title.note;
  &note.notstatic;
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.getcontentdisposition.returns">
  &title.returns;
  <para>
   content disposition が存在しない場合に FALSE、
   それ以外の場合にインラインファイル名を返します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.getcontentdisposition.see">
  &title.see;
  <para>
   <link linkend="package.html.html-css.html-css.setcontentdisposition">
    <function>HTML_CSS::setContentDisposition</function>
   </link>
  </para>
  <para>
   <ulink url="http://pear.php.net/bugs/bug.php?id=12195">http://pear.php.net/bugs/bug.php?id=12195
    Patch by Carsten Wiedmann
   </ulink> も参照ください。
  </para>
 </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
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
-->


http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/getcharset.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/getcharset.xml
+++ peardoc/ja/package/html/html-css/html-css/getcharset.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.getcharset">
 <refnamediv>
  <refname><function>HTML_CSS::getCharset</function></refname>
  <refpurpose>文字セットエンコーディング文字列を返す</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>string  <function>HTML_CSS::getCharset</function></funcdef>
    <paramdef></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.getcharset.desc">
  &title.desc;
  <para>
   デフォルトでは、HTML_CSS は iso-8859-1 エンコーディングを使用します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.getcharset.throws">
  &title.throws;
  <para>
   例外はスローされません。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.getcharset.see">
  &title.see;
  <para>
   <link linkend="package.html.html-css.html-css.setcharset">
    <function>HTML_CSS::setCharset</function>
   </link> も参照ください。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.getcharset.since">
  &title.since;
  <para>
   バージョン 0.2.0 (2003-07-31) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.getcharset.note">
  &title.note;
  &note.notstatic;
 </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
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
-->
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/display.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/display.xml
+++ peardoc/ja/package/html/html-css/html-css/display.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.3 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.display">
 <refnamediv>
  <refname><function>HTML_CSS::display</function></refname>
  <refpurpose>CSS コードを出力する</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>void  <function>HTML_CSS::display</function></funcdef>
    <paramdef></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.display.desc">
  &title.desc;
  <para>
   スタイルシートの内容を標準出力に送信します。
   cacheControl ヘッダおよび contentDisposition ヘッダを処理します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.display.throws">
  &title.throws;
  <para>
   例外はスローされません。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.display.see">
  &title.see;
  <para>
   <link linkend="package.html.html-css.html-css.tostring">
    <function>HTML_CSS::toString</function>
   </link> も参照ください。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.display.since">
  &title.since;
  <para>
   バージョン 0.2.0 (2003-07-31) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.display.note">
  &title.note;
  &note.notstatic;
 </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
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
-->
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/creategroup.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/creategroup.xml
+++ peardoc/ja/package/html/html-css/html-css/creategroup.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.creategroup">
 <refnamediv>
  <refname><function>HTML_CSS::createGroup</function></refname>
  <refpurpose>新しい CSS 定義グループを作成する</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>mixed|PEAR_Error      <function>HTML_CSS::createGroup</function></funcdef>
    <paramdef>string <parameter>$selectors</parameter></paramdef>
    <paramdef>mixed <parameter> <optional>$group = &null;</optional></parameter></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.creategroup.desc">
  &title.desc;
  <para>
   新しい CSS 定義グループを作成します。グループ ID を返します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.creategroup.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.string;
      <parameter>$selectors</parameter>
     </term>
     <listitem>
      <para>
       定義するセレクタ。カンマ区切りで指定します。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
   <variablelist>
    <varlistentry>
     <term>
      &type.mixed;
      <parameter>$group</parameter>
     </term>
     <listitem>
      <para>
       (オプション) グループ ID。
       省略した場合は、自動的に割り当てた値を返します。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.creategroup.see">
  &title.see;
  <para>
    <link linkend="package.html.html-css.html-css.unsetgroup">
     <function>HTML_CSS::unsetGroup</function>
    </link> も参照ください。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.creategroup.throws">
  &title.throws;
  <para>
   <emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT, HTML_CSS_ERROR_INVALID_GROUP
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.creategroup.since">
  &title.since;
  <para>
   バージョン 0.3.0 (2003-11-03) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.creategroup.note">
  &title.note;
  &note.notstatic;
 </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
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
-->
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/apiversion.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/apiversion.xml
+++ peardoc/ja/package/html/html-css/html-css/apiversion.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.3 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.apiversion">
 <refnamediv>
  <refname><function>HTML_CSS::apiVersion</function></refname>
  <refpurpose>現在の API のバージョンを返す</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>string  <function>HTML_CSS::apiVersion</function></funcdef>
    <paramdef></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.apiversion.desc">
  &title.desc;
  <para>
   1.0.0 以降は結果を文字列で返します。
   以前のバージョンでは浮動小数点数値で返していました。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.apiversion.returns">
  &title.returns;
  <para>
   php.version_compare() と互換性のある値を返します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.apiversion.throws">
  &title.throws;
  <para>
   例外はスローされません。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.apiversion.since">
  &title.since;
  <para>
   バージョン (2003-07-31) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.apiversion.note">
  &title.note;
  &note.notstatic;
 </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
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
-->
http://cvs.php.net/viewvc.cgi/peardoc/ja/package/html/html-css/html-css/addgroupselector.xml?view=markup&rev=1.1
Index: peardoc/ja/package/html/html-css/html-css/addgroupselector.xml
+++ peardoc/ja/package/html/html-css/html-css/addgroupselector.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<refentry id="package.html.html-css.html-css.addgroupselector">
 <refnamediv>
  <refname><function>HTML_CSS::addGroupSelector</function></refname>
  <refpurpose>セレクタを CSS 定義グループに追加する</refpurpose>
 </refnamediv>

 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once &apos;HTML/CSS.php&apos;;
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>void|PEAR_Error <function>HTML_CSS::addGroupSelector</function></funcdef>
    <paramdef>mixed <parameter>$group</parameter></paramdef>
    <paramdef>string <parameter>$selectors</parameter></paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>

 <refsect1 id="package.html.html-css.html-css.addgroupselector.desc">
  &title.desc;
  <para>
   セレクタを CSS 定義グループに追加します。
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.addgroupselector.param">
  &title.param;
  <para>
   <variablelist>
    <varlistentry>
     <term>
      &type.mixed;
      <parameter>$group</parameter>
     </term>
     <listitem>
      <para>
       CSS 定義グループ ID。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
   <variablelist>
    <varlistentry>
     <term>
      &type.string;
      <parameter>$selectors</parameter>
     </term>
     <listitem>
      <para>
       定義するセレクタ。カンマ区切りで指定します。
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.addgroupselector.throws">
  &title.throws;
  <para>
   <emphasis>throws</emphasis> HTML_CSS_ERROR_NO_GROUP, HTML_CSS_ERROR_INVALID_INPUT
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.addgroupselector.since">
  &title.since;
  <para>
   バージョン 0.3.0 (2003-11-03) 以降
  </para>
 </refsect1>

 <refsect1 id="package.html.html-css.html-css.addgroupselector.note">
  &title.note;
  &note.notstatic;
 </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
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
-->
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.