Uses of Interface
org.apache.jempbox.xmp.Elementable
-
Packages that use Elementable Package Description org.apache.jempbox.impl The impl package contains internal implementation classes for JempBox.org.apache.jempbox.xmp 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 Elementable Modifier and Type Method Description static voidXMLUtil. setElementableValue(org.w3c.dom.Element parent, java.lang.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 Elementable Modifier and Type Class Description classResourceEventThis class represents a high level event that occured during the processing of this resource.classResourceRefThis class represents a multiple part reference to a resource.Methods in org.apache.jempbox.xmp with parameters of type Elementable Modifier and Type Method Description voidXMPSchema. addSequenceValue(java.lang.String seqName, Elementable seqValue)Add a new value to a sequence property.voidXMPSchema. removeSequenceValue(java.lang.String seqName, Elementable seqValue)Remove a value from a sequence property.
-