Uses of Class
edu.harvard.hul.ois.jhove.Document
Packages that use Document
Package
Description
Contains the classes needed for building a JHOVE application.
Contains the main classes for JHOVE output handlers.
-
Uses of Document in edu.harvard.hul.ois.jhove
Fields in edu.harvard.hul.ois.jhove with type parameters of type DocumentModifier and TypeFieldDescriptionHandlerBase._specificationHandler specification document listModuleBase._specificationModule specification document listMethods in edu.harvard.hul.ois.jhove that return types with arguments of type DocumentModifier and TypeMethodDescriptionHandlerBase.getSpecification()Returns a list ofDocumentobjects (one for each specification document).Module.getSpecification()Returns a list ofDocumentobjects (one for each specification document of the format).ModuleBase.getSpecification()Returns a list ofDocumentobjects (one for each specification document of the format).OutputHandler.getSpecification()Returns a List of Document objects giving the format specification documentation -
Uses of Document in edu.harvard.hul.ois.jhove.handler
Methods in edu.harvard.hul.ois.jhove.handler with parameters of type DocumentModifier and TypeMethodDescriptionprotected javax.json.JsonObjectBuilderJsonHandler.showDocument(Document document) protected voidXmlHandler.showDocument(Document document)