Uses of Class
EDU.bmrb.starlibj.DataNameNode

Uses of DataNameNode in EDU.bmrb.starlibj
 

Fields in EDU.bmrb.starlibj declared as DataNameNode
protected  DataNameNode DataItemNode.myDataName
           
 

Methods in EDU.bmrb.starlibj that return DataNameNode
 DataNameNode DataItemNode.getNameNode()
          Gets the entire DataNameNode inside this item (as opposed to just the string name like getLabel() does.)
 DataNameNode LoopNameListNode.elementAt(int index)
          Just like the Vector method of the same name.
 DataNameNode LoopNameListNode.firstElement()
          Just like the Vector method of the same name.
 DataNameNode LoopNameListNode.lastElement()
          Just like the Vector method of the same name.
 

Methods in EDU.bmrb.starlibj with parameters of type DataNameNode
protected  void StarUnparser.writeDataNameNode(DataNameNode node, int indentLvl)
           
 

Constructors in EDU.bmrb.starlibj with parameters of type DataNameNode
DataItemNode(DataNameNode name, DataValueNode value)
          This constructor makes a new item with the given name and value.
DataNameNode(DataNameNode copyMe)
          Constructor - copy another DataValueNode.