258259260261262263264265266267268
// creates the PersistenceParser (doing the parsing and decoding) and returns its // Iterator on first invocation if (iterator == null) { iterator = new PersistenceParser( inputStream, exceptionListener, classLoader, this) .iterator();