Uses of Class
org.verapdf.xmp.impl.XMPMetaImpl
Packages that use XMPMetaImpl
-
Uses of XMPMetaImpl in org.verapdf.xmp.impl
Methods in org.verapdf.xmp.impl with parameters of type XMPMetaImplModifier and TypeMethodDescriptionstatic voidXMPSerializerHelper.serialize(XMPMetaImpl xmp, OutputStream out, 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 StringXMPSerializerHelper.serializeToString(XMPMetaImpl xmp, SerializeOptions options) Serializes anXMPMeta-object as RDF into a string.Constructors in org.verapdf.xmp.impl with parameters of type XMPMetaImplModifierConstructorDescriptionXMPIteratorImpl(XMPMetaImpl xmp, String schemaNS, String propPath, IteratorOptions options) Constructor with optionsl initial values.