assertPSVI.fNotation = fNotation;
assertPSVI.fGrammars = fGrammarBucket.getGrammars();
// construct the augmentations object for assertions.
// store assertPSVI into the augmentations
AugmentationsImpl assertAugs = new AugmentationsImpl();
assertAugs.putItem(Constants.ELEMENT_PSVI, assertPSVI);
fAssertionProcessor.endElement(element, assertAugs);
} catch (Exception ex) {
throw new XNIException(ex.getMessage(), ex);
}
}