public class XmlType extends abstractTiffType
| Modifier and Type | Field and Description |
|---|---|
protected StringReader |
xmlReader
The xml model.
|
| Constructor and Description |
|---|
XmlType()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
StringReader |
getReader()
Gets the xml model.
|
String |
getXml() |
void |
read(TagValue tv)
Reads the XML.
|
String |
toString() |
void |
writeXml(TiffOutputStream data) |
containsMetadata, createMetadata, getTypeSize, isIFD, read, setIsIFD, setTypeSize, toByte, toInt, toUintgetContainer, setContainerprotected transient StringReader xmlReader
public StringReader getReader()
public String getXml()
public byte[] getBytes()
public void read(TagValue tv) throws Exception
read in class abstractTiffTypetv - the TagValue containing the array of bytes of the ICCProfileException - parse exceptionpublic void writeXml(TiffOutputStream data) throws IOException, com.adobe.xmp.XMPException
IOExceptioncom.adobe.xmp.XMPExceptionCopyright © 2015–2020. All rights reserved.