public VRML97Token(string text, VRML97TokenType type) {
     this.text = text;
     this.type = type;
 }
 public VRML97Token(string text, VRML97TokenType type)
 {
     this.text = text;
     this.type = type;
 }