org.exolab.castor.builder.binding
Class BindingLoader.BindingResolver
java.lang.Object
org.exolab.castor.builder.binding.BindingLoader.BindingResolver
- BindingLoader
- EntityResolver
(package private) class BindingLoader.BindingResolver
extends java.lang.Object
implements EntityResolver
getBaseURL
public URL getBaseURL()
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
throws IOException,
SAXException
Code adapted from DTDResolver written by Assaf Arkin.
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.
- An InputSource object describing the new input source, or
null to request that the parser open a regular URI connection
to the system identifier.
org.exolab.castor.util.DTDResolver.resolveEntity(java.lang.String,
java.lang.String)
, org.xml.sax.EntityResolver.resolveEntity(java.lang.String,
java.lang.String)
setBaseURL
public void setBaseURL(URL baseUrl)
Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com