All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adobe.epubcheck.util.EpubConstants Maven / Gradle / Ivy

Go to download

EPUBCheck is a tool to validate the conformance of EPUB publications against the EPUB specifications. EPUBCheck can be run as a standalone command-line tool or used as a Java library.

The newest version!
package com.adobe.epubcheck.util;
public class EpubConstants
{
  public static final String EpubTypeNamespaceUri = "http://www.idpf.org/2007/ops";
  public static final String XmlNamespaceUri = "http://www.w3.org/XML/1998/namespace";
  public static final String HtmlNamespaceUri = "http://www.w3.org/1999/xhtml";
  public static final String XLinkNamespaceUri = "http://www.w3.org/1999/xlink";
  public static final String OpfNamespaceUri = "http://www.idpf.org/2007/opf";
  public static final String OpenDocumentContainerNamespaceUri ="urn:oasis:names:tc:opendocument:xmlns:container";
  public static final String DCElements = "http://purl.org/dc/elements/1.1/";

  public static final String ElementLineNumberAttribute = "elementLineNumber";
  public static final String ElementColumnNumberAttribute = "elementColumnNumber";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy