Uses of Class
org.exolab.castor.xml.UnmarshalHandler
Packages that use UnmarshalHandler
-
Uses of UnmarshalHandler in org.exolab.castor.xml
Methods in org.exolab.castor.xml that return UnmarshalHandlerModifier and TypeMethodDescriptionUnmarshaller.createHandler()
Creates and initalizes an UnmarshalHandlerMethods in org.exolab.castor.xml with parameters of type UnmarshalHandlerModifier and TypeMethodDescriptionstatic ContentHandler
Unmarshaller.getContentHandler
(UnmarshalHandler handler) Returns a ContentHandler for the given UnmarshalHandlerConstructors in org.exolab.castor.xml with parameters of type UnmarshalHandlerModifierConstructorDescriptionCharactersProcessor
(UnmarshalHandler unmarshalHandler) Creates an instance of this class, with a reference to the actualUnmarshalHandler
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 actualUnmarshalHandler
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 actualUnmarshalHandler
for which this processor deals with the SAX 2 startElement() callback method.