fop 0.95

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

java.lang.Object
  extended by org.apache.fop.fo.FONode
      extended by org.apache.fop.fo.extensions.xmp.AbstractMetadataElement
          extended by org.apache.fop.fo.extensions.xmp.XMPMetaElement
All Implemented Interfaces:
java.lang.Cloneable, java.util.EventListener, ContentHandlerFactory.ObjectBuiltListener

public class XMPMetaElement
extends AbstractMetadataElement

Represents the top-level "xmpmeta" 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
FO_URI, FOX_URI, locator, log, parent, siblings
 
Constructor Summary
XMPMetaElement(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, attachSiblings, attributeError, attributeWarning, bind, 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, validateChildNode, warningText
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMPMetaElement

public XMPMetaElement(FONode parent)
Main constructor.

Parameters:
parent - the parent formatting object
Method Detail

getLocalName

public java.lang.String getLocalName()
Returns the local name (i.e. without namespace prefix) of the node

Specified by:
getLocalName in class FONode
Returns:
the local name of this node

getNormalNamespacePrefix

public java.lang.String getNormalNamespacePrefix()

Specified by:
getNormalNamespacePrefix in class FONode
Returns:
the normally ussed namespace prefix for this kind of node (ex. "fo" for XSL-FO)

getNamespaceURI

public java.lang.String getNamespaceURI()

Overrides:
getNamespaceURI in class FONode
Returns:
the namespace URI for this node

fop 0.95

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