convert.xml.em
Interface EntityManager

All Known Implementing Classes:
FileEntityManager, UriEntityManager

public interface EntityManager

This interface is used by the parser to access external entities.

See Also:
Parser

Method Summary
 OpenEntity open(ExternalId xid)
          Opens an external entity with the specified external identifier.
 

Method Detail

open

OpenEntity open(ExternalId xid)
                throws java.io.IOException
Opens an external entity with the specified external identifier.

Throws:
java.io.IOException