org.apache.fop.fo.extensions.xmp
public abstract class AbstractMetadataElement extends FONode implements ContentHandlerFactory.ObjectBuiltListener
FONode.FONodeIterator
Constructor and Description |
---|
AbstractMetadataElement(FONode parent)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
addCharacters, addChildNode, attachSiblings, attributeError, attributeWarning, bind, canHaveMarkers, charIterator, clone, clone, createPropertyList, decorateWithContextInfo, endOfNode, errorText, gatherContextInfo, getChildNodes, getChildNodes, getContextInfo, getFOEventHandler, getLocalName, getLocator, getLocatorString, getLogger, getName, getName, getNameId, getNamespaceURI, getNodeString, getNormalNamespacePrefix, getParent, getRoot, getUserAgent, inMarker, invalidChildError, invalidChildError, missingChildElementError, missingPropertyError, nodesOutOfOrderError, processNode, removeChild, setLocator, startOfNode, tooManyNodesError, tooManyNodesError, validateChildNode, validateChildNode, warningText
public AbstractMetadataElement(FONode parent)
parent
- the parent formatting objectpublic ContentHandlerFactory getContentHandlerFactory()
getContentHandlerFactory
in class FONode
public ExtensionAttachment getExtensionAttachment()
getExtensionAttachment
in class FONode
public void notifyObjectBuilt(java.lang.Object obj)
notifyObjectBuilt
in interface ContentHandlerFactory.ObjectBuiltListener
obj
- the newly built objectCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.