Class XMPSchemaIllustrator
- java.lang.Object
-
- org.apache.jempbox.xmp.XMPSchema
-
- org.apache.tika.parser.pdf.xmpschemas.XMPSchemaIllustrator
-
public class XMPSchemaIllustrator extends org.apache.jempbox.xmp.XMPSchema
-
-
Field Summary
Fields Modifier and Type Field Description static String
ILLUSTRATOR
static String
NAMESPACE
static String
NAMESPACE_URI
-
Constructor Summary
Constructors Constructor Description XMPSchemaIllustrator(org.apache.jempbox.xmp.XMPMetadata parent)
XMPSchemaIllustrator(Element element, String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
-
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_URI
public static final String NAMESPACE_URI
- See Also:
- Constant Field Values
-
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
-
ILLUSTRATOR
public static final String ILLUSTRATOR
-
-
Method Detail
-
getType
public String getType()
-
-