| |
|
| java.lang.Object uk.org.ponder.saxalizer.EntityResolverStash
EntityResolverStash | public class EntityResolverStash (Code) | | The LocalEntityResolver is used to map public DTD references
onto locally cached copies of the files.
|
PUBLIC_ID | final public static int PUBLIC_ID(Code) | | |
SYSTEM_ID | final public static int SYSTEM_ID(Code) | | |
addEntityResolver | public void addEntityResolver(LocalEntityResolver ler)(Code) | | Adds the specified entityresolver into this stash.
Parameters: ler - A LocalEntityResolver capable of resolving a single DTD entityreference. Aren't these things tedious. |
resolve | public InputSource resolve(String publicID)(Code) | | Resolves the given public DTD ID onto an InputSource
derived from a locally cached copy.
Parameters: publicID - The public ID of the DTD. An InputSource with the contents of the DTD. |
setEntityResolvers | public void setEntityResolvers(List resolvers)(Code) | | |
|
|
|