Student Name Roll No. Reg. No Course Name Gread Point
if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
} else
return;
this.run();
this.currentChar++;
this.tagBuffer += this.origText.charAt(this.currentChar);
if(this.inTag) {
} else
return;
this.run();
this.currentChar++;