public class text_xml extends text_plain
| Constructor and Description |
|---|
text_xml() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getTransferData(DataFlavor df,
DataSource ds)
Return the Transfer Data of type DataFlavor from InputStream.
|
DataFlavor[] |
getTransferDataFlavors()
Return the DataFlavors for this
DataContentHandler. |
void |
writeTo(Object obj,
String mimeType,
OutputStream os)
Write the object to the output stream, using the specified MIME type.
|
getContent, getDFpublic DataFlavor[] getTransferDataFlavors()
DataContentHandler.getTransferDataFlavors in interface DataContentHandlergetTransferDataFlavors in class text_plainpublic Object getTransferData(DataFlavor df, DataSource ds) throws IOException
getTransferData in interface DataContentHandlergetTransferData in class text_plaindf - the DataFlavords - the InputStream corresponding to the dataIOExceptionpublic void writeTo(Object obj, String mimeType, OutputStream os) throws IOException
text_plainwriteTo in interface DataContentHandlerwriteTo in class text_plainIOExceptionCopyright © 2005–2017 Oracle Corporation. All rights reserved.