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