org.jempbox.xmp

Interface Elementable

Known Implementing Classes:
ResourceEvent, ResourceRef

public interface Elementable

A simple class that allows access to an XML element.
Version:
$Revision: 1.1 $
Author:
Ben Litchfield (ben@benlitchfield.com)

Method Summary

Element
getElement()
Get the XML element that this object represents.

Method Details

getElement

public Element getElement()
Get the XML element that this object represents.
Returns:
The xml element.