enp.getName(cqp);
int newURICode = recode(cqp.getNamespaceCode(), ntp, db, strp);
int newPrefixCode = recode(cqp.getPrefixCode(), ntp, db, strp);
int newLocalCode = recode(cqp.getLocalCode(), ntp, db, strp);
tempEnb.setName(newURICode, newLocalCode, newPrefixCode);
tempEnb.startAttributeChunk();
if (enp.attributesChunkExists()) {
enp.getAttributeSequence(ntp, seqp);
for (int i = 0; i < seqp.getEntryCount(); ++i) {
seqp.getEntry(i, tvp);
tvp.getValue(anp);