org.exolab.castor.xml
class UnmarshalHandler.IDResolverImpl extends Object implements IDResolver
| Constructor Summary | |
|---|---|
| IDResolverImpl() | |
| Method Summary | |
|---|---|
| void | bind(String id, Object obj) |
| Object | resolve(String idref)
Returns the Object whose id matches the given IDREF,
or null if no Object was found. |
| void | setResolver(IDResolver idResolver) |
Parameters: idref the IDREF to resolve.
Returns: the Object whose id matches the given IDREF.