final ConstantPoolGen cpg = classGen.getConstantPool();
final InstructionList il = methodGen.getInstructionList();
// Feck the this pointer on the stack...
il.append(methodGen.loadDOM());
// ...then the entity name...
_entity.translate(classGen, methodGen);
// ...to get the URI from the DOM object.
il.append(new INVOKEINTERFACE(
cpg.addInterfaceMethodref(DOM_INTF,
GET_UNPARSED_ENTITY_URI,
GET_UNPARSED_ENTITY_URI_SIG),
2));