org.exolab.castor.xml
Class StartElementProcessor
java.lang.Object
org.exolab.castor.xml.StartElementProcessor
public class StartElementProcessor
- extends java.lang.Object
A processor that assists UnmarshalHandler in dealing with the SAX 2
ContentHandler.startElement(String, String, String, org.xml.sax.Attributes)
callback method.
- Since:
- 1.3.2
- Author:
- Werner Guttmann
|
Field Summary |
protected static java.util.ResourceBundle |
resourceBundle
resource bundle |
|
Method Summary |
void |
compute(java.lang.String name,
java.lang.String namespace,
AttributeSet atts)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resourceBundle
protected static java.util.ResourceBundle resourceBundle
- resource bundle
StartElementProcessor
public 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.
- Parameters:
unmarshalHandler - The UnmarshalHandler instance on which the results of
processing the startElement method will be 'persisted'/set.
compute
public void compute(java.lang.String name,
java.lang.String namespace,
AttributeSet atts)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com