public class DomXmpParser extends Object
Modifier and Type | Class and Description |
---|---|
protected 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
XmpParsingException
public boolean isStrictParsing()
public void setStrictParsing(boolean strictParsing)
public XMPMetadata parse(byte[] xmp) throws XmpParsingException
XmpParsingException
public XMPMetadata parse(InputStream input) throws XmpParsingException
XmpParsingException
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.