public class AXLXMPPackage extends AXLXMPObject implements XMPPackage
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSION_SCHEMAS_CONTAINERS |
static String |
PROPERTIES |
static String |
XMP_PACKAGE_TYPE |
contextDependent| Modifier | Constructor and Description |
|---|---|
protected |
AXLXMPPackage(VeraPDFMeta xmpMetadata,
boolean isSerializationValid,
boolean isMainMetadata,
boolean isClosedChoiceCheck,
VeraPDFXMPNode mainPackageExtensionNode,
String type,
PDFAFlavour flavour) |
|
AXLXMPPackage(VeraPDFMeta xmpMetadata,
boolean isSerializationValid,
boolean isClosedChoiceCheck,
VeraPDFXMPNode mainPackageExtensionNode,
PDFAFlavour flavour) |
|
AXLXMPPackage(VeraPDFMeta xmpMetadata,
boolean isSerializationValid,
VeraPDFXMPNode mainPackageExtensionNode,
PDFAFlavour flavour) |
| Modifier and Type | Method and Description |
|---|---|
String |
getactualEncoding()
it is different from the encoding property, which is declared encoding (deprecated)
|
String |
getbytes()
value of ‘bytes’ attribute of XMP package header (null if the attribute is missing)
|
protected Map<String,SchemasDefinition> |
getCurrentSchemasDefinitionPDFA_1() |
protected SchemasDefinition |
getCurrentSchemasDefinitionPDFA_1ForNS(String nameSpace) |
protected Map<String,SchemasDefinition> |
getCurrentSchemasDefinitionPDFA_2_3() |
protected SchemasDefinition |
getCurrentSchemasDefinitionPDFA_2_3ForNS(String nameSpace) |
String |
getencoding()
value of ‘encoding’ attribute of XMP package header (null if the attribute is missing)
|
Boolean |
getisSerializationValid()
- package represents a well-formed XML that is serialized using the encoding of the matched byte array
|
List<? extends Object> |
getLinkedObjects(String link) |
protected Map<String,SchemasDefinition> |
getMainPackageSchemasDefinition() |
protected SchemasDefinition |
getMainPackageSchemasDefinitionForNS(String nameSpace) |
protected VeraPDFMeta |
getXmpMetadata() |
protected List<AXLXMPProperty> |
getXMPProperties() |
getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentpublic static final String XMP_PACKAGE_TYPE
public static final String PROPERTIES
public static final String EXTENSION_SCHEMAS_CONTAINERS
public AXLXMPPackage(VeraPDFMeta xmpMetadata, boolean isSerializationValid, boolean isClosedChoiceCheck, VeraPDFXMPNode mainPackageExtensionNode, PDFAFlavour flavour)
public AXLXMPPackage(VeraPDFMeta xmpMetadata, boolean isSerializationValid, VeraPDFXMPNode mainPackageExtensionNode, PDFAFlavour flavour)
protected AXLXMPPackage(VeraPDFMeta xmpMetadata, boolean isSerializationValid, boolean isMainMetadata, boolean isClosedChoiceCheck, VeraPDFXMPNode mainPackageExtensionNode, String type, PDFAFlavour flavour)
public List<? extends Object> getLinkedObjects(String link)
getLinkedObjects in interface ObjectgetLinkedObjects in class GenericModelObjectlink - name of the linkprotected List<AXLXMPProperty> getXMPProperties()
protected VeraPDFMeta getXmpMetadata()
public Boolean getisSerializationValid()
XMPPackagegetisSerializationValid in interface XMPPackagepublic String getactualEncoding()
XMPPackagegetactualEncoding in interface XMPPackagepublic String getbytes()
XMPPackagegetbytes in interface XMPPackagepublic String getencoding()
XMPPackagegetencoding in interface XMPPackageprotected Map<String,SchemasDefinition> getMainPackageSchemasDefinition()
protected Map<String,SchemasDefinition> getCurrentSchemasDefinitionPDFA_1()
protected Map<String,SchemasDefinition> getCurrentSchemasDefinitionPDFA_2_3()
protected SchemasDefinition getMainPackageSchemasDefinitionForNS(String nameSpace)
protected SchemasDefinition getCurrentSchemasDefinitionPDFA_1ForNS(String nameSpace)
protected SchemasDefinition getCurrentSchemasDefinitionPDFA_2_3ForNS(String nameSpace)
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.