}
private void processIntroductionPoints() {
final DocumentObject ob = fieldParser.parseObject();
final ByteBuffer buffer = createIntroductionPointBuffer(ob);
final IntroductionPointParser parser = new IntroductionPointParser(new DocumentFieldParserImpl(buffer));
parser.parse(new DocumentParsingResultHandler<IntroductionPoint>() {
public void documentParsed(IntroductionPoint document) {
logger.fine("adding intro point "+ document.getIdentity());
descriptor.addIntroductionPoint(document);