public class XMPMetadataPDFA extends XMPMetadata
encoding, ENCODING_UTF16BE, ENCODING_UTF16LE, ENCODING_UTF8, nsMappings, xmpDocument
Constructor | Description |
---|---|
XMPMetadataPDFA() |
Constructor.
|
XMPMetadataPDFA(org.w3c.dom.Document doc) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
XMPSchemaPDFAField |
addPDFAFieldSchema() |
Add a new PDFAField schema.
|
XMPSchemaPDFAId |
addPDFAIdSchema() |
Add a PDFA Id schema and return the result.
|
XMPSchemaPDFAProperty |
addPDFAPropertySchema() |
Create a PDFA property schema.
|
XMPSchemaPDFASchema |
addPDFASchema() |
Add a PDFA schema.
|
XMPSchemaPDFAType |
addPDFATypeSchema() |
Add a new PDFA type schema.
|
XMPSchemaPDFAField |
getPDFAFieldSchema() |
Get the PDFAField schema.
|
XMPSchemaPDFAId |
getPDFAIdSchema() |
Get the PDFA ID schema.
|
XMPSchemaPDFAProperty |
getPDFAPropertySchema() |
Get the PDFA property schema.
|
XMPSchemaPDFASchema |
getPDFASchema() |
Get the PDFA schema.
|
XMPSchemaPDFAType |
getPDFATypeSchema() |
Get the PDFA type schema.
|
static XMPMetadata |
load(org.xml.sax.InputSource is) |
Load a a PDFA metadata.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addBasicJobTicketSchema, addBasicSchema, addDublinCoreSchema, addDynamicMediaSchema, addIptc4xmpCoreSchema, addMediaManagementSchema, addPagedTextSchema, addPDFSchema, addPhotoshopSchema, addRightsManagementSchema, addSchema, addXMLNSMapping, asByteArray, basicAddSchema, getBasicJobTicketSchema, getBasicSchema, getDublinCoreSchema, getDynamicMediaSchema, getEncoding, getMediaManagementSchema, getPagedTextSchema, getPDFSchema, getRightsManagementSchema, getSchemaByClass, getSchemas, getSchemasByNamespaceURI, getXMPDocument, hasUnknownSchema, load, load, main, merge, save, save, setEncoding
public XMPMetadataPDFA() throws java.io.IOException
java.io.IOException
- If there is an error creating this metadata.public XMPMetadataPDFA(org.w3c.dom.Document doc)
doc
- The XML document that maps to the metadata.public static XMPMetadata load(org.xml.sax.InputSource is) throws java.io.IOException
is
- An XML input streamjava.io.IOException
- If there is an error loading the XML document.public XMPSchemaPDFAField getPDFAFieldSchema() throws java.io.IOException
java.io.IOException
- If there is an error finding the scheam.public XMPSchemaPDFAField addPDFAFieldSchema()
public XMPSchemaPDFAId getPDFAIdSchema() throws java.io.IOException
java.io.IOException
- If there is an error accessing the PDFA id schema.public XMPSchemaPDFAId addPDFAIdSchema()
public XMPSchemaPDFAProperty getPDFAPropertySchema() throws java.io.IOException
java.io.IOException
- If there is an error accessing the PDFA property schema.public XMPSchemaPDFAProperty addPDFAPropertySchema()
public XMPSchemaPDFASchema getPDFASchema() throws java.io.IOException
java.io.IOException
- If there is an error getting the PDFA schema.public XMPSchemaPDFASchema addPDFASchema()
public XMPSchemaPDFAType getPDFATypeSchema() throws java.io.IOException
java.io.IOException
- If there is an error accessing the PDFA type schema.public XMPSchemaPDFAType addPDFATypeSchema()
Copyright © 2008–2018. All rights reserved.