mirror of
https://github.com/php/doc-ja.git
synced 2026-03-30 02:52:08 +02:00
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@195169 c90b9560-bf6c-de11-be94-00142212c4b1
96 lines
2.8 KiB
XML
Executable File
96 lines
2.8 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision: 1.2 $ -->
|
|
<!-- EN-Revision: 1.6 Maintainer: hirokawa Status: ready -->
|
|
<!-- Purpose: xml -->
|
|
<!-- Membership: bundled, external -->
|
|
|
|
<reference id="ref.libxml">
|
|
<title>libxml 関数</title>
|
|
<titleabbrev>libxml</titleabbrev>
|
|
|
|
<partintro>
|
|
<section id="libxml.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
以下の関数/定数は、PHP 5.1.0 以降、
|
|
<link
|
|
linkend="ref.dom">DOM</link>, <link
|
|
linkend="ref.simplexml">SimpleXML</link> および <link
|
|
linkend="ref.xslt">XSLT</link> のような libxml に基く
|
|
エクステンションのどれかをコンパイルしている場合に利用可能です。
|
|
</para>
|
|
</section>
|
|
<section id="libxml.requirements">
|
|
&reftitle.required;
|
|
<para>
|
|
このエクステンションは、<ulink url="&url.libxml;">libxml</ulink> >=
|
|
2.6.0を必要とします。
|
|
</para>
|
|
</section>
|
|
|
|
<section id='libxml.classes'>
|
|
&reftitle.classes;
|
|
|
|
<section id='libxml.class.libxmlerror'>
|
|
<title><classname>LibXMLError</classname></title>
|
|
<section id='libxml.class.libxmlerror.properties'>
|
|
&reftitle.properties;
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>code - エラーのコード。</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
column - エラーが発生した列。このプロパティは libxml では完全には
|
|
実装されておらず、しばしば <literal>0</literal> を返すことがある
|
|
ということに注意しましょう。
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>file - ファイル名。もし XML が文字列から読み込まれた場合は空文字列。</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
level - エラーの深刻度(以下の定数
|
|
<constant>LIBXML_ERR_WARNING</constant>、
|
|
<constant>LIBXML_ERR_ERROR</constant> あるいは
|
|
<constant>LIBXML_ERR_FATAL</constant> のいずれか)。
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>line - エラーが発生した行数。</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>message - エラーメッセージ。</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
|
|
&reference.libxml.constants;
|
|
</partintro>
|
|
&reference.libxml.functions;
|
|
</reference>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|