Uses of Interface
org.exolab.castor.xml.IDResolver

Packages that use IDResolver
org.castor.mapping   
org.exolab.castor.xml The XML Marshaller API Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Keith Visco Marshaller marshalls a Java object into an XML document.  
 

Uses of IDResolver in org.castor.mapping
 

Classes in org.castor.mapping that implement IDResolver
 class MappingUnmarshallIDResolver
          An IDResolver to allow us to resolve ClassMappings from included Mapping files.
 

Uses of IDResolver in org.exolab.castor.xml
 

Classes in org.exolab.castor.xml that implement IDResolver
(package private)  class IDResolverImpl
          Default IDResolver for Castor XML during (un)marshaling.
 

Methods in org.exolab.castor.xml with parameters of type IDResolver
(package private)  void IDResolverImpl.setResolver(IDResolver idResolver)
          Sets a custom IDResolver instance to be used for IDRef resolution.
 void UnmarshalHandler.setIDResolver(IDResolver idResolver)
          Sets the IDResolver to use when resolving IDREFs for which no associated element may exist in XML document.
 void Unmarshaller.setIDResolver(IDResolver idResolver)
          Sets the IDResolver to use when resolving IDREFs for which no associated element may exist in XML document.
 



Copyright 2008 null. All Rights Reserved.