if (namespace==null) {
nsContext = this;
}
}
ComputedAttribute inst = new ComputedAttribute( attributeName, namespace, nsContext);
compileContent(exec, decl, inst, separator);
if (LogConfiguration.loggingIsEnabled() && LogController.traceIsEnabled()) {
inst.AddTraceProperty("name", attributeName);
}
return inst;
}