|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jempbox.xmp.XMPMetadata
org.jempbox.xmp.pdfa.XMPMetadataPDFA
PDFA Metadata.
Field Summary |
Fields inherited from class org.jempbox.xmp.XMPMetadata |
encoding, ENCODING_UTF16BE, ENCODING_UTF16LE, ENCODING_UTF8, nsMappings, xmpDocument |
Constructor Summary | |
XMPMetadataPDFA()
Constructor. |
|
XMPMetadataPDFA(org.w3c.dom.Document doc)
Constructor. |
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
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.Method Detail |
public static XMPMetadata load(org.xml.sax.InputSource is) throws java.io.IOException
is
- An XML input stream
java.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()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |