| com.jclark.xml.parse.EntityManager
All known Subclasses: com.jclark.xml.parse.EntityManagerImpl, com.jclark.xml.sax.Driver,
EntityManager | public interface EntityManager (Code) | | This interface is used by the parser to access external entities.
See Also: Parser version: $Revision: 1.4 $ $Date: 1998/02/17 04:20:32 $ |
open | OpenEntity open(String systemId, URL baseURL, String publicId) throws IOException(Code) | | Opens an external entity.
Parameters: systemId - the system identifier specified in the entity declaration Parameters: baseURL - the base URL relative to which the system identifiershould be resolved; null if no base URL is available Parameters: publicId - the public identifier specified in the entity declaration;null if no public identifier was specified |
|
|