|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentHandlerFactory.ObjectBuiltListener | |
---|---|
org.apache.fop.fo | Classes, constants and basic infrastructure for the FO tree. |
org.apache.fop.fo.extensions.svg | SVG extension classes which handle elements from the SVG namespace. |
org.apache.fop.fo.extensions.xmp | Extension classes which handles XMP metadata. |
org.apache.fop.render.afp.extensions | |
org.apache.fop.render.ps.extensions | Extensions specific to the PostScript Renderer. |
org.apache.fop.util | Various utility classes (I/O, codecs, color support, service discovers etc.). |
Uses of ContentHandlerFactory.ObjectBuiltListener in org.apache.fop.fo |
---|
Classes in org.apache.fop.fo that implement ContentHandlerFactory.ObjectBuiltListener | |
---|---|
class |
UnknownXMLObj
Class for handling generic XML from a namespace not recognized by FOP |
class |
XMLObj
Abstract class modelling generic, non-XSL-FO XML objects. |
Uses of ContentHandlerFactory.ObjectBuiltListener in org.apache.fop.fo.extensions.svg |
---|
Classes in org.apache.fop.fo.extensions.svg that implement ContentHandlerFactory.ObjectBuiltListener | |
---|---|
class |
SVGElement
Class representing the SVG root element for constructing an SVG document. |
class |
SVGObj
Class for SVG element objects. |
Uses of ContentHandlerFactory.ObjectBuiltListener in org.apache.fop.fo.extensions.xmp |
---|
Classes in org.apache.fop.fo.extensions.xmp that implement ContentHandlerFactory.ObjectBuiltListener | |
---|---|
class |
AbstractMetadataElement
Abstract base class for the XMP and RDF root nodes. |
class |
RDFElement
Represents the top-level "RDF" element used by XMP metadata. |
class |
XMPMetaElement
Represents the top-level "xmpmeta" element used by XMP metadata. |
Uses of ContentHandlerFactory.ObjectBuiltListener in org.apache.fop.render.afp.extensions |
---|
Methods in org.apache.fop.render.afp.extensions with parameters of type ContentHandlerFactory.ObjectBuiltListener | |
---|---|
void |
AFPExtensionHandler.setObjectBuiltListener(ContentHandlerFactory.ObjectBuiltListener listen)
Set a listener which gets notified when the object is fully built. |
Uses of ContentHandlerFactory.ObjectBuiltListener in org.apache.fop.render.ps.extensions |
---|
Methods in org.apache.fop.render.ps.extensions with parameters of type ContentHandlerFactory.ObjectBuiltListener | |
---|---|
void |
PSExtensionHandler.setObjectBuiltListener(ContentHandlerFactory.ObjectBuiltListener listener)
Set a listener which gets notified when the object is fully built. |
Uses of ContentHandlerFactory.ObjectBuiltListener in org.apache.fop.util |
---|
Methods in org.apache.fop.util with parameters of type ContentHandlerFactory.ObjectBuiltListener | |
---|---|
void |
ContentHandlerFactory.ObjectSource.setObjectBuiltListener(ContentHandlerFactory.ObjectBuiltListener listener)
Set a listener which gets notified when the object is fully built. |
|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |