Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Latest version is 0.20-alpha-2.

The project website is available here: <http://odf.openpreservation.org/>.

## Getting the software

See instructions on the project website: <http://odf.openpreservation.org/#installation>

## About

[Open Preservation Foundation](https://openpreservation.org/)'s OpenDocument Format Validator (OPF ODF Validator) enables your organisation to validate the file format standard and a set of file format policy rules created for improving the preservation effort of any files saved in the OpenDocument Format.
[Open Preservation Foundation](https://openpreservation.org/)'s OpenDocument Format Validator (OPF ODF Validator) enables your organisation to validate the file format standard. Additionally, it supports a set of file format policy rules created for improving the preservation effort of OpenDocument Format spreadsheet files.
32 changes: 22 additions & 10 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Read more about:

* [Quick start for installing/building the software](#quick-start)
* [Using the command line software](./usage/).
* [A list of validation checks performed by the software](./validation/).
* [More details of the detection of validation conditions](./detection/).
Expand All @@ -13,25 +14,36 @@ Read more about:

## File format support

The validator currently supports validation of spreadsheets with extensions .fods, .ods and .ots.
The validator validates Open Document Format documents of all formats. It supports all versions at time of writing, from v1.0 to v1.4.

## Validation regulations references
## ODF validation references

* [OASIS OpenDocument Format](https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office)
* [OPF Spreadsheets Preservation Specification](https://github.com/opf-labs/Spreadsheets-Preservation-Specification)

You may read more about the technical details of the validation checks [here](./validation/).

## Quick Start
## Quick start

For developer instructions with Maven locations and examples please see [DEVELOPER.md](./developer/).
### Installation

### Prerequisites
Download the latest version of the validator. The latest builds can be found on the [GitHub releases page](https://github.com/openpreserve/odf-validator/releases/tag/v0.20-alpha-2). The software is available in four packages, a JAR file that requires a Java JRE v11 or greater, or platform specific executables for Windows, MacOS and Linux.

To run the software you'll need a [Java 8](https://www.java.com/en/download/manual.jsp) JRE or newer.
To build the software you'll need a [Java 8](https://www.oracle.com/java/technologies/downloads/#java17) JDK or newer [Maven 3.4](https://maven.apache.org/download.cgi) or higher.
* [Java JAR, built using Java JDK 11](https://github.com/openpreserve/odf-validator/releases/download/v0.20-alpha-2/odf-validator-0.20-alpha-2-all.jar)
* [Windows executable, built using GraalVM](https://github.com/openpreserve/odf-validator/releases/download/v0.20-alpha-2/odf-validator-0.20-alpha-2-windows)
* [MacOS (Apple Silicon) executable, built using GraalVM](https://github.com/openpreserve/odf-validator/releases/download/v0.20-alpha-2/odf-validator-0.20-alpha-2-mac)
* [Linux executable, built using GraalVM](https://github.com/openpreserve/odf-validator/releases/download/v0.20-alpha-2/odf-validator-0.20-alpha-2-linux)

### Getting the software
Simply download the appropriate package, make it executable and run it from the command line.

### Building the odf-validator

#### Prerequisites

To run the software you'll need a [Java 11](https://www.java.com/en/download/manual.jsp) JRE or newer.
To build the software you'll need a [Java 11](https://www.oracle.com/java/technologies/downloads/#java17) JDK or newer [Maven 3.4](https://maven.apache.org/download.cgi) or higher.

#### Getting the software

Clone [this GitHub repository](https://github.com/opf-labs/odf-validator.git) and move into the directory:

Expand All @@ -40,15 +52,15 @@ git clone https://github.com/opf-labs/odf-validator.git
cd odf-validator
```

### Building the software
#### Building the software

Now use Maven to build, test and package the software:

```shell
mvn clean package
```

### Running the software
#### Running the software

You can now use the accompanying shell script to run the software, for Windows user there is a batch file:

Expand Down
2 changes: 1 addition & 1 deletion docs/site/apidocs/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>All Classes (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
2 changes: 1 addition & 1 deletion docs/site/apidocs/allclasses.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>All Classes (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
2 changes: 1 addition & 1 deletion docs/site/apidocs/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>All Packages (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
2 changes: 1 addition & 1 deletion docs/site/apidocs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>Constant Field Values (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
2 changes: 1 addition & 1 deletion docs/site/apidocs/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>Deprecated List (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
2 changes: 1 addition & 1 deletion docs/site/apidocs/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>API Help (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
2 changes: 1 addition & 1 deletion docs/site/apidocs/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>Index (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
2 changes: 1 addition & 1 deletion docs/site/apidocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>Overview (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Binary file modified docs/site/apidocs/member-search-index.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>Attribute (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>Encodings (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>MessageHandler (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>Namespace (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>ParseResult (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>ParsingHandler (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>XmlParser (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>XmlParsers (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>XmlValidationResult (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>XmlValidationResults (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>XmlValidator (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>Uses of Interface org.openpreservation.format.xml.Attribute (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>Uses of Class org.openpreservation.format.xml.Encodings (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>Uses of Class org.openpreservation.format.xml.MessageHandler (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>Uses of Interface org.openpreservation.format.xml.Namespace (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>Uses of Interface org.openpreservation.format.xml.ParseResult (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>Uses of Class org.openpreservation.format.xml.ParsingHandler (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>Uses of Interface org.openpreservation.format.xml.XmlParser (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>Uses of Class org.openpreservation.format.xml.XmlParsers (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>Uses of Interface org.openpreservation.format.xml.XmlValidationResult (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>Uses of Class org.openpreservation.format.xml.XmlValidationResults (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>Uses of Class org.openpreservation.format.xml.XmlValidator (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>org.openpreservation.format.xml (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>org.openpreservation.format.xml Class Hierarchy (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>Uses of Package org.openpreservation.format.xml (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>ZipArchive (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 10:57:01 GMT 2025 -->
<!-- Generated by javadoc (11.0.29) on Thu Dec 11 11:44:57 GMT 2025 -->
<title>ZipArchiveCache (ODF Document validator. 0.20-alpha-2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-12-11">
Expand Down
Loading