org.apache.fop.fo.extensions.xmp
Class RDFElement
java.lang.Object
|
+--org.apache.fop.fo.FONode
|
+--org.apache.fop.fo.XMLObj
|
+--org.apache.fop.fo.extensions.xmp.RDFElement
- All Implemented Interfaces:
- java.lang.Cloneable, ContentHandlerFactory.ObjectBuiltListener, java.util.EventListener
- public class RDFElement
- extends XMLObj
Represents the top-level "RDF" element used by XMP metadata.
Methods inherited from class org.apache.fop.fo.FONode |
attributeError, attributeWarning, charIterator, clone, clone, createPropertyList, decorateWithContextInfo, endOfNode, errorText, gatherContextInfo, getChildNodes, getChildNodes, getContextInfo, getFOEventHandler, getLocator, getLocatorString, getLogger, getName, getName, getNameId, getNodeString, getParent, getRoot, getUserAgent, invalidChildError, invalidChildError, missingChildElementError, missingPropertyError, nodesOutOfOrderError, removeChild, setLocator, startOfNode, tooManyNodesError, tooManyNodesError, warningText |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RDFElement
public RDFElement(FONode parent)
- Main constructor.
- Parameters:
parent
- the parent formatting object
getNormalNamespacePrefix
public java.lang.String getNormalNamespacePrefix()
- Overrides:
getNormalNamespacePrefix
in class FONode
- See Also:
FONode.getNormalNamespacePrefix()
getNamespaceURI
public java.lang.String getNamespaceURI()
- Overrides:
getNamespaceURI
in class FONode
- See Also:
FONode.getNamespaceURI()
getContentHandlerFactory
public ContentHandlerFactory getContentHandlerFactory()
- Description copied from class:
FONode
- This method is overridden by extension elements and allows the extension element to return
a ContentHandlerFactory. This factory can create ContentHandler implementations that handle
foreign XML content by either building up a specific DOM, a Java object or something else.
- Overrides:
getContentHandlerFactory
in class FONode
- See Also:
FONode.getContentHandlerFactory()
getExtensionAttachment
public ExtensionAttachment getExtensionAttachment()
- Description copied from class:
FONode
- 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. This mechanism is used to pass non-standard
information from the FO tree through to the layout engine and the renderers.
- Overrides:
getExtensionAttachment
in class FONode
- See Also:
FONode.getExtensionAttachment()
notifyObjectBuilt
public void notifyObjectBuilt(java.lang.Object obj)
- Description copied from interface:
ContentHandlerFactory.ObjectBuiltListener
- Notifies the listener when the object is fully built.
- Overrides:
notifyObjectBuilt
in class XMLObj
- See Also:
XMLObj.notifyObjectBuilt(java.lang.Object)
Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.