convert.xml.em
Class FileEntityManager

java.lang.Object
  extended by convert.xml.em.FileEntityManager
All Implemented Interfaces:
EntityManager

public class FileEntityManager
extends java.lang.Object
implements EntityManager


Constructor Summary
FileEntityManager()
           
 
Method Summary
 OpenEntity open(ExternalId xid)
          Opens an external entity with the specified external identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileEntityManager

public FileEntityManager()
Method Detail

open

public OpenEntity open(ExternalId xid)
                throws java.io.IOException
Description copied from interface: EntityManager
Opens an external entity with the specified external identifier.

Specified by:
open in interface EntityManager
Throws:
java.io.IOException