Class iicm.vrml.pw.Script
All Packages Class Hierarchy This Package Previous Next Index
Class iicm.vrml.pw.Script
java.lang.Object
|
+----iicm.vrml.pw.Node
|
+----iicm.vrml.pw.Common
|
+----iicm.vrml.pw.Script
- public class Script
- extends Common
-
directOutput
-
-
mustEvaluate
-
-
STR_DIRECTOUTPUT
-
-
STR_MUSTEVALUATE
-
-
STR_URL
-
-
url
-
-
nodeName()
- the node's name
-
traverse(Traverser)
- must call appropriate method of Traverser for node traversal
-
writeSubfield(String, Field, PrintStream, Hashtable)
- writeSubfield: output value of fields
url
public MFString url
directOutput
public SFBool directOutput
mustEvaluate
public SFBool mustEvaluate
STR_URL
public final static String STR_URL
STR_DIRECTOUTPUT
public final static String STR_DIRECTOUTPUT
STR_MUSTEVALUATE
public final static String STR_MUSTEVALUATE
nodeName
public String nodeName()
- the node's name
- Overrides:
- nodeName in class Node
traverse
public void traverse(Traverser t)
- must call appropriate method of Traverser for node traversal
- Overrides:
- traverse in class Node
writeSubfield
public void writeSubfield(String fname,
Field f,
PrintStream os,
Hashtable writtenrefs)
- writeSubfield: output value of fields
- Overrides:
- writeSubfield in class Node
All Packages Class Hierarchy This Package Previous Next Index