Package org.exolab.castor.xml
Class EndElementProcessor
- java.lang.Object
-
- org.exolab.castor.xml.EndElementProcessor
-
public class EndElementProcessor extends java.lang.ObjectA processor that assistsUnmarshalHandlerin dealing with the SAX 2ContentHandler.endElement(String, String, String)callback method.- Since:
- 1.3.2
- Author:
- Philipp Erlacher
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.ResourceBundleresourceBundleresource bundle
-
Constructor Summary
Constructors Constructor Description EndElementProcessor(UnmarshalHandler unmarshalHandler)Creates an instance of this class, with a reference to the actualUnmarshalHandlerfor which this processor deals with the SAX 2 endElement() callback method.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(java.lang.String name)
-
-
-
Constructor Detail
-
EndElementProcessor
public EndElementProcessor(UnmarshalHandler unmarshalHandler)
Creates an instance of this class, with a reference to the actualUnmarshalHandlerfor which this processor deals with the SAX 2 endElement() callback method.- Parameters:
unmarshalHandler- TheUnmarshalHandlerinstance on which the results of processing the endElement method will be 'persisted'/set.
-
-