fop 0.93

org.apache.fop.fo.extensions.xmp
Class RDFElement

java.lang.Object
  |
  +--org.apache.fop.fo.FONode
        |
        +--org.apache.fop.fo.extensions.xmp.AbstractMetadataElement
              |
              +--org.apache.fop.fo.extensions.xmp.RDFElement
All Implemented Interfaces:
java.lang.Cloneable, ContentHandlerFactory.ObjectBuiltListener, java.util.EventListener

public class RDFElement
extends AbstractMetadataElement

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


Fields inherited from class org.apache.fop.fo.FONode
FO_URI, locator, log, parent
 
Constructor Summary
RDFElement(FONode parent)
          Main constructor.
 
Method Summary
 java.lang.String getLocalName()
          Returns the local name (i.e.
 java.lang.String getNamespaceURI()
           
 java.lang.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, attributeError, attributeWarning, canHaveMarkers, charIterator, clone, clone, createPropertyList, decorateWithContextInfo, endOfNode, errorText, gatherContextInfo, getChildNodes, getChildNodes, getContextInfo, getFOEventHandler, getLocator, getLocatorString, getLogger, getName, getName, getNameId, getNodeString, getParent, getRoot, getUserAgent, inMarker, invalidChildError, invalidChildError, missingChildElementError, missingPropertyError, nodesOutOfOrderError, processNode, removeChild, setLocator, startOfNode, tooManyNodesError, tooManyNodesError, validateChildNode, warningText
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFElement

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

getLocalName

public java.lang.String getLocalName()
Description copied from class: FONode
Returns the local name (i.e. without namespace prefix) of the node
Overrides:
getLocalName in class FONode
See Also:
FONode.getLocalName()

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()

fop 0.93

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