convert.xml.em
Class UriEntityManager

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

public class UriEntityManager
extends java.lang.Object
implements EntityManager


Constructor Summary
UriEntityManager()
           
 
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

UriEntityManager

public UriEntityManager()
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