
Public Member Functions | |
| JEntityResolver (JDigester jd) | |
| JEntityResolver () | |
| InputSource | resolveEntity (String publicId, String systemId) throws IOException, SAXException |
| void | addDtds (DTDs dtds) |
| void | addSchemas (Schemas schemas) |
Definition at line 48 of file JEntityResolver.java.
|
|
Constructor
Definition at line 66 of file JEntityResolver.java. |
|
|
Constructor without JDigester instance (used in WsGen only) Definition at line 74 of file JEntityResolver.java. |
|
|
Add the mapping between a public Id and the local path of the DTD
Definition at line 138 of file JEntityResolver.java. References org.objectweb.jonas_lib.deployment.api.DTDs.getMapping(). Referenced by org.objectweb.jonas_lib.deployment.digester.JDigester.JDigester(), and org.objectweb.jonas_lib.genbase.utils.XMLUtils.newDocument(). |
Here is the call graph for this function:

|
|
Add the given Schemas to the schemas available for this resolver
Definition at line 157 of file JEntityResolver.java. References org.objectweb.jonas_lib.deployment.api.Schemas.getlocalSchemas(). Referenced by org.objectweb.jonas_lib.deployment.digester.JDigester.JDigester(), and org.objectweb.jonas_lib.genbase.utils.XMLUtils.newDocument(). |
Here is the call graph for this function:

|
||||||||||||
|
The Parser will call this method before opening any external entity except the top-level document entity.
Definition at line 101 of file JEntityResolver.java. |
1.3.9.1