- getAttributeValues() - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlModuleHandler
-
Returns the set of attribute values.
- getCharacterReferences() - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlDeclStream
-
Returns the character references as a List
of Integers.
- getCharset() - Method in class edu.harvard.hul.ois.jhove.module.xml.HtmlMetadata
-
- getComments() - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlLexicalHandler
-
Returns the value of the comments list, which is
a List of Strings.
- getDTDURI() - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlModuleHandler
-
Returns the DTD URI.
- getEncoding() - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlDeclStream
-
Returns the encoding string.
- getEntityNames() - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlLexicalHandler
-
Returns the Set of entity names.
- getExternalEntityDeclarations() - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlDeclHandler
-
Returns list of entity declarations.
- getHtmlMetadata() - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlModuleHandler
-
Returns the HTML metadata object.
- getInternalEntityDeclarations() - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlDeclHandler
-
Returns list of entity declarations.
- getKindOfLineEnd() - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlDeclStream
-
- getMessages() - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlModuleHandler
-
Returns the List of messages generated during the parse.
- getNamespaces() - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlModuleHandler
-
Returns the map of prefixes to namespaces.
- getNotations() - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlModuleHandler
-
Returns the list of notations.
- getProcessingInstructions() - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlModuleHandler
-
Returns the List of processing instructions.
- getPropUnderConstruction() - Method in class edu.harvard.hul.ois.jhove.module.xml.HtmlMetadata
-
Returns the "property under construction."
- getRoot() - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlModuleHandler
-
Returns the qualified name of the root element.
- getSchemas() - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlModuleHandler
-
Returns the list of schemas.
- getSigFlag() - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlModuleHandler
-
Returns true if we have seen an element or a
processing instruction, which implies that we've seen an
XML declaration.
- getStandalone() - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlDeclStream
-
Returns the standalone string.
- getTitle() - Method in class edu.harvard.hul.ois.jhove.module.xml.HtmlMetadata
-
Returns the contents of the TITLE element.
- getUnparsedEntities() - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlModuleHandler
-
Returns the list of unparsed entities.
- getUtf8BlockMarker() - Method in class edu.harvard.hul.ois.jhove.module.xml.HtmlMetadata
-
Returns the UTF8BlockMarker for the metadata.
- getVersion() - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlDeclStream
-
Returns the version string.
- getXHTMLVersion(String) - Static method in class edu.harvard.hul.ois.jhove.module.xml.DTDMapper
-
Returns the XHTML version associated with the DTD's
public ID.
- SchemaInfo - Class in edu.harvard.hul.ois.jhove.module.xml
-
A little class so we can treat schema information as a structure
- SchemaInfo() - Constructor for class edu.harvard.hul.ois.jhove.module.xml.SchemaInfo
-
- setCharset(String) - Method in class edu.harvard.hul.ois.jhove.module.xml.HtmlMetadata
-
Stores the charset defined in the HTML element.
- setLanguage(String) - Method in class edu.harvard.hul.ois.jhove.module.xml.HtmlMetadata
-
Stores the language defined in the HTML element.
- setLocalSchemas(Map<String, File>) - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlModuleHandler
-
Sets a map of schema URIs to local files.
- setPropUnderConstruction(Property) - Method in class edu.harvard.hul.ois.jhove.module.xml.HtmlMetadata
-
Sets a "property under construction".
- setTitle(String) - Method in class edu.harvard.hul.ois.jhove.module.xml.HtmlMetadata
-
Stores the contents of the TITLE element.
- setXhtmlDoctype(String) - Method in class edu.harvard.hul.ois.jhove.module.XmlModule
-
Sets the value of the doctype string, assumed to have been forced
to upper case.
- setXhtmlFlag(boolean) - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlModuleHandler
-
Sets the value of the XHTML flag.
- startCDATA() - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlLexicalHandler
-
Report the start of a CDATA section.
- startDTD(String, String, String) - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlLexicalHandler
-
Report the start of DTD declarations, if any.
- startElement(String, String, String, Attributes) - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlModuleHandler
-
Looks for the first element encountered.
- startEntity(String) - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlLexicalHandler
-
Accumulates entity names into the entity set.
- startPrefixMapping(String, String) - Method in class edu.harvard.hul.ois.jhove.module.xml.XmlModuleHandler
-
Begin the scope of a prefix-URI Namespace mapping.
- systemID - Variable in class edu.harvard.hul.ois.jhove.module.xml.EntityInfo
-