org.apache.jempbox.xmp.pdfa
public class XMPMetadataPDFA extends XMPMetadata
Version: $Revision: 1.2 $
| Constructor Summary | |
|---|---|
| XMPMetadataPDFA()
Constructor.
| |
| XMPMetadataPDFA(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(InputSource is)
Load a a PDFA metadata.
|
Throws: IOException If there is an error creating this metadata.
Parameters: doc The XML document that maps to the metadata.
Returns: The newly added PDFA schema.
Returns: The newly created PDFA Id schema.
Returns: The newly created property schema.
Returns: The newly created PDFA schema.
Returns: The newly created PDFA type schema.
Returns: A PDFAField schema.
Throws: IOException If there is an error finding the scheam.
Returns: The PDFA ID schema.
Throws: IOException If there is an error accessing the PDFA id schema.
Returns: The PDFA property schema.
Throws: IOException If there is an error accessing the PDFA property schema.
Returns: The PDFA schema.
Throws: IOException If there is an error getting the PDFA schema.
Returns: The PDFA type schema.
Throws: IOException If there is an error accessing the PDFA type schema.
Parameters: is An XML input stream
Returns: A PDFA metadata.
Throws: IOException If there is an error loading the XML document.