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 of EntityManager
.
- See Also:
- EntityManager
-
EntityManagerImpl()
-
-
fileToURL(File)
- Generates a
URL
from a File
.
-
open(String, URL, String)
-
-
openFile(String)
- Creates an OpenEntity from a file name.
-
openStandardInput()
- Creates an OpenEntity for the standard input.
-
userDirURL()
- Generates a URL for the current working directory.
EntityManagerImpl
public EntityManagerImpl()
open
public OpenEntity open(String systemId,
URL baseURL,
String publicId) throws IOException
openFile
public static OpenEntity openFile(String name) throws IOException
- Creates an OpenEntity from a file name.
openStandardInput
public static OpenEntity openStandardInput() throws IOException
- Creates an OpenEntity for the standard input.
fileToURL
public static URL fileToURL(File file)
- Generates a
URL
from a File
.
userDirURL
public static URL userDirURL()
- Generates a URL for the current working directory.
All Packages Class Hierarchy This Package Previous Next Index