Gobo Eiffel XML Library
Copyright (c) 2001, Andreas Leitner and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/07/13 19:49:04 $
$Revision: 1.23 $
-- Create a new attribute.
-- Create a new attribute,
-- and add it to parent..
-- Routines that ought to be in class STRING
-- (From KL_IMPORTED_STRING_ROUTINES)
-- Name
-- (From XM_NAMED_NODE)
-- Namespace of the name of current node
-- (From XM_NAMED_NODE)
-- Namespace corresponding to the declaration
-- (Create a new object at each call)
-- Namespace prefix used to declare the namespace of the
-- name of current node
-- (From XM_NAMED_NODE)
-- Parent of current node;
-- Void if current node is root
-- (From XM_NODE)
-- Value
-- Has the name of current node been defined with namespace?
-- (From XM_NAMED_NODE)
-- Has a prefix been used to define the namespace?
-- (It could also be that the namespace used was the default namespace)
-- (From XM_NAMED_NODE)
-- Does this node match the qualified name?
-- (From XM_NAMED_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)
-- Is current attribute a namespace declaration?
-- 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?
-- (From XM_NAMED_NODE)
-- Has current node same namespace as other?
-- (From XM_NAMED_NODE)
-- Set name to a_name.
-- (From XM_NAMED_NODE)
-- Set namespace to a_namespace.
-- (From XM_NAMED_NODE)
-- Clone of current object
-- (From KL_CLONABLE)
-- Process current node with a_processor.
-- (From XM_NODE)
XML attribute nodes