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