DTD

package javax.xml.stream.events;

public interface DTD extends XMLEvent {

  public String getDocumentTypeDeclaration(); 
  public Object getProcessedDTD();
  public List   getNotations();
  public List   getEntities();
  
}

Previous | Next | Top | Cafe con Leche

Copyright 2000-2004 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified January 15, 2004