package javax.xml.stream.events; public interface EndEntity extends XMLEvent { public String getName(); }