com.bluecast.xml
public class EntityManager extends Object
| Field Summary | |
|---|---|
| static int | GENERAL |
| static int | PARAMETER |
| Constructor Summary | |
|---|---|
| EntityManager() | |
| EntityManager(EntityResolver resolver) | |
| Method Summary | |
|---|---|
| void | clear() |
| Entity | getByID(Entity context, String pubID, String sysID) |
| Entity | getByName(String name, int type) |
| EntityResolver | getResolver() |
| boolean | putExternal(Entity context, String name, String pubID, String sysID, int type)
Defines an external entity. |
| boolean | putInternal(String name, String value, int type)
Defines an internal entity. |
| boolean | putUnparsed(Entity context, String name, String pubID, String sysID, String ndata, int type)
Defines an unparsed entity. |
| static String | resolveSystemID(String contextSysID, String sysID) |
| void | setResolver(EntityResolver resolver) |