Class dnx.lr.SFNodeInstance
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dnx.lr.SFNodeInstance

java.lang.Object
   |
   +----dnx.lr.FieldInstance
           |
           +----dnx.lr.SFNodeInstance

public class SFNodeInstance
extends FieldInstance

Constructor Index

 o SFNodeInstance(SFNode, NodeInstance)
Create a new SFNodeInstance.

Method Index

 o countChildren()
 o getChild()
 o getChild(int)

Constructors

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

Methods

 o getChild
  public NodeInstance getChild()
 o getChild
  public NodeInstance getChild(int n)
Overrides:
getChild in class FieldInstance
 o countChildren
  public int countChildren()
Overrides:
countChildren in class FieldInstance

All Packages  Class Hierarchy  This Package  Previous  Next  Index