org.apache.jempbox.xmp
Interface Elementable

All 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

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

Method Detail

getElement

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

Returns:
The xml element.


Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.