@Deprecated public class XmpReader extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EXTRASPACE
Deprecated.
String used to fill the extra space.
|
static String |
XPACKET_PI_BEGIN
Deprecated.
Processing Instruction required at the start of an XMP stream
|
static String |
XPACKET_PI_END_W
Deprecated.
Processing Instruction required at the end of an XMP stream for XMP streams that can be updated
|
Constructor and Description |
---|
XmpReader(byte[] bytes)
Deprecated.
Constructs an XMP reader
|
Modifier and Type | Method and Description |
---|---|
boolean |
add(String parent, String namespaceURI, String localName, String value)
Deprecated.
Adds a tag.
|
boolean |
replaceDescriptionAttribute(String namespaceURI, String localName, String value)
Deprecated.
Replaces the content of an attribute in the description tag.
|
boolean |
replaceNode(String namespaceURI, String localName, String value)
Deprecated.
Replaces the content of a tag.
|
byte[] |
serializeDoc()
Deprecated.
Writes the document to a byte array.
|
boolean |
setNodeText(Document domDocument, Node n, String value)
Deprecated.
Sets the text of this node.
|
public static final String EXTRASPACE
public static final String XPACKET_PI_BEGIN
public static final String XPACKET_PI_END_W
public XmpReader(byte[] bytes) throws SAXException, IOException
bytes
- the XMP content
ExceptionConverter
IOException
SAXException
public boolean replaceNode(String namespaceURI, String localName, String value)
namespaceURI
- the URI of the namespace
localName
- the tag name
value
- the new content for the tag
public boolean replaceDescriptionAttribute(String namespaceURI, String localName, String value)
namespaceURI
- the URI of the namespace
localName
- the tag name
value
- the new content for the tag
public boolean add(String parent, String namespaceURI, String localName, String value)
namespaceURI
- the URI of the namespace
parent
- the tag name of the parent
localName
- the name of the tag to add
value
- the new content for the tag
public boolean setNodeText(Document domDocument, Node n, String value)
domDocument
- the Document
that contains the node
n
- the Node
to add the text to
value
- the text to add
public byte[] serializeDoc() throws IOException
IOException
Copyright © 2016. All rights reserved.