Uses of Class
com.itextpdf.kernel.xmp.impl.XMPMetaImpl
-
Uses of XMPMetaImpl in com.itextpdf.kernel.xmp.impl
Modifier and TypeMethodDescriptionstatic void
XMPSerializerHelper.serialize
(XMPMetaImpl xmp, OutputStream output, SerializeOptions options) Static method to serialize the metadata object.static byte[]
XMPSerializerHelper.serializeToBuffer
(XMPMetaImpl xmp, SerializeOptions options) Serializes anXMPMeta
-object as RDF into a byte buffer.static String
XMPSerializerHelper.serializeToString
(XMPMetaImpl xmp, SerializeOptions options) Serializes anXMPMeta
-object as RDF into a string.ModifierConstructorDescriptionXMPIteratorImpl
(XMPMetaImpl xmp, String schemaNS, String propPath, IteratorOptions options) Constructor with optionsl initial values.