public class StartElementProcessor
extends java.lang.Object
UnmarshalHandler in dealing with the SAX 2
ContentHandler.startElement(String, String, String, org.xml.sax.Attributes)
callback method.| Modifier and Type | Field | Description |
|---|---|---|
protected static java.util.ResourceBundle |
resourceBundle |
resource bundle
|
| Constructor | 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 | Description |
|---|---|---|
void |
compute(java.lang.String name,
java.lang.String namespace,
AttributeSet atts) |
protected static java.util.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(java.lang.String name,
java.lang.String namespace,
AttributeSet atts)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com