InputSource (EmbeddedObject - Java™)
Read-only. SAX InputSource representation of the contents of an EmbeddedObject, Item, or MIMEEntity object.
Defined in
EmbeddedObject, Item, MIMEEntity
Data type
org.xml.sax.InputSource
Syntax
public org.xml.sax.InputSource getInputSource()
throws NotesException
Usage
For standalone applications, you should include the NCSO.jar or Notes®.jar file in the classpath for the lotus.domino classes. You should also include the XML4j.jar file in your classpath to use the XML parser, and the LotusXSL.jar file to use the XSL processor.
For applets that run in a browser, you should include the XML4j.jar and/or XML4j.cab file with the applet itself, to use the XML parser. To use the XSL processor, you should include the XML4j.jar and/or XML4j.cab file as well as the LotusXSL.jar and/or LotusXSL.cab file with the applet.
EmbeddedObject.getInputSource creates a temporary file. The file is deleted when EmbeddedObject is recycled.