|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.oreodata.xml.ClasspathEntityResolver
Resolve entities from the classpath. This allows us to jar up an xml document with more than one file comprising its "physical structure".
Constructor Summary | |
ClasspathEntityResolver()
|
|
ClasspathEntityResolver(java.lang.ClassLoader cl)
|
Method Summary | |
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicID,
java.lang.String systemID)
Tries to resolve an entity relative to the classloader's search path. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClasspathEntityResolver(java.lang.ClassLoader cl)
public ClasspathEntityResolver()
Method Detail |
public org.xml.sax.InputSource resolveEntity(java.lang.String publicID, java.lang.String systemID)
resolveEntity
in interface org.xml.sax.EntityResolver
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |