Gobo Eiffel XML Library
Copyright (c) 2001, Andreas Leitner and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2003/12/18 22:04:24 $
$Revision: 1.21 $
-- Routines that ought to be in class STRING
-- (From KL_IMPORTED_STRING_ROUTINES)
-- Name
-- Namespace of the name of current node
-- Namespace prefix used to declare the namespace of the
-- name of current node
-- Parent of current node;
-- Void if current node is root
-- (From XM_NODE)
-- Has the name of current node been defined with namespace?
-- 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)
-- Has current node same name and namespace as other?
-- Has current node same namespace as other?
-- Clone of current object
-- (From KL_CLONABLE)
-- Process current node with a_processor.
-- (From XM_NODE)
XML nodes that have a name