|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILException | |
---|---|
de.infinityloop.downcast | |
de.infinityloop.upcast | |
de.infinityloop.util.inout | |
de.infinityloop.util.style |
Uses of ILException in de.infinityloop.downcast |
---|
Methods in de.infinityloop.downcast that throw ILException | |
---|---|
void |
DowncastEngine.addCustomEncoding(java.io.InputStream customEncodingStream)
Adds a custom encoding to the collection of known encodings. |
void |
DowncastEngine.addCustomEncoding(java.lang.String customEncodingName)
Adds a custom encoding to the collection of known encodings. |
void |
DowncastEngine.convertFile(java.lang.String srcFile,
java.io.OutputStream destStream,
java.lang.Object procSheet,
java.lang.String parameters)
Convert a document from a file into a Java Stream. |
void |
DowncastEngine.convertFile(java.lang.String srcFile,
java.lang.String destPath,
java.lang.Object procSheet,
java.lang.String parameters)
Convert a document from a file into a folder. |
void |
DowncastEngine.convertFile(java.lang.String srcFile,
java.lang.String destPath,
java.lang.String procSheet)
Convert a document from a file into a folder. |
java.lang.Object |
DowncastEngine.getGlobalParameter(java.lang.String parameter,
java.lang.Object fallback)
Retrieves the current value of the specified global parameter. |
void |
DowncastEngine.preprocessFile(java.lang.String srcUrl,
java.lang.String destUrl,
java.lang.String xslUrl,
java.lang.String parameters)
Only do the XSLT preprocessing of some file and write the result to a specified location. |
void |
DowncastEngine.setCustomFontConfiguration(java.io.InputStream customFontConfigStream)
Loads a new custom stdfonts.config configuration. |
void |
DowncastEngine.setCustomFontConfiguration(java.lang.String customFontConfigName)
Loads a new custom stdfonts.config configuration. |
void |
DowncastEngine.setGlobalParameter(java.lang.String parameter,
java.lang.Object value)
Set global parameter for conversion process. |
static boolean |
DowncastEngine.setLicense(java.io.InputStream inStream)
sets a specified License file for use as license. |
Constructors in de.infinityloop.downcast that throw ILException | |
---|---|
DowncastEngine(boolean debug,
java.lang.String instanceIDUser)
Creates a new instance of the DowncastEngine object. |
|
DowncastEngine(java.lang.String instanceIDUser)
Creates a new instance of the DowncastEngine object. |
Uses of ILException in de.infinityloop.upcast |
---|
Methods in de.infinityloop.upcast that throw ILException | |
---|---|
void |
UpcastEngine.addCustomEncoding(java.io.InputStream customEncodingStream)
Adds a custom encoding to the collection of known encodings. |
void |
UpcastEngine.addCustomEncoding(java.lang.String customEncodingName)
Adds a custom encoding to the collection of known encodings. |
void |
UpcastEngine.convertDocumentWithConfiguration(java.lang.String srcFile,
java.lang.String destDir,
java.lang.String configFile)
Convert a document using the settings as defined in a specified upCast Configuration file. |
void |
UpcastEngine.exportFile(java.lang.String outFile)
Exports a document to a file. |
void |
UpcastEngine.exportStream(java.io.OutputStream outStream)
Exports a document to a stream. |
void |
UpcastEngine.importFile(java.lang.String srcFile)
Reads document from file. |
void |
UpcastEngine.importStream(java.io.InputStream inStream)
Reads document from stream. |
void |
UpcastEngine.setCustomFontConfiguration(java.io.InputStream customFontConfigStream)
Loads a new custom stdfonts.config configuration. |
void |
UpcastEngine.setCustomFontConfiguration(java.lang.String customFontConfigName)
Loads a new custom stdfonts.config configuration. |
void |
UpcastEngine.setExportFilterParameter(java.lang.String filterInstance,
java.lang.String filterParameter,
java.lang.Object parameterValue)
Sets an export filter parameter. |
java.lang.String |
UpcastEngine.setExportFilterType(int filterType)
Set export filter Type Sets the type of the export filter for exporting the internally held document. |
void |
UpcastEngine.setGlobalParameter(java.lang.String parameter,
java.lang.Object value)
Set global parameter for conversion process. |
void |
UpcastEngine.setImportFilterParameter(java.lang.String filterInstance,
java.lang.String filterParameter,
java.lang.Object parameterValue)
Set import filter parameter. |
java.lang.String |
UpcastEngine.setImportFilterType(int filterType)
Set import filter Type Sets the type of the import filter for data to be read by importStream or importFile . |
Constructors in de.infinityloop.upcast that throw ILException | |
---|---|
UpcastEngine(boolean debug,
java.lang.String instanceIDUser)
Creates a new instance of the UpcastEngine object. |
|
UpcastEngine(java.lang.String instanceIDUser)
Creates a new instance of the UpcastEngine object. |
Uses of ILException in de.infinityloop.util.inout |
---|
Constructors in de.infinityloop.util.inout that throw ILException | |
---|---|
InputProxy(java.lang.String sysId)
Create an input proxy object from a variety of sources. |
Uses of ILException in de.infinityloop.util.style |
---|
Methods in de.infinityloop.util.style that throw ILException | |
---|---|
static org.w3c.css.sac.LexicalUnit |
CSS2Parser.parsePropertyValue(java.lang.String pval)
Parse a property value, passed as string. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |