public class EpubMetadata extends Object
Constructor and Description |
---|
EpubMetadata(InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
boolean |
check() |
List<EpubMetadataProperty> |
getAlternateScript() |
List<EpubMetadataProperty> |
getContributor() |
List<EpubMetadataProperty> |
getCreator() |
List<EpubMetadataProperty> |
getDate() |
List<EpubMetadataProperty> |
getDescription() |
List<EpubMetadataProperty> |
getIdentifier() |
List<EpubMetadataProperty> |
getLanguage() |
List<EpubMetadataProperty> |
getPublisher() |
List<EpubMetadataProperty> |
getRights() |
List<EpubMetadataProperty> |
getTitle() |
public EpubMetadata(InputStream inputStream)
public List<EpubMetadataProperty> getTitle()
public List<EpubMetadataProperty> getCreator()
public List<EpubMetadataProperty> getContributor()
public List<EpubMetadataProperty> getLanguage()
public List<EpubMetadataProperty> getIdentifier()
public List<EpubMetadataProperty> getDescription()
public List<EpubMetadataProperty> getPublisher()
public List<EpubMetadataProperty> getRights()
public List<EpubMetadataProperty> getDate()
public List<EpubMetadataProperty> getAlternateScript()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.