this.ntReg = ntReg;
this.itemMgr = itemMgr;
this.rootNodeUUID = rootNodeUUID;
this.parentHandler = (parentMgr != null) ? parentMgr.handler : null;
this.excludedNodeUUID = excludedNodeUUID;
this.nsResolver = new AbstractNamespaceResolver() {
public String getURI(String prefix) throws NamespaceException {
try {
return nsReg.getURI(prefix);
} catch (RepositoryException e) {
throw new NamespaceException(e.getMessage());