org.apache.fop.fo.extensions.xmp

Class RDFElement

Implemented Interfaces:
Cloneable, ContentHandlerFactory.ObjectBuiltListener, EventListener

public class RDFElement
extends AbstractMetadataElement

Represents the top-level "RDF" element used by XMP metadata.

Nested Class Summary

Nested classes/interfaces inherited from class org.apache.fop.fo.FONode

FONode.FONodeIterator

Field Summary

Fields inherited from class org.apache.fop.fo.FONode

FOX_URI, FO_URI, locator, log, parent, siblings

Constructor Summary

RDFElement(FONode parent)
Main constructor.

Method Summary

String
getLocalName()
String
getNamespaceURI()
String
getNormalNamespacePrefix()

Methods inherited from class org.apache.fop.fo.extensions.xmp.AbstractMetadataElement

getContentHandlerFactory, getExtensionAttachment, notifyObjectBuilt

Methods inherited from class org.apache.fop.fo.FONode

addCharacters, addChildNode, attachSiblings, attributeError, attributeWarning, bind, canHaveMarkers, charIterator, clone, clone, createPropertyList, decorateWithContextInfo, endOfNode, errorText, gatherContextInfo, getChildNodes, getChildNodes, getContentHandlerFactory, getContextInfo, getExtensionAttachment, 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

Constructor Details

RDFElement

public RDFElement(FONode parent)
Main constructor.
Parameters:
parent - the parent formatting object

Method Details

getLocalName

public String getLocalName()
Overrides:
getLocalName in interface FONode

getNamespaceURI

public String getNamespaceURI()
Overrides:
getNamespaceURI in interface FONode

getNormalNamespacePrefix

public String getNormalNamespacePrefix()
Overrides:
getNormalNamespacePrefix in interface FONode

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.