<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.xml.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'book.simplexml.php',
    1 => 'SimpleXML',
    2 => 'SimpleXML',
  ),
  'up' => 
  array (
    0 => 'refs.xml.php',
    1 => 'XML 操作',
  ),
  'prev' => 
  array (
    0 => 'function.libxml-use-internal-errors.php',
    1 => 'libxml_use_internal_errors',
  ),
  'next' => 
  array (
    0 => 'simplexml.setup.php',
    1 => 'インストール/設定',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/simplexml/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.simplexml.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.simplexml" class="book">
 
 <h1 class="title">SimpleXML</h1>
 
 
 <div id="intro.simplexml" class="preface">
  <h1 class="title">はじめに</h1>
  <p class="para">
   SimpleXML拡張モジュールは、
   XMLをオブジェクトにとても簡単かつ容易に変換するための機能を
   提供します。変換後のオブジェクトでは、
   通常のプロパティセレクタや配列反復子を用いて処理を行うことが
   可能です。
  </p>
 </div>
 

 









 








 





 





 










<ul class="chunklist chunklist_book"><li><a href="simplexml.setup.php">インストール/設定</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="simplexml.requirements.php">要件</a></li><li><a href="simplexml.installation.php">インストール手順</a></li></ul></li><li><a href="simplexml.examples.php">例</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="simplexml.examples-basic.php">基本的な SimpleXML の使用法</a></li><li><a href="simplexml.examples-errors.php">XML エラーの対応</a></li></ul></li><li><a href="class.simplexmlelement.php">SimpleXMLElement</a> — SimpleXMLElement クラス<ul class="chunklist chunklist_book chunklist_children"><li><a href="simplexmlelement.addattribute.php">SimpleXMLElement::addAttribute</a> — SimpleXML 要素に属性を追加する</li><li><a href="simplexmlelement.addchild.php">SimpleXMLElement::addChild</a> — XML ノードに子要素を追加する</li><li><a href="simplexmlelement.asxml.php">SimpleXMLElement::asXML</a> — SimpleXML 要素に基づき整形式の XML 文字列を返す</li><li><a href="simplexmlelement.attributes.php">SimpleXMLElement::attributes</a> — 要素の属性を定義する</li><li><a href="simplexmlelement.children.php">SimpleXMLElement::children</a> — 指定したノードの子ノードを見付ける</li><li><a href="simplexmlelement.construct.php">SimpleXMLElement::__construct</a> — 新しい SimpleXMLElement オブジェクトを作成する</li><li><a href="simplexmlelement.count.php">SimpleXMLElement::count</a> — 子要素を数える</li><li><a href="simplexmlelement.current.php">SimpleXMLElement::current</a> — 現在の要素を返す</li><li><a href="simplexmlelement.getdocnamespaces.php">SimpleXMLElement::getDocNamespaces</a> — ドキュメントで宣言されている名前空間を返す</li><li><a href="simplexmlelement.getname.php">SimpleXMLElement::getName</a> — XML 要素の名前を取得する</li><li><a href="simplexmlelement.getnamespaces.php">SimpleXMLElement::getNamespaces</a> — ドキュメントで使用している名前空間を返す</li><li><a href="simplexmlelement.getchildren.php">SimpleXMLElement::getChildren</a> — 現在の要素の子要素を返す</li><li><a href="simplexmliterator.haschildren.php">SimpleXMLElement::hasChildren</a> — 現在の要素が子要素を持つかどうかを調べる</li><li><a href="simplexmlelement.key.php">SimpleXMLElement::key</a> — 現在のキーを返す</li><li><a href="simplexmlelement.next.php">SimpleXMLElement::next</a> — 次の要素に移動する</li><li><a href="simplexmlelement.registerxpathnamespace.php">SimpleXMLElement::registerXPathNamespace</a> — 次の XPath クエリ用の prefix/ns コンテキストを作成する</li><li><a href="simplexmlelement.rewind.php">SimpleXMLElement::rewind</a> — 最初の要素に巻き戻す</li><li><a href="simplexmlelement.savexml.php">SimpleXMLElement::saveXML</a> — SimpleXMLElement::asXML のエイリアス</li><li><a href="simplexmlelement.tostring.php">SimpleXMLElement::__toString</a> — 文字列で要素の内容を返す</li><li><a href="simplexmlelement.valid.php">SimpleXMLElement::valid</a> — 現在の要素が有効かどうかを調べる</li><li><a href="simplexmlelement.xpath.php">SimpleXMLElement::xpath</a> — XML データに Xpath クエリを実行する</li></ul></li><li><a href="class.simplexmliterator.php">SimpleXMLIterator</a> — SimpleXMLIterator クラス</li><li><a href="ref.simplexml.php">SimpleXML 関数</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.simplexml-import-dom.php">simplexml_import_dom</a> — XML または HTML ノードから SimpleXMLElement オブジェクトを取得する</li><li><a href="function.simplexml-load-file.php">simplexml_load_file</a> — XMLファイルをパースし、オブジェクトに代入する</li><li><a href="function.simplexml-load-string.php">simplexml_load_string</a> — XML 文字列をオブジェクトに代入する</li></ul></li></ul></div><?php manual_footer($setup); ?>