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

Class: XML_SaxFilters_ParserInterface

Source Location: /XML_SaxFilters-0.3.0/SaxFilters/ParserInterface.php

Class Overview


ParserInterface defines methods which SaxParsers must implement


Methods


Inherited Variables

Inherited Methods


Class Details

[line 31]
ParserInterface defines methods which SaxParsers must implement

Note: this class is never actually used anywhere - just for documentation



[ Top ]


Method Detail

parse   [line 46]

mixed parse( )

Tells the SAX parser to parse
  • Return: PEAR Error or true

[ Top ]

parserSetOption   [line 40]

mixed parserSetOption( string $opt, string $val)

Sets a Sax parser option
  • Access: public

Parameters:

string   $opt   —  option name
string   $val   —  option value

[ Top ]


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