| |
|
| java.lang.Object uk.org.ponder.saxalizer.LocalEntityResolver
LocalEntityResolver | public class LocalEntityResolver (Code) | | The LocalEntityResolver maps a DTD reference onto a locally
cached copy. These objects are stored inside an
EntityResolverStash .
|
Method Summary | |
public void | setID(String ID) Sets the entity ID for this resolver. | public void | setIDType(String IDtypestring) Sets the type of the ID for this resolver. | public void | setPath(String path) Sets the URL from which the required entity may be resolved. |
setID | public void setID(String ID)(Code) | | Sets the entity ID for this resolver.
Parameters: ID - The required entity ID. |
setIDType | public void setIDType(String IDtypestring)(Code) | | Sets the type of the ID for this resolver. This should be either
public (recommended) or system .
Parameters: IDtypestring - The required ID type. |
setPath | public void setPath(String path)(Code) | | Sets the URL from which the required entity may be resolved.
Parameters: entityURL - The required entity URL. |
|
|
|