Package org.apache.jempbox.xmp.pdfa
Class XMPSchemaPDFAProperty
- java.lang.Object
-
- org.apache.jempbox.xmp.XMPSchema
-
- org.apache.jempbox.xmp.pdfa.XMPSchemaPDFAProperty
-
public class XMPSchemaPDFAProperty extends XMPSchema
Define XMP properties used PDFA extension schema description schemas. TODO 2 naked so far, implement- Version:
- $Revision: 1.1 $
- Author:
- Karsten Krieg (kkrieg@intarsys.de)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAMESPACE
The namespace for this schema.-
Fields inherited from class org.apache.jempbox.xmp.XMPSchema
NS_NAMESPACE, prefix, schema
-
-
Constructor Summary
Constructors Constructor Description XMPSchemaPDFAProperty(XMPMetadata parent)
Construct a new blank PDFA schema.XMPSchemaPDFAProperty(org.w3c.dom.Element element, java.lang.String prefix)
Constructor from existing XML element.
-
Method Summary
-
Methods inherited from class org.apache.jempbox.xmp.XMPSchema
addBagValue, addSequenceDateValue, addSequenceValue, addSequenceValue, getAbout, getBagList, getBooleanProperty, getDateProperty, getElement, getEventSequenceList, getIntegerProperty, getLanguageProperty, getLanguagePropertyLanguages, getSequenceDateList, getSequenceList, getTextProperty, getThumbnailProperty, merge, removeBagValue, removeSequenceDateValue, removeSequenceValue, removeSequenceValue, setAbout, setBooleanProperty, setDateProperty, setIntegerProperty, setLanguageProperty, setTextProperty, setThumbnailProperty
-
-
-
-
Field Detail
-
NAMESPACE
public static final java.lang.String NAMESPACE
The namespace for this schema.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XMPSchemaPDFAProperty
public XMPSchemaPDFAProperty(XMPMetadata parent)
Construct a new blank PDFA schema.- Parameters:
parent
- The parent metadata schema that this will be part of.
-
XMPSchemaPDFAProperty
public XMPSchemaPDFAProperty(org.w3c.dom.Element element, java.lang.String prefix)
Constructor from existing XML element.- Parameters:
element
- The existing element.prefix
- The schema prefix.
-
-