LinkParser


Attributes

a FEED_TYPES

('application/rss+xml',
 'text/xml',
 'application/atom+xml',
 'application/x.atom+xml',
 'application/x-atom+xml')

a entitydefs

{'amp': '&', 'lt': '<', 'gt': '>', 'apos': "'", 'quot': '"'}

Methods

f __init__(self, baseuri) ...

f normalize_attrs(self, attrs) ...

f do_base(self, attrs) ...

f do_link(self, attrs) ...

See the source for more information.