m_dsLocation =
DatastreamManagedContent.TEMP_SCHEME
+ m_binaryContentTempFile.getAbsolutePath();
instantiateDatastream(new DatastreamManagedContent());
} catch (FileNotFoundException fnfe) {
throw new SAXException(new StreamIOException("Unable to open temporary file created for binary content"));
} catch (IOException fnfe) {
throw new SAXException(new StreamIOException("Error writing to temporary file created for binary content"));
}
}
m_binaryContentTempFile = null;
m_readingBinaryContent = false;
} else if (uri.equals(FOXML.uri)