Class XMPMetaParser
This class replaces the
ExpatAdapter.cpp
and does the
XML-parsing and fixes the prefix.
public class XMPMetaParser
- Inheritance
-
XMPMetaParser
- Inherited Members
Remarks
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.
Methods
Parse(object, ParseOptions)
Parses the input source into an XMP metadata object, including de-aliasing and normalisation.
public static XMPMeta Parse(object input, ParseOptions options)
Parameters
input
objectthe input can be an
, aInputStream
or a byte buffer containing the XMP packet.String
options
ParseOptionsthe parse options
Returns
- XMPMeta
Returns the resulting XMP metadata object