All Packages Class Hierarchy This Package Previous Next Index
Interface com.jclark.xml.parse.StartDocumentTypeDeclarationEvent
- public interface StartDocumentTypeDeclarationEvent
Information about the start of a document type declaration.
- See Also:
- startDocumentTypeDeclaration
-
getDTD()
- Returns the DTD being declared.
getDTD
public abstract DTD getDTD()
- Returns the DTD being declared.
All Packages Class Hierarchy This Package Previous Next Index