public interface HasModelElement
Some XElement implementations have an associated Element, in which case they implement this interface in order to expose the Element. This is mostly used to track the originating element to facilitate incremental compilation.
Since:
4.3
Author:
anistor@redhat.com
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the Element, never null.
  • Method Details