List of usage examples for com.itextpdf.text.xml.xmp XmpSchema subclass-usage
From source file br.unifor.mia.xmpsemantico.xmp.MiaSchema.java
/**
* This class was created to discipline the Semantic Web
* MSc in Applied Informatics of Unifor - University of Fortaleza
* As part of the research on semantic processing files
* PDF's using based on the standard ISO XMP, and the iText framework
* that is about the AGPL license, product version 5.5.2
From source file org.crossref.pdfmark.AnyXmpSchema.java
public class AnyXmpSchema extends XmpSchema { public AnyXmpSchema(String nsPrefix, String nsUri) { super("xmlns:" + nsPrefix + "=\"" + nsUri + "\""); }
From source file org.crossref.pdfmark.prism.Prism11Schema.java
public class Prism11Schema extends XmpSchema { public static final String DEFAULT_XPATH_ID = "prism"; public static final String DEFAULT_XPATH_URI = "http://prismstandard.org/namespaces/1.1/basic/"; public static final String CATEGORY = "prism:category";
From source file org.crossref.pdfmark.prism.Prism21Schema.java
public class Prism21Schema extends XmpSchema { public static final String DEFAULT_XPATH_ID = "prism"; public static final String DEFAULT_XPATH_URI = "http://prismstandard.org/namespaces/basic/2.1/"; public static final String AGGREGATION_TYPE = "prism:aggregationType";