public class XMPSchemaPDFAType extends XMPSchema
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAMESPACE
The namespace for this schema.
|
NS_NAMESPACE, prefix, schema| Constructor and Description |
|---|
XMPSchemaPDFAType(org.w3c.dom.Element element,
java.lang.String prefix)
Constructor from existing XML element.
|
XMPSchemaPDFAType(XMPMetadata parent)
Construct a new blank PDFA schema.
|
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, setThumbnailPropertypublic static final java.lang.String NAMESPACE
public XMPSchemaPDFAType(XMPMetadata parent)
parent - The parent metadata schema that this will be part of.public XMPSchemaPDFAType(org.w3c.dom.Element element,
java.lang.String prefix)
element - The existing element.prefix - The schema prefix.