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

Class: UrlFilter

Source Location: /XML_SaxFilters-0.3.0/docs/examples/chained.php

Class Overview

XML_SaxFilters_AbstractFilter
   |
   --UrlFilter

Base class for Sax Filters to extend.


Variables

Methods


Inherited Variables

Inherited Methods

Class: XML_SaxFilters_AbstractFilter

XML_SaxFilters_AbstractFilter::attachToParent()
Calls the parent setChild() method allow a child filter
XML_SaxFilters_AbstractFilter::close()
Sax end element handler
XML_SaxFilters_AbstractFilter::data()
Sax character data handler
XML_SaxFilters_AbstractFilter::detachFromParent()
Calls the parent unsetChild() method removing any child filter
XML_SaxFilters_AbstractFilter::endDoc()
End of parsing handler
XML_SaxFilters_AbstractFilter::escape()
Escape handler (PEAR::XML_HTMLSax only)
XML_SaxFilters_AbstractFilter::getWriter()
Unsets the writer
XML_SaxFilters_AbstractFilter::jasp()
JSP/ASP markup handler (PEAR::XML_HTMLSax only)
XML_SaxFilters_AbstractFilter::open()
Sax start element handler
XML_SaxFilters_AbstractFilter::pi()
Sax processing instruction handler
XML_SaxFilters_AbstractFilter::setChild()
Sets the child filter to which events are delegated
XML_SaxFilters_AbstractFilter::setParent()
Sets the parent filter allow the child to talk back
XML_SaxFilters_AbstractFilter::setWriter()
Sets the writer
XML_SaxFilters_AbstractFilter::startDoc()
Start of parsing handler
XML_SaxFilters_AbstractFilter::unsetChild()
Unsets the child filter
XML_SaxFilters_AbstractFilter::unsetParent()
Breaks the connection to from the child to the parent filter.
XML_SaxFilters_AbstractFilter::__destroy()
Called whenever a filter is unset. Provides a clean up state where

Class Details

[line 87]
Base class for Sax Filters to extend.

Provides methods for dealing with listeners, parents and writers.



[ Top ]


Class Variables

$inUrl =  FALSE

[line 95]


Type:   mixed


[ Top ]

$Output =

[line 93]

Instance of Output

Type:   mixed


[ Top ]



Method Detail

UrlFilter (Constructor)   [line 97]

UrlFilter UrlFilter( &$Output)


Parameters:

   &$Output   — 

[ Top ]

close   [line 109]

void close( &$tag)


Overrides XML_SaxFilters_AbstractFilter::close() (Sax end element handler)

Parameters:

   &$tag   — 

[ Top ]

data   [line 116]

void data( &$data)


Overrides XML_SaxFilters_AbstractFilter::data() (Sax character data handler)

Parameters:

   &$data   — 

[ Top ]

open   [line 102]

void open( &$tag, &$attribs)


Overrides XML_SaxFilters_AbstractFilter::open() (Sax start element handler)

Parameters:

   &$tag   — 
   &$attribs   — 

[ Top ]


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