|
fop 0.94 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.FONode
org.apache.fop.fo.extensions.xmp.AbstractMetadataElement
Abstract base class for the XMP and RDF root nodes.
Nested Class Summary |
Nested classes inherited from class org.apache.fop.fo.FONode |
FONode.FONodeIterator |
Field Summary |
Fields inherited from class org.apache.fop.fo.FONode |
FO_URI, FOX_URI, locator, log, parent, siblings |
Constructor Summary | |
AbstractMetadataElement(FONode parent)
Main constructor. |
Method Summary | |
ContentHandlerFactory |
getContentHandlerFactory()
This method is overridden by extension elements and allows the extension element to return a ContentHandlerFactory. |
ExtensionAttachment |
getExtensionAttachment()
This method is overridden by extension elements and allows the extension element to return a pass-through attachment which the parent formatting objects should simply carry with them but otherwise ignore. |
void |
notifyObjectBuilt(java.lang.Object obj)
Notifies the listener when the object is fully built. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractMetadataElement(FONode parent)
parent
- the parent formatting objectMethod Detail |
public ContentHandlerFactory getContentHandlerFactory()
FONode
getContentHandlerFactory
in class FONode
FONode.getContentHandlerFactory()
public ExtensionAttachment getExtensionAttachment()
FONode
getExtensionAttachment
in class FONode
FONode.getExtensionAttachment()
public void notifyObjectBuilt(java.lang.Object obj)
ContentHandlerFactory.ObjectBuiltListener
notifyObjectBuilt
in interface ContentHandlerFactory.ObjectBuiltListener
obj
- the newly built objectXMLObj.notifyObjectBuilt(java.lang.Object)
|
fop 0.94 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |