doc = ((DocumentElement)input).doc;
elm = ((DocumentElement)input).element;
}
if (doc == null)
{
getExceptionHandler ().handleException (null, new InvalidInputException (input));
return null;
}
StringHook stringHook = null;
if(m_userhook != null)
stringHook = m_userhook;