public class XMPPacketScanner
extends java.lang.Object
Important: Before you use this class to look for an XMP packet in some random file, please read the chapter on "Scanning Files for XMP Packets" in the XMP specification!
Thic class was branched from http://xmlgraphics.apache.org/ XMPPacketParser. See also org.semanticdesktop.aperture.extractor.xmp.XMPExtractor, a variant.
Constructor and Description |
---|
XMPPacketScanner() |
Modifier and Type | Method and Description |
---|---|
boolean |
parse(java.io.InputStream in,
java.io.OutputStream xmlOut)
Locates an XMP packet in a stream, parses it and returns the XMP metadata.
|
public boolean parse(java.io.InputStream in, java.io.OutputStream xmlOut) throws java.io.IOException
Does not close the stream. If XMP block was found reading can continue below the block.
in
- the InputStream to searchxmlOut
- to write the XMP packet tojava.io.IOException
- if an I/O error occursTransformerException
- if an error occurs while parsing the XMP packetCopyright © 2010 - 2023 Adobe. All Rights Reserved