Package amplee :: Package atompub :: Package member :: Module web :: Class XHTMLMember
[hide private]
[frames] | no frames]

Class XHTMLMember

source code

 object --+        
          |        
EntryMember --+    
              |    
    MediaMember --+
                  |
                 XHTMLMember

Instance Methods [hide private]
  __init__(self, collection, source=None, abs_path=None, resource_id_generator=None, slug=None, ext=u'xhtml', media_type=u'application/xhtml+xml', inline_content=True, entry_id_creator=None, **kwargs)
...

Inherited from EntryMember (private): _delentry, _getentry, _setentry

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__


Properties [hide private]

Inherited from MediaMember: content

Inherited from EntryMember: atom

Inherited from object: __class__


Method Details [hide private]

__init__(self, collection, source=None, abs_path=None, resource_id_generator=None, slug=None, ext=u'xhtml', media_type=u'application/xhtml+xml', inline_content=True, entry_id_creator=None, **kwargs)
(Constructor)

source code 


Keyword arguments:
collection -- AtomPubCollection instance holding this member
media_type -- resource mime-type

Overrides: MediaMember.__init__
(inherited documentation)