XML_SaxFilters
[ class tree: XML_SaxFilters ] [ index: XML_SaxFilters ] [ all elements ]

Class: XML_SaxFilters_IO_StringReader

Source Location: /XML_SaxFilters-0.3.0/SaxFilters/IO/StringReader.php

Class Overview


StringReader streams data from a string for use by an XML parser


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 32]
StringReader streams data from a string for use by an XML parser
  • Access: public


[ Top ]


Method Detail

XML_SaxFilters_IO_StringReader (Constructor)   [line 61]

XML_SaxFilters_IO_StringReader XML_SaxFilters_IO_StringReader( string &$string, [int $buffer = 4096])

StringReader Constructor
  • Access: public

Parameters:

string   &$string   —  string to read from
int   $buffer   —  buffer size to read in characers

[ Top ]

isFinal   [line 89]

boolean isFinal( )

Indicates whether the reader has reached the end of the data source
  • Access: public

[ Top ]

read   [line 73]

mixed read( )

Read some data from the string
  • Return: data of FALSE when finished
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 10:15:11 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.