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