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 class
AdobePDFSchema
Representation of Adobe PDF Schemaclass
DublinCoreSchema
Representation of a DublinCore Schemaclass
ExifSchema
Representation of a Exif Schemaclass
PDFAExtensionSchema
Representation of a PDF/A Extension schema description schemaclass
PDFAIdentificationSchema
Representation of PDF/A Identification Schemaclass
PhotoshopSchema
class
TiffSchema
class
XMPageTextSchema
Created with IntelliJ IDEA.class
XMPBasicJobTicketSchema
class
XMPBasicSchema
Representation of XMPBasic Schemaclass
XMPMediaManagementSchema
Representation of XMPMediaManagement Schemaclass
XMPRightsManagementSchema
Representation of XMP Rights Management Schemaclass
XMPSchema
This 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 class
CFAPatternType
class
DefinedStructuredType
class
DeviceSettingsType
class
DimensionsType
class
FlashType
class
JobType
class
LayerType
class
OECFType
class
PDFAFieldType
class
PDFAPropertyType
class
PDFASchemaType
class
PDFATypeType
class
ResourceEventType
class
ResourceRefType
class
ThumbnailType
Object representation of an Thumbnail XMP typeclass
VersionType
Methods in org.apache.xmpbox.type that return AbstractStructuredType Modifier and Type Method Description AbstractStructuredType
TypeMapping. instanciateDefinedType(java.lang.String propertyName, java.lang.String namespace)
AbstractStructuredType
TypeMapping. 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 AbstractStructuredType
DomXmpParser. instanciateStructured(TypeMapping tm, Types type, java.lang.String name, java.lang.String structuredNamespace)
private AbstractStructuredType
DomXmpParser. 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 void
PdfaExtensionHelper. checkNamespaceDeclaration(org.w3c.dom.Attr attr, java.lang.Class<? extends AbstractStructuredType> clz)
-