Uses of Class
org.apache.xmpbox.type.AbstractStructuredType
-
Packages that use AbstractStructuredType Package Description org.apache.xmpbox.schema org.apache.xmpbox.type org.apache.xmpbox.xml -
-
Uses of AbstractStructuredType in org.apache.xmpbox.schema
Subclasses of AbstractStructuredType in org.apache.xmpbox.schema Modifier and Type Class Description classAdobePDFSchemaRepresentation of Adobe PDF SchemaclassDublinCoreSchemaRepresentation of a DublinCore SchemaclassExifSchemaRepresentation of an Exif SchemaclassPDFAExtensionSchemaRepresentation of a PDF/A Extension schema description schemaclassPDFAIdentificationSchemaRepresentation of PDF/A Identification SchemaclassPhotoshopSchemaclassTiffSchemaclassXMPageTextSchemaCreated with IntelliJ IDEA.classXMPBasicJobTicketSchemaclassXMPBasicSchemaRepresentation of XMPBasic SchemaclassXMPMediaManagementSchemaRepresentation of XMPMediaManagement SchemaclassXMPRightsManagementSchemaRepresentation of XMP Rights Management SchemaclassXMPSchemaThis class represents a metadata schema that can be stored in an XMP document. -
Uses of AbstractStructuredType in org.apache.xmpbox.type
Subclasses of AbstractStructuredType in org.apache.xmpbox.type Modifier and Type Class Description classCFAPatternTypeclassDefinedStructuredTypeclassDeviceSettingsTypeclassDimensionsTypeclassFlashTypeclassJobTypeclassLayerTypeclassOECFTypeclassPDFAFieldTypeclassPDFAPropertyTypeclassPDFASchemaTypeclassPDFATypeTypeclassResourceEventTypeclassResourceRefTypeclassThumbnailTypeObject representation of an Thumbnail XMP typeclassVersionTypeMethods in org.apache.xmpbox.type that return AbstractStructuredType Modifier and Type Method Description AbstractStructuredTypeTypeMapping. instanciateDefinedType(java.lang.String propertyName, java.lang.String namespace)AbstractStructuredTypeTypeMapping. instanciateStructuredType(Types type, java.lang.String propertyName) -
Uses of AbstractStructuredType in org.apache.xmpbox.xml
Methods in org.apache.xmpbox.xml that return AbstractStructuredType Modifier and Type Method Description private AbstractStructuredTypeDomXmpParser. instanciateStructured(TypeMapping tm, Types type, java.lang.String name, java.lang.String structuredNamespace)private AbstractStructuredTypeDomXmpParser. parseLiDescription(XMPMetadata xmp, javax.xml.namespace.QName descriptor, org.w3c.dom.Element liElement)Method parameters in org.apache.xmpbox.xml with type arguments of type AbstractStructuredType Modifier and Type Method Description private static voidPdfaExtensionHelper. checkNamespaceDeclaration(org.w3c.dom.Attr attr, java.lang.Class<? extends AbstractStructuredType> clz)
-