|
| MFNode (BaseNode[] node) |
|
| MFNode (int size, BaseNode[] node) |
|
void | getValue (BaseNode[] node) |
|
BaseNode | get1Value (int index) |
|
void | setValue (BaseNode[] node) |
|
void | setValue (int size, BaseNode[] node) |
|
void | set1Value (int index, BaseNode node) |
|
void | set1Value (int index, SFNode sfNode) |
|
void | set1Value (int index, ConstSFNode sfNode) |
|
void | addValue (BaseNode node) |
|
void | addValue (SFNode sfNode) |
|
void | addValue (ConstSFNode sfNode) |
|
void | insertValue (int index, BaseNode node) |
|
void | insertValue (int index, SFNode sfNode) |
|
void | insertValue (int index, ConstSFNode sfNode) |
|
String | toString () |
|
void | __fromPerl (BufferedReader in) throws IOException |
|
void | __toPerl (PrintWriter out) throws IOException |
|
int | getSize () |
|
void | clear () |
|
void | delete (int index) |
|
Object | clone () |
|
void | bind_to (FWJavaScriptBinding b) |
|
final void | __updateRead () |
|
abstract void | __fromPerl (BufferedReader in) throws IOException |
|
abstract void | __toPerl (PrintWriter out) throws IOException |
|
void | setOffset (String offs) |
|
String | getOffset () |
|
|
Vector | __vect = new Vector() |
|
final void | __update1Read (int index) |
|
final void | __set1Value (int index, ConstField fld) |
|
final void | __insertValue (int index, ConstField fld) |
|
final void | __addValue (ConstField fld) |
|
final void | __updateWrite () |
|
Definition at line 10 of file MFNode.java.
The documentation for this class was generated from the following file: