public interface ResourceEventProducer extends EventProducer
Modifier and Type | Interface and Description |
---|---|
static class |
ResourceEventProducer.Provider
Provider class for the event producer.
|
Modifier and Type | Method and Description |
---|---|
void |
cannotDeleteTempFile(Object source,
File tempFile)
Cannot delete a temporary file.
|
void |
catalogResolverNotCreated(Object source,
String message)
Catalog Resolver not created, due to InstantiationException or IllegalAccessException
|
void |
catalogResolverNotFound(Object source)
Catalog Resolver not found along the class path
|
void |
foreignXMLNoHandler(Object source,
Document doc,
String namespaceURI)
No handler for foreign XML content.
|
void |
foreignXMLProcessingError(Object source,
Document doc,
String namespaceURI,
Exception e)
Error processing foreign XML content.
|
void |
hyphenationNotFound(Object source,
String uri)
Hyphenation not found.
|
void |
ifoNoIntrinsicSize(Object source,
Locator loc)
Intrinsic size of fo:instream-foreign-object could not be determined.
|
void |
imageError(Object source,
String uri,
org.apache.xmlgraphics.image.loader.ImageException e,
Locator loc)
Error while processing image.
|
void |
imageIOError(Object source,
String uri,
IOException ioe,
Locator loc)
I/O error while loading an image.
|
void |
imageNotFound(Object source,
String uri,
FileNotFoundException fnfe,
Locator loc)
Image not found.
|
void |
imageWarning(Object source,
String message)
Warning in an image.
|
void |
imageWritingError(Object source,
Exception e)
Error while writing/serializing an image to an output format.
|
void |
uriError(Object source,
String uri,
Exception e,
Locator loc)
Error while handling a URI.
|
void imageNotFound(Object source, String uri, FileNotFoundException fnfe, Locator loc)
source
- the event sourceuri
- the original URI of the imagefnfe
- the "file not found" exceptionloc
- the location of the error or nullvoid imageError(Object source, String uri, org.apache.xmlgraphics.image.loader.ImageException e, Locator loc)
source
- the event sourceuri
- the original URI of the imagee
- the image exceptionloc
- the location of the error or nullvoid imageIOError(Object source, String uri, IOException ioe, Locator loc)
source
- the event sourceuri
- the original URI of the imageioe
- the I/O exceptionloc
- the location of the error or nullvoid imageWritingError(Object source, Exception e)
source
- the event sourcee
- the original exceptionvoid uriError(Object source, String uri, Exception e, Locator loc)
source
- the event sourceuri
- the original URI of the imagee
- the original exceptionloc
- the location of the error or nullvoid ifoNoIntrinsicSize(Object source, Locator loc)
source
- the event sourceloc
- the location of the error or nullvoid foreignXMLProcessingError(Object source, Document doc, String namespaceURI, Exception e)
source
- the event sourcedoc
- the foreign XMLnamespaceURI
- the namespace URI of the foreign XMLe
- the original exceptionvoid foreignXMLNoHandler(Object source, Document doc, String namespaceURI)
source
- the event sourcedoc
- the foreign XMLnamespaceURI
- the namespace URI of the foreign XMLvoid cannotDeleteTempFile(Object source, File tempFile)
source
- the event sourcetempFile
- the temporary filevoid catalogResolverNotFound(Object source)
source
- the event sourcevoid catalogResolverNotCreated(Object source, String message)
source
- the event sourcemessage
- the exception messagevoid imageWarning(Object source, String message)
source
- the event sourcemessage
- warningCopyright © 2022 Apache Software Foundation. All rights reserved.