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

Class: XML_SaxFilters_FilterInterface

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

Class Overview


FilterInterface which shows the available methods and their parameters


Methods


Inherited Variables

Inherited Methods


Class Details

[line 32]
FilterInterface which shows the available methods and their parameters

that your SaxFilters can (optionally) implement
Note: this class is never actually used anywhere - just for documentation



[ Top ]


Method Detail

close   [line 56]

void close( string &$tag)

Sax end element handler
  • Access: protected

Parameters:

string   &$tag   —  element tag name

[ Top ]

data   [line 64]

void data( string &$data)

Sax character data handler
  • Access: protected

Parameters:

string   &$data   —  contents of element

[ Top ]

endDoc   [line 96]

void endDoc( )

End of parsing handler
  • Access: protected

[ Top ]

escape   [line 81]

void escape( string &$data)

Escape handler (PEAR::XML_HTMLSax only)
  • Access: protected

Parameters:

string   &$data   —  contents of escape

[ Top ]

jasp   [line 89]

void jasp( string &$data)

JSP/ASP markup handler (PEAR::XML_HTMLSax only)
  • Access: protected

Parameters:

string   &$data   —  contents of escape

[ Top ]

open   [line 48]

void open( string &$tag, array &$attribs)

Sax start element handler
  • Access: protected

Parameters:

string   &$tag   —  element tag name
array   &$attribs   —  element attributes

[ Top ]

pi   [line 73]

void pi( string &$target, string &$instruction)

Sax processing instruction handler
  • Access: protected

Parameters:

string   &$target   —  target processor
string   &$instruction   —  instruction to processor

[ Top ]

startDoc   [line 39]

void startDoc( )

Start of parsing handler
  • Access: protected

[ Top ]


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