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@202455 c90b9560-bf6c-de11-be94-00142212c4b1
232 lines
8.0 KiB
XML
232 lines
8.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision: 1.1 $ -->
|
|
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
|
|
<!-- Purpose: xml -->
|
|
<!-- Membership: pecl, bundled, external -->
|
|
|
|
<reference id="ref.xmlreader">
|
|
<title>XMLReader 関数</title>
|
|
<titleabbrev>XMLReader</titleabbrev>
|
|
|
|
<partintro>
|
|
|
|
<section id="xmlreader.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
XMLReader 拡張モジュールは、プル型の XML パーサです。ドキュメント
|
|
ストリーム内をカーソル風に進んでいき、その途中の各ノードで立ち止まります。
|
|
</para>
|
|
</section>
|
|
|
|
&reference.xmlreader.configure;
|
|
|
|
<section id='xmlreader.classes'>
|
|
&reftitle.classes;
|
|
<para>
|
|
</para>
|
|
|
|
<section id='xmlreader.class.xmlreader'>
|
|
<title><classname>XMLReader</classname></title>
|
|
<para>
|
|
</para>
|
|
<section id='xmlreader.class.xmlreader.methods'>
|
|
&reftitle.methods;
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-close" /> - XMLReader の入力を閉じる</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-expand" /> - 現在のノードを DOM ノードにエクスポートする</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-getattribute" /> - 名前をもとに、属性の値を取得する</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-getattributeno" /> - 位置をもとに、属性の値を取得する</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-getattributens" /> - 名前および URI をもとに、属性の値を取得する</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-getparserproperty" /> - パーサのプロパティが設定されているかどうかを示す</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-isvalid" /> - 妥当なドキュメントであるかどうかを示す</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-lookupnamespace" /> - ノードのスコープで、プレフィックスの URI を取得する</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-movetoattribute" /> - リーダを、指定した名前の属性に移動する</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-movetoattributeno" /> - リーダを、指定したインデックスの属性に移動する</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-movetoattributens" /> - リーダを、指定した名前および URI の属性に移動する</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-movetoelement" /> - 現在の属性ノードの親要素に移動する</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-movetofirstattribute" /> - ノードの最初の属性に移動する</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-movetonextattribute" /> - ノードの次の属性に移動する</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-next" /> - 子を飛ばして、次の要素に移動する</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-open" /> - パースする URI を設定する</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-read" /> - ストリーム内の次のノードに移動する</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-setparserproperty" /> - パーサのプロパティを設定する</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-setrelaxngschema" /> - 妥当性を検証するための RelaxNG スキーマの URI を設定する</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-setrelaxngschemasource" /> - 妥当性を検証するための RelaxNG スキーマを含む文字列を設定する</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><xref linkend="function.xmlreader-xml" /> - パースする文字列データを設定する</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</section>
|
|
<section id='xmlreader.class.xmlreader.properties'>
|
|
&reftitle.properties;
|
|
<table>
|
|
<title/>
|
|
<tgroup cols="4">
|
|
<thead>
|
|
<row>
|
|
<entry>名前</entry>
|
|
<entry>型</entry>
|
|
<entry>読み込み専用</entry>
|
|
<entry>説明</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>attributeCount</entry>
|
|
<entry>int</entry>
|
|
<entry>yes</entry>
|
|
<entry>ノード上の属性の数</entry>
|
|
</row>
|
|
<row>
|
|
<entry>baseURI</entry>
|
|
<entry>string</entry>
|
|
<entry>yes</entry>
|
|
<entry>ノードのベース URI</entry>
|
|
</row>
|
|
<row>
|
|
<entry>depth</entry>
|
|
<entry>int</entry>
|
|
<entry>yes</entry>
|
|
<entry>ツリー内でのノードの階層 (0 から数える)</entry>
|
|
</row>
|
|
<row>
|
|
<entry>hasAttributes</entry>
|
|
<entry>bool</entry>
|
|
<entry>yes</entry>
|
|
<entry>ノードが属性を保持しているかどうか</entry>
|
|
</row>
|
|
<row>
|
|
<entry>hasValue</entry>
|
|
<entry>bool</entry>
|
|
<entry>yes</entry>
|
|
<entry>ノードがテキストの値を保持しているかどうか</entry>
|
|
</row>
|
|
<row>
|
|
<entry>isDefault</entry>
|
|
<entry>bool</entry>
|
|
<entry>yes</entry>
|
|
<entry>属性が DTD のデフォルトかどうか</entry>
|
|
</row>
|
|
<row>
|
|
<entry>isEmptyElement</entry>
|
|
<entry>bool</entry>
|
|
<entry>yes</entry>
|
|
<entry>ノードが空要素のタグかどうか</entry>
|
|
</row>
|
|
<row>
|
|
<entry>localName</entry>
|
|
<entry>string</entry>
|
|
<entry>yes</entry>
|
|
<entry>ノードのローカル名</entry>
|
|
</row>
|
|
<row>
|
|
<entry>name</entry>
|
|
<entry>string</entry>
|
|
<entry>yes</entry>
|
|
<entry>ノードの限定名</entry>
|
|
</row>
|
|
<row>
|
|
<entry>namespaceURI</entry>
|
|
<entry>string</entry>
|
|
<entry>yes</entry>
|
|
<entry>ノードに関連付けられた名前空間の URI</entry>
|
|
</row>
|
|
<row>
|
|
<entry>nodeType</entry>
|
|
<entry>int</entry>
|
|
<entry>yes</entry>
|
|
<entry>ノードの型</entry>
|
|
</row>
|
|
<row>
|
|
<entry>prefix</entry>
|
|
<entry>string</entry>
|
|
<entry>yes</entry>
|
|
<entry>ノードに関連付けられた名前空間のプレフィックス</entry>
|
|
</row>
|
|
<row>
|
|
<entry>value</entry>
|
|
<entry>string</entry>
|
|
<entry>yes</entry>
|
|
<entry>ノードのテキスト値</entry>
|
|
</row>
|
|
<row>
|
|
<entry>xmlLang</entry>
|
|
<entry>string</entry>
|
|
<entry>yes</entry>
|
|
<entry>ノードが存在する xml:lang スコープ</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
|
|
&reference.xmlreader.constants;
|
|
|
|
</partintro>
|
|
|
|
&reference.xmlreader.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
|
|
-->
|