Uses of Class
org.verapdf.xmp.options.ParseOptions
-
Packages that use ParseOptions Package Description org.verapdf.xmp Package containing the xmpcore interface.org.verapdf.xmp.impl Package containing the xmpcore implementation.org.verapdf.xmp.options Package containing the option classes. -
-
Uses of ParseOptions in org.verapdf.xmp
Methods in org.verapdf.xmp with parameters of type ParseOptions Modifier and Type Method Description voidXMPMeta. normalize(ParseOptions options)Perform the normalization as a separate parsing step.static XMPMetaXMPMetaFactory. parse(InputStream in, ParseOptions options)These functions support parsing serialized RDF into an XMP object, and serailizing an XMP object into RDF.static XMPMetaXMPMetaFactory. parseFromBuffer(byte[] buffer, ParseOptions options)Creates anXMPMeta-object from a byte-buffer.static XMPMetaXMPMetaFactory. parseFromString(String packet, ParseOptions options)Creates anXMPMeta-object from a string. -
Uses of ParseOptions in org.verapdf.xmp.impl
Methods in org.verapdf.xmp.impl with parameters of type ParseOptions Modifier and Type Method Description voidXMPMetaImpl. normalize(ParseOptions options)static XMPMetaXMPMetaParser. parse(Object input, ParseOptions options)Parses the input source into an XMP metadata object, including de-aliasing and normalisation. -
Uses of ParseOptions in org.verapdf.xmp.options
Methods in org.verapdf.xmp.options that return ParseOptions Modifier and Type Method Description ParseOptionsParseOptions. setAcceptLatin1(boolean value)ParseOptionsParseOptions. setFixControlChars(boolean value)ParseOptionsParseOptions. setOmitNormalization(boolean value)ParseOptionsParseOptions. setRequireXMPMeta(boolean value)ParseOptionsParseOptions. setStrictAliasing(boolean value)
-