All Packages Class Hierarchy This Package Previous Next Index
Interface com.jclark.xml.parse.EndPrologEvent
- public interface EndPrologEvent
Information about the prolog.
- See Also:
- endProlog
-
getDTD()
- Returns the DTD.
getDTD
public abstract DTD getDTD()
- Returns the DTD.
This will not be null even if there was no DOCTYPE declaration.
All Packages Class Hierarchy This Package Previous Next Index