Uses of Class
rle.vm.VmNode

Packages that use VmNode
rle.vm   
 

Uses of VmNode in rle.vm
 

Subclasses of VmNode in rle.vm
 class DataNode
          The base class for Nodes which can appear in the data tree of the Variant Manager.
 class InfoGroupNode
           
 class InfoNode
          Node class for information nodes built according to the structure nodes.
 class SchemaGroupNode
          A node that captures the information necessary to build an arbitrary resource tree.
 class SchemaInstanceNode
          Captures the data configuration requirements for a "type" of InfoNode, ie the nodes that can be added to a particular SchemaGroupNode.
 class SchemaNode
          The base class for Nodes which model the allowable structure for Data nodes.
 

Methods in rle.vm that return VmNode
 VmNode VmNode.findNode(java.lang.String path)
          Finds the child node corresponding to the path argument, relative to this node.
 

Methods in rle.vm that return types with arguments of type VmNode
 java.util.List<VmNode> VmNode.childList()