}
}
this.units = units.toArray(new IMXMLUnitData[0]);
if (fullContent && shouldRepair)
{
this.units = processor.balance(this.units, this, nsMap);
if (processor.wasRepaired())
{ //repaired, so let's rebuild our prefix maps and tag depths
refreshPositionData();
}
}