addDefaultAttributes(paramQName, paramXMLAttributes, localXSAttributeGroupDecl);
int i = this.fMatcherStack.getMatcherCount();
for (int j = 0; j < i; j++)
{
XPathMatcher localXPathMatcher = this.fMatcherStack.getMatcherAt(j);
localXPathMatcher.startElement(paramQName, paramXMLAttributes);
}
if (this.fAugPSVI)
{
paramAugmentations = getEmptyAugs(paramAugmentations);
this.fCurrentPSVI.fValidationContext = this.fValidationRoot;