indexing description: "Objects that ..." author: "" date: "$Date$" revision: "$Revision$" class AXIS_PARENT inherit AXIS feature -- Basic Operations start (n: XML_NODE) is -- do node := n item := node.parent end next is -- do item := Void end end