All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class com.jclark.xml.parse.EntityManagerImpl
java.lang.Object
   |
   +----com.jclark.xml.parse.EntityManagerImpl
  -  public class EntityManagerImpl
  -  extends Object
  -  implements EntityManager
A default implementation ofEntityManager.
    -  See Also:
    
-  EntityManager
   
  -   EntityManagerImpl() EntityManagerImpl()
-  
   
  -   fileToURL(File) fileToURL(File)
-   Generates a URLfrom aFile.
-   open(String, URL, String) open(String, URL, String)
-  
  
-   openFile(String) openFile(String)
-   Creates an OpenEntity from a file name.
  
-   openStandardInput() openStandardInput()
-   Creates an OpenEntity for the standard input.
  
-   userDirURL() userDirURL()
-   Generates a URL for the current working directory.
   
 EntityManagerImpl
EntityManagerImpl
 public EntityManagerImpl()
   
 open
open
 public OpenEntity open(String systemId,
                        URL baseURL,
                        String publicId) throws IOException
 openFile
openFile
 public static OpenEntity openFile(String name) throws IOException
  -  Creates an OpenEntity from a file name.
 
 openStandardInput
openStandardInput
 public static OpenEntity openStandardInput() throws IOException
  -  Creates an OpenEntity for the standard input.
 
 fileToURL
fileToURL
 public static URL fileToURL(File file)
  -  Generates a URLfrom aFile.
 
 userDirURL
userDirURL
 public static URL userDirURL()
  -  Generates a URL for the current working directory.
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index