Package openid :: Package yadis :: Module filters
[frames | no frames]

Module openid.yadis.filters

This module contains functions and classes used for extracting endpoint information out of a Yadis XRD file using the ElementTree XML parser.
Classes
BasicServiceEndpoint Generic endpoint object that contains parsed service information, as well as a reference to the service element from which it was generated.
CompoundFilter Create a new filter that applies a set of filters to an endpoint and collects their results.
IFilter Interface for Yadis filter objects.
TransformFilterMaker Take a list of basic filters and makes a filter that transforms the basic filter into a top-level filter.

Function Summary
  mkFilter(parts)
Convert a filter-convertable thing into a filter

Function Details

mkFilter(parts)

Convert a filter-convertable thing into a filter
Parameters:
parts - a filter, an endpoint, a callable, or a list of any of these.

Generated by Epydoc 2.1 on Fri Jun 6 15:54:35 2008 http://epydoc.sf.net