OPFReference¶
An OPF <reference> element, that is, a child of the <guide>.
-
class
yael.opfreference.OPFReference(internal_path=None, obj=None, string=None)[source]¶ Build an OPF <reference> 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_title¶ The value of the title attribute.
Return type: str
-
v_type¶ The value of the type attribute.
Return type: str
-