Package org.exolab.castor.xml
Class StartElementProcessor
- java.lang.Object
-
- org.exolab.castor.xml.StartElementProcessor
-
public class StartElementProcessor extends java.lang.ObjectA processor that assistsUnmarshalHandlerin dealing with the SAX 2ContentHandler.startElement(String, String, String, org.xml.sax.Attributes)callback method.- Since:
- 1.3.2
- Author:
- Werner Guttmann
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.ResourceBundleresourceBundleresource bundle
-
Constructor Summary
Constructors Constructor Description StartElementProcessor(UnmarshalHandler unmarshalHandler)Creates an instance of this class, with a reference to the actualUnmarshalHandlerfor which this processor deals with the SAX 2 startElement() callback method.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(java.lang.String name, java.lang.String namespace, AttributeSet atts)
-
-
-
Constructor Detail
-
StartElementProcessor
public StartElementProcessor(UnmarshalHandler unmarshalHandler)
Creates an instance of this class, with a reference to the actualUnmarshalHandlerfor which this processor deals with the SAX 2 startElement() callback method.- Parameters:
unmarshalHandler- TheUnmarshalHandlerinstance on which the results of processing the startElement method will be 'persisted'/set.
-
-
Method Detail
-
compute
public void compute(java.lang.String name, java.lang.String namespace, AttributeSet atts) throws org.xml.sax.SAXException- Throws:
org.xml.sax.SAXException
-
-