this.fValidationManager.reset();
int i = this.fComponents.size();
for (int j = 0; j < i; j++)
{
XMLComponent localXMLComponent = (XMLComponent)this.fComponents.get(j);
localXMLComponent.reset(this);
}
}
protected void checkProperty(String paramString)
throws XMLConfigurationException