{
if(!(m_elems.peek() instanceof ElemForEach))
throw new TransformerException
("xalan:doc-cache-off not allowed here!",
getLocator());
ElemForEach elem = (ElemForEach)m_elems.peek();
elem.m_doc_cache_off = true;
//System.out.println("JJK***** Recognized <? {"+ns+"}"+prefix+":"+localName+" "+data+"?>");
}