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

Class: XML_SaxFilters_WriterInterface

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

Class Overview


Interface for Writer classes to implement.


Methods


Inherited Variables

Inherited Methods


Class Details

[line 32]
Interface for Writer classes to implement.

Writers are used by XML parsers to store output while parsing



[ Top ]


Method Detail

close   [line 55]

viod close( )

Close the connection the resource that data is being written to
  • Access: public

[ Top ]

getReader   [line 48]

object class &getReader( )

Gets a reader for the data which is being written
  • Return: implementing reader interface
  • Access: public

[ Top ]

write   [line 41]

mixed write( mixed &$data, [mixed $params = array()])

Write some data
  • Access: public

Parameters:

mixed   &$data   — 
mixed   $params   —  (optional)

[ Top ]


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