<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'book.xmlreader.php',
    1 => 'XMLReader',
    2 => 'XMLReader',
  ),
  'up' => 
  array (
    0 => 'refs.xml.php',
    1 => 'Обробка XML',
  ),
  'prev' => 
  array (
    0 => 'class.xmlparser.php',
    1 => 'XMLParser',
  ),
  'next' => 
  array (
    0 => 'intro.xmlreader.php',
    1 => 'Вступ',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/xmlreader/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.xmlreader.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.xmlreader" class="book">
 
 <h1 class="title">XMLReader</h1>

 
 
 

 







 





<ul class="chunklist chunklist_book"><li><a href="intro.xmlreader.php">Вступ</a></li><li><a href="xmlreader.setup.php">Встановлення/налаштування</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="xmlreader.requirements.php">Вимоги</a></li><li><a href="xmlreader.installation.php">Встановлення</a></li></ul></li><li><a href="class.xmlreader.php">XMLReader</a> — The XMLReader class<ul class="chunklist chunklist_book chunklist_children"><li><a href="xmlreader.close.php">XMLReader::close</a> — Close the XMLReader input</li><li><a href="xmlreader.expand.php">XMLReader::expand</a> — Returns a copy of the current node as a DOM object</li><li><a href="xmlreader.fromstream.php">XMLReader::fromStream</a> — Creates an XMLReader from a stream to read from</li><li><a href="xmlreader.fromstring.php">XMLReader::fromString</a> — Creates an XMLReader from an XML string</li><li><a href="xmlreader.fromuri.php">XMLReader::fromUri</a> — Creates an XMLReader from a URI to read from</li><li><a href="xmlreader.getattribute.php">XMLReader::getAttribute</a> — Get the value of a named attribute</li><li><a href="xmlreader.getattributeno.php">XMLReader::getAttributeNo</a> — Get the value of an attribute by index</li><li><a href="xmlreader.getattributens.php">XMLReader::getAttributeNs</a> — Get the value of an attribute by localname and URI</li><li><a href="xmlreader.getparserproperty.php">XMLReader::getParserProperty</a> — Indicates if specified property has been set</li><li><a href="xmlreader.isvalid.php">XMLReader::isValid</a> — Indicates if the parsed document is valid</li><li><a href="xmlreader.lookupnamespace.php">XMLReader::lookupNamespace</a> — Lookup namespace for a prefix</li><li><a href="xmlreader.movetoattribute.php">XMLReader::moveToAttribute</a> — Move cursor to a named attribute</li><li><a href="xmlreader.movetoattributeno.php">XMLReader::moveToAttributeNo</a> — Move cursor to an attribute by index</li><li><a href="xmlreader.movetoattributens.php">XMLReader::moveToAttributeNs</a> — Move cursor to a named attribute</li><li><a href="xmlreader.movetoelement.php">XMLReader::moveToElement</a> — Position cursor on the parent Element of current Attribute</li><li><a href="xmlreader.movetofirstattribute.php">XMLReader::moveToFirstAttribute</a> — Position cursor on the first Attribute</li><li><a href="xmlreader.movetonextattribute.php">XMLReader::moveToNextAttribute</a> — Position cursor on the next Attribute</li><li><a href="xmlreader.next.php">XMLReader::next</a> — Move cursor to next node skipping all subtrees</li><li><a href="xmlreader.open.php">XMLReader::open</a> — Set the URI containing the XML to parse</li><li><a href="xmlreader.read.php">XMLReader::read</a> — Move to next node in document</li><li><a href="xmlreader.readinnerxml.php">XMLReader::readInnerXml</a> — Retrieve XML from current node</li><li><a href="xmlreader.readouterxml.php">XMLReader::readOuterXml</a> — Retrieve XML from current node, including itself</li><li><a href="xmlreader.readstring.php">XMLReader::readString</a> — Reads the contents of the current node as a string</li><li><a href="xmlreader.setparserproperty.php">XMLReader::setParserProperty</a> — Set parser options</li><li><a href="xmlreader.setrelaxngschema.php">XMLReader::setRelaxNGSchema</a> — Set the filename or URI for a RelaxNG Schema</li><li><a href="xmlreader.setrelaxngschemasource.php">XMLReader::setRelaxNGSchemaSource</a> — Set the data containing a RelaxNG Schema</li><li><a href="xmlreader.setschema.php">XMLReader::setSchema</a> — Validate document against XSD</li><li><a href="xmlreader.xml.php">XMLReader::XML</a> — Set the data containing the XML to parse</li></ul></li></ul></div><?php manual_footer($setup); ?>