Package org.verapdf.model.xmplayer
Interface XMPPackage
- All Known Subinterfaces:
MainXMPPackage
- All Known Implementing Classes:
AXLMainXMPPackage,AXLXMPPackage
XMP package
-
Method Summary
Modifier and TypeMethodDescriptionthe actual encoding used for XMP package serialization it is different from the encoding property, which is declared encoding (deprecated)getbytes()value of ‘bytes’ attribute of XMP package header (null if the attribute is missing)value of ‘encoding’ attribute of XMP package header (null if the attribute is missing)true if package serialization is valid: - package starts with one of the expected byte arrays representing package beginning in a supported encoding - package represents a well-formed XML that is serialized using the encoding of the matched byte arrayMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Method Details
-
getisSerializationValid
Boolean getisSerializationValid()true if package serialization is valid: - package starts with one of the expected byte arrays representing package beginning in a supported encoding - package represents a well-formed XML that is serialized using the encoding of the matched byte array -
getactualEncoding
String getactualEncoding()the actual encoding used for XMP package serialization it is different from the encoding property, which is declared encoding (deprecated) -
getbytes
String getbytes()value of ‘bytes’ attribute of XMP package header (null if the attribute is missing) -
getencoding
String getencoding()value of ‘encoding’ attribute of XMP package header (null if the attribute is missing)
-