|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.builder.binding.BindingLoader.BindingResolver
class BindingLoader.BindingResolver
EntityResolver specific to resolving entities related to the Castor XML code generator binding file.
Constructor Summary | |
---|---|
BindingLoader.BindingResolver()
|
Method Summary | |
---|---|
java.net.URL |
getBaseURL()
Returns the base URL for relative processing. |
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Code adapted from DTDResolver written by Assaf Arkin. |
void |
setBaseURL(java.net.URL baseUrl)
Sets a base URL for relative processing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
BindingLoader.BindingResolver()
Method Detail |
---|
public void setBaseURL(java.net.URL baseUrl)
baseUrl
- Base URL for relative processing.public java.net.URL getBaseURL()
public org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId) throws java.io.IOException, org.xml.sax.SAXException
resolveEntity
in interface org.xml.sax.EntityResolver
publicId
- The public identifier of the external entity being
referenced, or null if none was supplied.systemId
- The system identifier of the external entity being
referenced.
org.xml.sax.SAXException
- Any SAX exception, possibly wrapping
another exception.
java.io.IOException
- A Java-specific IO exception, possibly
the result of creating a new InputStream or Reader for the
InputSource.DTDResolver.resolveEntity(java.lang.String,
java.lang.String)
,
EntityResolver.resolveEntity(java.lang.String,
java.lang.String)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |