/** <p>Constructor for the CopyEmitter.</p>
*
* @param namePool The name pool to use for constructing elements and attributes.
*/
public CopyEmitter(Controller controller, NamePool namePool) {
rtf = new FragmentValue(controller);
rtfEmitter = rtf.getEmitter();
this.namePool = namePool;
}