Uses of Class
edu.harvard.hul.ois.jhove.Document
-
Packages that use Document Package Description edu.harvard.hul.ois.jhove Contains the classes needed for building a JHOVE application.edu.harvard.hul.ois.jhove.handler 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 Document Modifier and Type Field Description protected List<Document>HandlerBase. _specificationHandler specification document listprotected List<Document>ModuleBase. _specificationModule specification document listMethods in edu.harvard.hul.ois.jhove that return types with arguments of type Document Modifier and Type Method Description List<Document>HandlerBase. getSpecification()Returns a list ofDocumentobjects (one for each specification document).List<Document>Module. getSpecification()Returns a list ofDocumentobjects (one for each specification document of the format).List<Document>ModuleBase. getSpecification()Returns a list ofDocumentobjects (one for each specification document of the format).List<Document>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 Document Modifier and Type Method Description protected javax.json.JsonObjectBuilderJsonHandler. showDocument(Document document)protected voidXmlHandler. showDocument(Document document)
-