Uses of Class
com.adobe.epubcheck.opf.MetadataSet.Builder
-
Packages that use MetadataSet.Builder Package Description com.adobe.epubcheck.opf -
-
Uses of MetadataSet.Builder in com.adobe.epubcheck.opf
Fields in com.adobe.epubcheck.opf with type parameters of type MetadataSet.Builder Modifier and Type Field Description private java.util.Deque<MetadataSet.Builder>OPFHandler30. metadataBuildersMethods in com.adobe.epubcheck.opf that return MetadataSet.Builder Modifier and Type Method Description static MetadataSet.BuilderMetadataSet. builder()Creates a new builder.MetadataSet.BuilderMetadataSet.Builder. meta(java.lang.String id, Property property, java.lang.String value, java.lang.String refines)Adds a metadata expression to the set being built.
-