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
-