Uses of Interface
org.apache.fop.util.ContentHandlerFactory.ObjectBuiltListener
Packages that use ContentHandlerFactory.ObjectBuiltListener
Package
Description
Classes, constants and basic infrastructure for the FO tree.
SVG extension classes which handle elements from the SVG namespace.
Extension classes which handles XMP metadata.
Extensions specific to the PostScript Renderer.
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.ObjectBuiltListenerModifier and TypeClassDescriptionclass
Class for handling generic XML from a namespace not recognized by FOPclass
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.ObjectBuiltListenerModifier and TypeClassDescriptionclass
Class representing the SVG root element for constructing an SVG document.class
Class for SVG element objects.Fields in org.apache.fop.fo.extensions.svg declared as ContentHandlerFactory.ObjectBuiltListenerMethods in org.apache.fop.fo.extensions.svg with parameters of type ContentHandlerFactory.ObjectBuiltListenerModifier and TypeMethodDescriptionvoid
SVGDOMContentHandlerFactory.Handler.setObjectBuiltListener
(ContentHandlerFactory.ObjectBuiltListener listener) Set a listener which gets notified when the object is fully built. -
Uses of ContentHandlerFactory.ObjectBuiltListener in org.apache.fop.fo.extensions.xmp
Classes in org.apache.fop.fo.extensions.xmp that implement ContentHandlerFactory.ObjectBuiltListenerModifier and TypeClassDescriptionclass
Abstract base class for the XMP and RDF root nodes.class
Represents the top-level "RDF" element used by XMP metadata.class
Represents the top-level "xmpmeta" element used by XMP metadata.Fields in org.apache.fop.fo.extensions.xmp declared as ContentHandlerFactory.ObjectBuiltListenerMethods in org.apache.fop.fo.extensions.xmp with parameters of type ContentHandlerFactory.ObjectBuiltListenerModifier and TypeMethodDescriptionvoid
XMPContentHandlerFactory.FOPXMPHandler.setObjectBuiltListener
(ContentHandlerFactory.ObjectBuiltListener listener) Set a listener which gets notified when the object is fully built. -
Uses of ContentHandlerFactory.ObjectBuiltListener in org.apache.fop.render.afp.extensions
Fields in org.apache.fop.render.afp.extensions declared as ContentHandlerFactory.ObjectBuiltListenerMethods in org.apache.fop.render.afp.extensions with parameters of type ContentHandlerFactory.ObjectBuiltListenerModifier and TypeMethodDescriptionvoid
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.pdf.extensions
Fields in org.apache.fop.render.pdf.extensions declared as ContentHandlerFactory.ObjectBuiltListenerMethods in org.apache.fop.render.pdf.extensions with parameters of type ContentHandlerFactory.ObjectBuiltListenerModifier and TypeMethodDescriptionvoid
PDFExtensionHandler.setObjectBuiltListener
(ContentHandlerFactory.ObjectBuiltListener listener) -
Uses of ContentHandlerFactory.ObjectBuiltListener in org.apache.fop.render.ps.extensions
Fields in org.apache.fop.render.ps.extensions declared as ContentHandlerFactory.ObjectBuiltListenerMethods in org.apache.fop.render.ps.extensions with parameters of type ContentHandlerFactory.ObjectBuiltListenerModifier and TypeMethodDescriptionvoid
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
Fields in org.apache.fop.util declared as ContentHandlerFactory.ObjectBuiltListenerMethods in org.apache.fop.util with parameters of type ContentHandlerFactory.ObjectBuiltListenerModifier and TypeMethodDescriptionvoid
ContentHandlerFactory.ObjectSource.setObjectBuiltListener
(ContentHandlerFactory.ObjectBuiltListener listener) Set a listener which gets notified when the object is fully built.void
DOMBuilderContentHandlerFactory.Handler.setObjectBuiltListener
(ContentHandlerFactory.ObjectBuiltListener listener) Set a listener which gets notified when the object is fully built.