package javax.xml.stream.events; public interface DTD extends XMLEvent { public String getDocumentTypeDeclaration(); public Object getProcessedDTD(); public List getNotations(); public List getEntities(); }