*
*/
public void processValue(CharSequence value, XPathContext context) throws XPathException {
SequenceReceiver out = context.getReceiver();
out.characters(value);
}
/**
* Evaluate this expression, returning the resulting text node to the caller
* @param context the dynamic evaluation context