Class EndElementProcessor

java.lang.Object
org.exolab.castor.xml.EndElementProcessor

public class EndElementProcessor extends Object
A processor that assists UnmarshalHandler in dealing with the SAX 2 ContentHandler.endElement(String, String, String) callback method.
Since:
1.3.2
Author:
Philipp Erlacher
  • Field Details

    • resourceBundle

      protected static ResourceBundle resourceBundle
      resource bundle
  • Constructor Details

    • EndElementProcessor

      public 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.
      Parameters:
      unmarshalHandler - The UnmarshalHandler instance on which the results of processing the endElement method will be 'persisted'/set.
  • Method Details