if (openTag == null)
{
IValueMap attributeMap = xmlTag.getAttributes();
for (Map.Entry<String, Object> entry : attributeMap.entrySet())
{
String attr = entry.getKey();
if (attr.equals(attribute) && value.equals(entry.getValue()))
{
if (xmlTag.isOpen())