|
|
__init__(self)
Provides a simple API to manipulate the collection feed as well as
a public feed associated to the collection. |
source code
|
|
|
|
init_public(self,
collection=None,
entry_processor=None,
post_processor=None,
member_class=<class 'amplee.atompub.member.MemberResource'>)
Initializes the public feed from the collection feed. |
source code
|
|
|
|
set_public_xslt(self,
path)
Adds a processing instruction to the public feed to enable XSLT
processing of the feed by the consumer. |
source code
|
|
|
|
set_collection_xslt(self,
path)
Adds a processing instruction to the collection feed to enable
XSLT processing of the feed by the consumer. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
string
|
public_xml(self,
indent=False)
Returns a byte string of the public feed or None if the feed was
not set yet. |
source code
|
|
|
|
set(self,
feed)
Replaces the collection feed instance by the one provided in
parameter. |
source code
|
|
amara.bindery.root_base
|
|
|
string
|
collection_xml(self,
indent=False)
Returns a byte string of the collection feed or None
if the feed was not set yet. |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|