24 public void setValue(
BaseNode node) {
31 sfNode.__updateRead();
36 public void setValue(
SFNode sfNode) {
37 sfNode.__updateRead();
43 public String toString() {
48 public void __fromPerl(BufferedReader in)
throws IOException {
51 node =
new vrml.node.Node(in.readLine());
54 public void __toPerl(PrintWriter out)
throws IOException {
55 out.print(node._get_nodeid());