Overview

Namespaces

  • BeerXML
    • Exception
    • Generator
    • Parser
    • Record
  • PHP

Classes

  • DateTime
  • XMLReader
  • XMLWriter

Exceptions

  • Exception
  • Overview
  • Namespace
  • Class
  • Tree

Class XMLReader

PHP Extension: Xmlreader
Documented at php.net
Methods summary
public
# close( )
public
# getAttribute( mixed $name )
public
# getAttributeNo( mixed $index )
public
# getAttributeNs( mixed $name, mixed $namespaceURI )
public
# getParserProperty( mixed $property )
public
# isValid( )
public
# lookupNamespace( mixed $prefix )
public
# moveToAttributeNo( mixed $index )
public
# moveToAttribute( mixed $name )
public
# moveToAttributeNs( mixed $name, mixed $namespaceURI )
public
# moveToElement( )
public
# moveToFirstAttribute( )
public
# moveToNextAttribute( )
public
# open( mixed $URI, mixed $encoding, mixed $options )
public
# read( )
public
# next( mixed $localname )
public
# readInnerXml( )
public
# readOuterXml( )
public
# readString( )
public
# setSchema( mixed $filename )
public
# setParserProperty( mixed $property, mixed $value )
public
# setRelaxNGSchema( mixed $filename )
public
# setRelaxNGSchemaSource( mixed $source )
public
# XML( mixed $source, mixed $encoding, mixed $options )
public
# expand( )
Constants summary
integer NONE 0
#
integer ELEMENT 1
#
integer ATTRIBUTE 2
#
integer TEXT 3
#
integer CDATA 4
#
integer ENTITY_REF 5
#
integer ENTITY 6
#
integer PI 7
#
integer COMMENT 8
#
integer DOC 9
#
integer DOC_TYPE 10
#
integer DOC_FRAGMENT 11
#
integer NOTATION 12
#
integer WHITESPACE 13
#
integer SIGNIFICANT_WHITESPACE 14
#
integer END_ELEMENT 15
#
integer END_ENTITY 16
#
integer XML_DECLARATION 17
#
integer LOADDTD 1
#
integer DEFAULTATTRS 2
#
integer VALIDATE 3
#
integer SUBST_ENTITIES 4
#
php-beerxml API documentation generated by ApiGen 2.8.0