|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.adobe.xmp.impl.XMPMetaParser
public class XMPMetaParser
This class replaces the ExpatAdapter.cpp and does the
XML-parsing and fixes the prefix. After the parsing several normalisations
are applied to the XMPTree.
| Method Summary | |
|---|---|
static XMPMeta |
parse(java.lang.Object input,
ParseOptions options)
Parses the input source into an XMP metadata object, including de-aliasing and normalisation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static XMPMeta parse(java.lang.Object input,
ParseOptions options)
throws XMPException
input - the input can be an InputStream, a String or
a byte buffer containing the XMP packet.options - the parse options
XMPException - Thrown if parsing or normalisation fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||