// removed, but the region offsets include the quotes.
IStructuredDocumentContext elContext = IStructuredDocumentContextFactory.INSTANCE
.getContext(context.getStructuredDocument(), context
.getDocumentPosition()
+ offsetOfFirstEL + 1);
final DTELExpression elExpression = adapter
.getELExpression(elContext);
if (elExpression != null)
{
final String elText = elExpression.getText();
if (DEBUG)
{
System.out.println(addDebugSpacer(3) + "EL attrVal= " //$NON-NLS-1$
+ elText);
}
elContext = elExpression.getDocumentContext();
// EL validation is user configurable because
// it can be computationally costly.
if (_validationContext.shouldValidateEL())
{
// also, skip the validation if the expression is empty