com.lowagie.text.xml.xmp
public class XmpReader extends Object
Since: 2.1.3
Field Summary | |
---|---|
Document | domDocument |
Constructor Summary | |
---|---|
XmpReader(byte[] bytes)
Constructs an XMP reader |
Method Summary | |
---|---|
void | replace(String namespaceURI, String localName, String value)
Replaces the content of a tag. |
byte[] | serializeDoc()
Writes the document to a byte array. |
boolean | setNodeText(Document domDocument, Node n, String value)
Sets the text of this node. |
Parameters: bytes the XMP content
Throws: ExceptionConverter IOException SAXException
Parameters: namespaceURI the URI of the namespace localName the tag name value the new content for the tag
Parameters: domDocument the Document
that contains the node n the Node
to add the text to value the text to add