+
Point of view
All features
deferred class XMLNS_NODE
Summary
A node in an XMLNS_TREE
Direct parents
Insert list: VISITABLE
Known children
Inherit list: XMLNS_COMPOSITE_NODE, XMLNS_DATA_NODE
Overview
Features
{ANY}
{XMLNS_COMPOSITE_NODE}
{ANY}
line: INTEGER_32
writable attribute
{ANY}
The position of the node in its source file
column: INTEGER_32
writable attribute
{ANY}
The position of the node in its source file
writable attribute
{ANY}
The parent of the node, Void if it is the root
set_parent (a_parent: XMLNS_COMPOSITE_NODE)
effective procedure
require
  • a_parent /= Void
ensure
accept (visitor: VISITOR)
deferred procedure
{ANY}
Accept to be visited by the visitor.
require
  • visitor /= Void