- All Implemented Interfaces:
- org.xml.sax.EntityResolver
- Enclosing class:
- XMLParser
public static class XMLParser.EntityResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver
The entity resolver that tries to first load a DTD file locally, and if
it is not found, looks for it on the Internet using the DTD file's
system ID. The DTD file, as well as its version, is uniquely identified
by its public ID.
- Since:
- Ptolemy II 4.0
- Version:
- $Id$
- Author:
- Thomas Feng
- Pt.AcceptedRating:
- Red (tfeng)
- Pt.ProposedRating:
- Green (tfeng)