Uses of Class
org.exolab.castor.xml.UnmarshalHandler

Packages that use UnmarshalHandler
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 UnmarshalHandler in org.exolab.castor.xml
 

Methods in org.exolab.castor.xml that return UnmarshalHandler
 UnmarshalHandler Unmarshaller.createHandler()
          Creates and initalizes an UnmarshalHandler
 

Methods in org.exolab.castor.xml with parameters of type UnmarshalHandler
static ContentHandler Unmarshaller.getContentHandler(UnmarshalHandler handler)
          Returns a ContentHandler for the given UnmarshalHandler
 

Constructors in org.exolab.castor.xml with parameters of type UnmarshalHandler
CharactersProcessor(UnmarshalHandler unmarshalHandler)
          Creates an instance of this class, with a reference to the actual UnmarshalHandler for which this processor deals with the SAX 2 characters() callback method.
EndElementProcessor(UnmarshalHandler unmarshalHandler)
          Creates an instance of this class, with a reference to the actual UnmarshalHandler for which this processor deals with the SAX 2 endElement() callback method.
StartElementProcessor(UnmarshalHandler unmarshalHandler)
          Creates an instance of this class, with a reference to the actual UnmarshalHandler for which this processor deals with the SAX 2 startElement() callback method.
 



Copyright © 2011. All Rights Reserved.