Package org.apache.jempbox.xmp
Interface Elementable
-
- All Known Implementing Classes:
ResourceEvent,ResourceRef
public interface ElementableA simple class that allows access to an XML element.- Version:
- $Revision: 1.1 $
- Author:
- Ben Litchfield
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.w3c.dom.ElementgetElement()Get the XML element that this object represents.
-