Package org.exolab.castor.xml
Class CharactersProcessor
java.lang.Object
org.exolab.castor.xml.CharactersProcessor
A processor that assists
UnmarshalHandler
in dealing with the SAX 2
ContentHandler.characters(char[], int, int)
callback method.- Author:
- Philipp Erlacher
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCharactersProcessor
(UnmarshalHandler unmarshalHandler) Creates an instance of this class, with a reference to the actualUnmarshalHandler
for which this processor deals with the SAX 2 characters() callback method. -
Method Summary
-
Field Details
-
resourceBundle
resource bundle
-
-
Constructor Details
-
CharactersProcessor
Creates an instance of this class, with a reference to the actualUnmarshalHandler
for which this processor deals with the SAX 2 characters() callback method.- Parameters:
unmarshalHandler
- TheUnmarshalHandler
instance on which the results of processing the characters method will be 'persisted'/set.
-
-
Method Details
-
compute
- Throws:
SAXException
-