ensureVisibility method
Turns on node visibility, that is, if called node will be shown in output regardless of whether it comes from import by reference or not
Implementation
void ensureVisibility() {
nodeVisible = true;
//2.5.3 20151120
// Node.prototype.ensureVisibility = function () {
// this.nodeVisible = true;
// };
}