Uses of Class
org.apache.xmpbox.type.ComplexPropertyContainer
Packages that use ComplexPropertyContainer
-
Uses of ComplexPropertyContainer in org.apache.xmpbox.schema
Methods in org.apache.xmpbox.schema with parameters of type ComplexPropertyContainerModifier and TypeMethodDescriptionvoid
XMPSchema.reorganizeAltOrder
(ComplexPropertyContainer alt) Method used to place the 'x-default' value in first in Language alternatives as said in xmp spec -
Uses of ComplexPropertyContainer in org.apache.xmpbox.type
Fields in org.apache.xmpbox.type declared as ComplexPropertyContainerModifier and TypeFieldDescriptionprivate final ComplexPropertyContainer
AbstractComplexProperty.container
Methods in org.apache.xmpbox.type that return ComplexPropertyContainerModifier and TypeMethodDescriptionfinal ComplexPropertyContainer
AbstractComplexProperty.getContainer()
-
Uses of ComplexPropertyContainer in org.apache.xmpbox.xml
Methods in org.apache.xmpbox.xml with parameters of type ComplexPropertyContainerModifier and TypeMethodDescriptionprivate void
DomXmpParser.createProperty
(XMPMetadata xmp, Element property, PropertyType type, ComplexPropertyContainer container) private void
DomXmpParser.manageArray
(XMPMetadata xmp, Element property, PropertyType type, ComplexPropertyContainer container) private void
DomXmpParser.manageDefinedType
(XMPMetadata xmp, Element property, String prefix, ComplexPropertyContainer container) private void
DomXmpParser.manageLangAlt
(XMPMetadata xmp, Element property, ComplexPropertyContainer container) private void
DomXmpParser.manageSimpleType
(XMPMetadata xmp, Element property, Types type, ComplexPropertyContainer container) private void
DomXmpParser.manageStructuredType
(XMPMetadata xmp, Element property, String prefix, ComplexPropertyContainer container) private void
DomXmpParser.parseDescriptionInner
(XMPMetadata xmp, Element description, ComplexPropertyContainer parentContainer)