{cdata = processAttribute(((AttrImpl) child).getValue(), node.getNodeId(), match);}
else
{cdata = ((AttrImpl) child).getValue();}
attribs.addAttribute(child.getQName(), cdata);
count++;
child.release();
} else
{break;}
}
receiver.setCurrentNode(node);
receiver.startElement(node.getQName(), attribs);