Uses of Interface
org.apache.jempbox.xmp.Elementable
Packages that use Elementable
Package
Description
The impl package contains internal implementation classes for JempBox.
This package holds data access classes for XMP data structures.
-
Uses of Elementable in org.apache.jempbox.impl
Methods in org.apache.jempbox.impl with parameters of type ElementableModifier and TypeMethodDescriptionstatic void
XMLUtil.setElementableValue
(Element parent, String name, Elementable node) Set an XML element document. -
Uses of Elementable in org.apache.jempbox.xmp
Classes in org.apache.jempbox.xmp that implement ElementableModifier and TypeClassDescriptionclass
This class represents a high level event that occured during the processing of this resource.class
This class represents a multiple part reference to a resource.Methods in org.apache.jempbox.xmp with parameters of type ElementableModifier and TypeMethodDescriptionvoid
XMPSchema.addSequenceValue
(String seqName, Elementable seqValue) Add a new value to a sequence property.void
XMPSchema.removeSequenceValue
(String seqName, Elementable seqValue) Remove a value from a sequence property.