public class DomXmpParser extends Object
| Modifier and Type | Class and Description | 
|---|---|
protected static class  | 
DomXmpParser.NamespaceFinder  | 
| Constructor and Description | 
|---|
DomXmpParser()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isStrictParsing()  | 
XMPMetadata | 
parse(byte[] xmp)  | 
XMPMetadata | 
parse(InputStream input)  | 
void | 
setStrictParsing(boolean strictParsing)  | 
public DomXmpParser()
             throws XmpParsingException
XmpParsingExceptionpublic boolean isStrictParsing()
public void setStrictParsing(boolean strictParsing)
public XMPMetadata parse(byte[] xmp) throws XmpParsingException
XmpParsingExceptionpublic XMPMetadata parse(InputStream input) throws XmpParsingException
XmpParsingExceptionCopyright © 2002–2018 The Apache Software Foundation. All rights reserved.