Gobo Eiffel XML Library
Copyright (c) 2003, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2003/05/13 00:42:43 $
$Revision: 1.3 $
-- Parent of current node;
-- Void if current node is root
-- (From XM_NODE)
-- Is this node the first in its parent's child list,
-- or the root node?
-- (From XM_NODE)
-- Is this node the last in its parent's child list,
-- or the root node?
-- (From XM_NODE)
-- Depth at which current node appears relative to its root
-- (The root node has the level 1.)
-- (From XM_NODE)
-- Clone of current object
-- (From KL_CLONABLE)
-- Process current node with a_processor.
-- (From XM_NODE)
Classification class for nodes that can be children of the document node