Package org.exolab.castor.xml
Class StartElementProcessor
java.lang.Object
org.exolab.castor.xml.StartElementProcessor
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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStartElementProcessor
(UnmarshalHandler unmarshalHandler) Creates an instance of this class, with a reference to the actualUnmarshalHandler
for which this processor deals with the SAX 2 startElement() callback method. -
Method Summary
-
Field Details
-
resourceBundle
resource bundle
-
-
Constructor Details
-
StartElementProcessor
Creates an instance of this class, with a reference to the actualUnmarshalHandler
for which this processor deals with the SAX 2 startElement() callback method.- Parameters:
unmarshalHandler
- TheUnmarshalHandler
instance on which the results of processing the startElement method will be 'persisted'/set.
-
-
Method Details
-
compute
- Throws:
SAXException
-