public class EndElementProcessor extends Object
UnmarshalHandler
in dealing with the SAX 2
ContentHandler.endElement(String, String, String)
callback method.Modifier and Type | Field and Description |
---|---|
protected static ResourceBundle |
resourceBundle
resource bundle
|
Constructor and Description |
---|
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. |
protected static ResourceBundle resourceBundle
public EndElementProcessor(UnmarshalHandler unmarshalHandler)
UnmarshalHandler
for which this processor deals with the SAX 2
endElement() callback method.unmarshalHandler
- The UnmarshalHandler
instance on which the results of
processing the endElement method will be 'persisted'/set.public void compute(String name) throws SAXException
SAXException
Copyright © 2018. All rights reserved.