Class RDFElement

All Implemented Interfaces:
Cloneable, EventListener, ContentHandlerFactory.ObjectBuiltListener

public class RDFElement extends AbstractMetadataElement
Represents the top-level "RDF" element used by XMP metadata.
  • Constructor Details

    • RDFElement

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

    • getLocalName

      public 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 String getNormalNamespacePrefix()
      Returns the normally used namespace prefix for this node
      Specified by:
      getNormalNamespacePrefix in class FONode
      Returns:
      the normally used namespace prefix for this kind of node (ex. "fo" for XSL-FO)
    • getNamespaceURI

      public String getNamespaceURI()
      Returns the namespace URI for this node
      Overrides:
      getNamespaceURI in class FONode
      Returns:
      the namespace URI for this node