Package org.exolab.castor.xml
Class CharactersProcessor
- java.lang.Object
-
- org.exolab.castor.xml.CharactersProcessor
-
public class CharactersProcessor extends java.lang.Object
A processor that assistsUnmarshalHandler
in dealing with the SAX 2ContentHandler.characters(char[], int, int)
callback method.- Author:
- Philipp Erlacher
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.ResourceBundle
resourceBundle
resource bundle
-
Constructor Summary
Constructors Constructor Description CharactersProcessor(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
compute(char[] ch, int start, int length)
-
-
-
Constructor Detail
-
CharactersProcessor
public CharactersProcessor(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.- Parameters:
unmarshalHandler
- TheUnmarshalHandler
instance on which the results of processing the characters method will be 'persisted'/set.
-
-