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 IDPF EPUB files. It can detect many types of errors in EPUB. OCF container structure, OPF and OPS mark-up, and internal reference consistency are checked. EpubCheck can be run as a standalone command-line tool, installed as a Java server-side web application or used as a Java library.

There is a newer version: 4.1.1
Show 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 - 2024 Weber Informatics LLC | Privacy Policy