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