Navigation

  • index
  • modules |
  • next |
  • previous |
  • yael 0.0.6 documentation »

OPFLink¶

An OPF <link> element, that is, a child of the <metadata>.

class yael.opflink.OPFLink(internal_path=None, obj=None, string=None)[source]¶

Build an OPF <link> element or parse it from obj or string.

v_href¶

The value of the href attribute.

Return type:str
v_id¶

The value of the id attribute.

Return type:str
v_media_type¶

The value of the media-type attribute.

Return type:str
v_refines¶

The value of the refines attribute.

Return type:str
v_rel¶

The value of the rel attribute.

Return type:str

Previous topic

OPFItemref

Next topic

OPFManifest

This Page

  • Show Source

Quick search

Enter search terms or a module, class or function name.

Navigation

  • index
  • modules |
  • next |
  • previous |
  • yael 0.0.6 documentation »
© Copyright 2015, Alberto Pettarin. Created using Sphinx 1.3b2.