| java.lang.Object com.bluecast.xml.EntityManager
EntityManager | public class EntityManager (Code) | | |
Method Summary | |
public void | clear() | public Entity | getByID(Entity context, String pubID, String sysID) | public Entity | getByName(String name, int type) | public EntityResolver | getResolver() | public boolean | putExternal(Entity context, String name, String pubID, String sysID, int type) Defines an external entity. | public boolean | putInternal(String name, String value, int type) Defines an internal entity. | public boolean | putUnparsed(Entity context, String name, String pubID, String sysID, String ndata, int type) Defines an unparsed entity. | public static String | resolveSystemID(String contextSysID, String sysID) | public void | setResolver(EntityResolver resolver) |
GENERAL | final public static int GENERAL(Code) | | |
PARAMETER | final public static int PARAMETER(Code) | | |
EntityManager | public EntityManager()(Code) | | |
clear | public void clear()(Code) | | |
putInternal | public boolean putInternal(String name, String value, int type)(Code) | | Defines an internal entity. Returns true if successful,
false if the entity was already defined.
|
|
|