<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.xml.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'ref.xml.php',
    1 => 'XML 解析器函数',
    2 => 'XML 解析器函数',
  ),
  'up' => 
  array (
    0 => 'book.xml.php',
    1 => 'XML 解析器',
  ),
  'prev' => 
  array (
    0 => 'example.xml-parsing-with-class.php',
    1 => 'XML Parsing With Class',
  ),
  'next' => 
  array (
    0 => 'function.xml-error-string.php',
    1 => 'xml_error_string',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'reference/xml/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.xml.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.xml" class="reference">
 <h1 class="title">XML 解析器函数</h1>

 


























































































































































<h2>目录</h2><ul class="chunklist chunklist_reference"><li><a href="function.xml-error-string.php">xml_error_string</a> — 获取 XML 解析器的错误字符串</li><li><a href="function.xml-get-current-byte-index.php">xml_get_current_byte_index</a> — 获取 XML 解析器的当前字节索引</li><li><a href="function.xml-get-current-column-number.php">xml_get_current_column_number</a> — 获取 XML 解析器的当前列号</li><li><a href="function.xml-get-current-line-number.php">xml_get_current_line_number</a> — 获取 XML 解析器的当前行号</li><li><a href="function.xml-get-error-code.php">xml_get_error_code</a> — 获取 XML 解析器错误代码</li><li><a href="function.xml-parse.php">xml_parse</a> — 开始解析 XML 文档</li><li><a href="function.xml-parse-into-struct.php">xml_parse_into_struct</a> — 解析 XML 数据到数组中</li><li><a href="function.xml-parser-create.php">xml_parser_create</a> — 创建 XML 解析器</li><li><a href="function.xml-parser-create-ns.php">xml_parser_create_ns</a> — 创建支持命名空间的 XML 解析器</li><li><a href="function.xml-parser-free.php">xml_parser_free</a> — 释放 XML 解析器</li><li><a href="function.xml-parser-get-option.php">xml_parser_get_option</a> — 从 XML 解析器获取选项</li><li><a href="function.xml-parser-set-option.php">xml_parser_set_option</a> — 在 XML 解析器中设置选项</li><li><a href="function.xml-set-character-data-handler.php">xml_set_character_data_handler</a> — 建立字符数据处理器</li><li><a href="function.xml-set-default-handler.php">xml_set_default_handler</a> — 建立默认处理程序</li><li><a href="function.xml-set-element-handler.php">xml_set_element_handler</a> — 建立起始和终止元素处理程序</li><li><a href="function.xml-set-end-namespace-decl-handler.php">xml_set_end_namespace_decl_handler</a> — 设置终止命名空间声明处理程序</li><li><a href="function.xml-set-external-entity-ref-handler.php">xml_set_external_entity_ref_handler</a> — 设置外部实体引用处理程序</li><li><a href="function.xml-set-notation-decl-handler.php">xml_set_notation_decl_handler</a> — 设置符号声明处理程序</li><li><a href="function.xml-set-object.php">xml_set_object</a> — 在对象中使用 XML 解析器</li><li><a href="function.xml-set-processing-instruction-handler.php">xml_set_processing_instruction_handler</a> — 建立处理指令（PI）处理程序</li><li><a href="function.xml-set-start-namespace-decl-handler.php">xml_set_start_namespace_decl_handler</a> — 设置起始命名空间声明处理程序</li><li><a href="function.xml-set-unparsed-entity-decl-handler.php">xml_set_unparsed_entity_decl_handler</a> — 建立未解析实体定义声明处理程序</li></ul>
</div>
<?php manual_footer($setup); ?>