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

Constructor Index

 o MFNodeInstance(MFNode, NodeInstance)
Create a new MFNodeInstance.

Method Index

 o countChildren()
 o getChild(int)
 o size()
 o toString()

Constructors

 o MFNodeInstance
  public MFNodeInstance(MFNode field,
                        NodeInstance owner)
Create a new MFNodeInstance. This mirrors field FIELD and is owned by NodeInstance OWNER.

Methods

 o size
  public int size()
 o countChildren
  public int countChildren()
Overrides:
countChildren in class FieldInstance
 o getChild
  public NodeInstance getChild(int n)
Overrides:
getChild in class FieldInstance
 o toString
  public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index