|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.kernel.xml.EntityMapper
public class EntityMapper
EntityMapper
| Constructor Summary | |
|---|---|
protected |
EntityMapper()
Avoid instantiation |
| Method Summary | |
|---|---|
static EntityResolver |
getInstance()
Get an entity mapper instance |
static void |
registerPublicId(String publicId,
String url)
Register a public id mapping |
static void |
registerSystemId(String systemId,
String url)
Register a system id mapping. |
InputSource |
resolveEntity(String publicId,
String systemId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected EntityMapper()
| Method Detail |
|---|
public static EntityResolver getInstance()
public static void registerPublicId(String publicId,
String url)
publicId - uri -
public static void registerSystemId(String systemId,
String url)
The preferred way is to use registerPublicId instead of the method.
systemId - url -
public InputSource resolveEntity(String publicId,
String systemId)
throws SAXException,
IOException
resolveEntity in interface EntityResolverSAXException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||