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(java.lang.Object source,
java.io.File tempFile)
Cannot delete a temporary file.
|
void |
catalogResolverNotCreated(java.lang.Object source,
java.lang.String message)
Catalog Resolver not created, due to InstantiationException or IllegalAccessException
|
void |
catalogResolverNotFound(java.lang.Object source)
Catalog Resolver not found along the class path
|
void |
foreignXMLNoHandler(java.lang.Object source,
org.w3c.dom.Document doc,
java.lang.String namespaceURI)
No handler for foreign XML content.
|
void |
foreignXMLProcessingError(java.lang.Object source,
org.w3c.dom.Document doc,
java.lang.String namespaceURI,
java.lang.Exception e)
Error processing foreign XML content.
|
void |
ifoNoIntrinsicSize(java.lang.Object source,
org.xml.sax.Locator loc)
Intrinsic size of fo:instream-foreign-object could not be determined.
|
void |
imageError(java.lang.Object source,
java.lang.String uri,
org.apache.xmlgraphics.image.loader.ImageException e,
org.xml.sax.Locator loc)
Error while processing image.
|
void |
imageIOError(java.lang.Object source,
java.lang.String uri,
java.io.IOException ioe,
org.xml.sax.Locator loc)
I/O error while loading an image.
|
void |
imageNotFound(java.lang.Object source,
java.lang.String uri,
java.io.FileNotFoundException fnfe,
org.xml.sax.Locator loc)
Image not found.
|
void |
imageWritingError(java.lang.Object source,
java.lang.Exception e)
Error while writing/serializing an image to an output format.
|
void |
uriError(java.lang.Object source,
java.lang.String uri,
java.lang.Exception e,
org.xml.sax.Locator loc)
Error while handling a URI.
|
void imageNotFound(java.lang.Object source, java.lang.String uri, java.io.FileNotFoundException fnfe, org.xml.sax.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(java.lang.Object source, java.lang.String uri, org.apache.xmlgraphics.image.loader.ImageException e, org.xml.sax.Locator loc)
source
- the event sourceuri
- the original URI of the imagee
- the image exceptionloc
- the location of the error or nullvoid imageIOError(java.lang.Object source, java.lang.String uri, java.io.IOException ioe, org.xml.sax.Locator loc)
source
- the event sourceuri
- the original URI of the imageioe
- the I/O exceptionloc
- the location of the error or nullvoid imageWritingError(java.lang.Object source, java.lang.Exception e)
source
- the event sourcee
- the original exceptionvoid uriError(java.lang.Object source, java.lang.String uri, java.lang.Exception e, org.xml.sax.Locator loc)
source
- the event sourceuri
- the original URI of the imagee
- the original exceptionloc
- the location of the error or nullvoid ifoNoIntrinsicSize(java.lang.Object source, org.xml.sax.Locator loc)
source
- the event sourceloc
- the location of the error or nullvoid foreignXMLProcessingError(java.lang.Object source, org.w3c.dom.Document doc, java.lang.String namespaceURI, java.lang.Exception e)
source
- the event sourcedoc
- the foreign XMLnamespaceURI
- the namespace URI of the foreign XMLe
- the original exceptionvoid foreignXMLNoHandler(java.lang.Object source, org.w3c.dom.Document doc, java.lang.String namespaceURI)
source
- the event sourcedoc
- the foreign XMLnamespaceURI
- the namespace URI of the foreign XMLvoid cannotDeleteTempFile(java.lang.Object source, java.io.File tempFile)
source
- the event sourcetempFile
- the temporary filevoid catalogResolverNotFound(java.lang.Object source)
source
- the event sourcevoid catalogResolverNotCreated(java.lang.Object source, java.lang.String message)
source
- the event sourcemessage
- the exception messageCopyright 1999-2010 The Apache Software Foundation. All Rights Reserved.