public class CharactersProcessor extends Object
UnmarshalHandler in dealing with the SAX 2
ContentHandler.characters(char[], int, int) callback method.| Modifier and Type | Field and Description |
|---|---|
protected static ResourceBundle |
resourceBundle
resource bundle
|
| Constructor and Description |
|---|
CharactersProcessor(UnmarshalHandler unmarshalHandler)
Creates an instance of this class, with a reference to the actual
UnmarshalHandler for
which this processor deals with the SAX 2 characters() callback method. |
protected static ResourceBundle resourceBundle
public CharactersProcessor(UnmarshalHandler unmarshalHandler)
UnmarshalHandler for
which this processor deals with the SAX 2 characters() callback method.unmarshalHandler - The UnmarshalHandler instance on which the results of
processing the characters method will be 'persisted'/set.public void compute(char[] ch,
int start,
int length)
throws SAXException
SAXExceptionCopyright © 2016. All rights reserved.