Package org.verapdf.model.xmplayer
Interface XMPPackage
- All Known Subinterfaces:
MainXMPPackage
- All Known Implementing Classes:
AXLMainXMPPackage,AXLXMPPackage
XMP package
-
Method Summary
Modifier and TypeMethodDescriptionit 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)- 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()- package represents a well-formed XML that is serialized using the encoding of the matched byte array -
getactualEncoding
String getactualEncoding()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)
-