org.exolab.castor.xml
public interface IDResolver
Version: $Revision: 5951 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
Method Summary | |
---|---|
Object | resolve(String idref)
Returns the Object whose id matches the given IDREF,
or null if no Object was found. |
Parameters: idref the IDREF to resolve.
Returns: the Object whose id matches the given IDREF.