Uses of Class
com.itextpdf.xmp.options.ParseOptions
Packages that use ParseOptions
Package
Description
Package containing the xmpcore interface.
Package containing the xmpcore implementation.
Package containing the option classes.
-
Uses of ParseOptions in com.itextpdf.xmp
Methods in com.itextpdf.xmp with parameters of type ParseOptionsModifier and TypeMethodDescriptionvoid
XMPMeta.normalize
(ParseOptions options) Perform the normalization as a separate parsing step.static XMPMeta
XMPMetaFactory.parse
(InputStream in, ParseOptions options) These functions support parsing serialized RDF into an XMP object, and serailizing an XMP object into RDF.static XMPMeta
XMPMetaFactory.parseFromBuffer
(byte[] buffer, ParseOptions options) Creates anXMPMeta
-object from a byte-buffer.static XMPMeta
XMPMetaFactory.parseFromString
(String packet, ParseOptions options) Creates anXMPMeta
-object from a string. -
Uses of ParseOptions in com.itextpdf.xmp.impl
Methods in com.itextpdf.xmp.impl with parameters of type ParseOptionsModifier and TypeMethodDescriptionprivate static void
XMPNormalizer.moveExplicitAliases
(XMPNode tree, ParseOptions options) Visit all of the top level nodes looking for aliases.void
XMPMetaImpl.normalize
(ParseOptions options) static XMPMeta
XMPMetaParser.parse
(Object input, ParseOptions options) Parses the input source into an XMP metadata object, including de-aliasing and normalisation.private static Document
XMPMetaParser.parseXml
(Object input, ParseOptions options) Parses the raw XML metadata packet considering the parsing options.private static Document
XMPMetaParser.parseXmlFromBytebuffer
(ByteBuffer buffer, ParseOptions options) Parses XML from a byte buffer, fixing the encoding (Latin-1 to UTF-8) and illegal control character optionally.private static Document
XMPMetaParser.parseXmlFromInputStream
(InputStream stream, ParseOptions options) Parses XML from anInputStream
, fixing the encoding (Latin-1 to UTF-8) and illegal control character optionally.private static Document
XMPMetaParser.parseXmlFromString
(String input, ParseOptions options) Parses XML from aString
, fixing the illegal control character optionally.(package private) static XMPMeta
XMPNormalizer.process
(XMPMetaImpl xmp, ParseOptions options) Normalizes a raw parsed XMPMeta-Object -
Uses of ParseOptions in com.itextpdf.xmp.options
Methods in com.itextpdf.xmp.options that return ParseOptionsModifier and TypeMethodDescriptionParseOptions.setAcceptLatin1
(boolean value) ParseOptions.setFixControlChars
(boolean value) ParseOptions.setOmitNormalization
(boolean value) ParseOptions.setRequireXMPMeta
(boolean value) ParseOptions.setStrictAliasing
(boolean value)