OPFMeta3¶
An OPF <meta> EPUB 3 metadatum, child of <metadata>.
-
class
yael.opfmeta3.OPFMeta3(internal_path=None, obj=None, string=None)[source]¶ Build an OPF <meta> EPUB 3 metadatum or parse it from obj or string.
-
v_dir¶ The value of the dir attribute.
Return type: str
-
v_id¶ The value of the id attribute.
Return type: str
-
v_property¶ The value of the property attribute.
Return type: str
-
v_refines¶ The value of the refines attribute.
Return type: str
-
v_scheme¶ The value of the scheme attribute.
Return type: str
-
v_tag¶ The tag of this metadatum.
Return type: str
-
v_text¶ The text of this metadatum.
Return type: str
-
v_xml_lang¶ The value of the xml:lang attribute.
Return type: str
-