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