Class dnx.lr.MFNodeInstance
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.lr.MFNodeInstance
java.lang.Object
|
+----dnx.lr.FieldInstance
|
+----dnx.lr.MFNodeInstance
- public class MFNodeInstance
- extends FieldInstance
-
MFNodeInstance(MFNode, NodeInstance)
- Create a new MFNodeInstance.
-
countChildren()
-
-
getChild(int)
-
-
size()
-
-
toString()
-
MFNodeInstance
public MFNodeInstance(MFNode field,
NodeInstance owner)
- Create a new MFNodeInstance. This mirrors field FIELD
and is owned by NodeInstance OWNER.
size
public int size()
countChildren
public int countChildren()
- Overrides:
- countChildren in class FieldInstance
getChild
public NodeInstance getChild(int n)
- Overrides:
- getChild in class FieldInstance
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index