home
wiki
classes/clusters list
class information
+
Point of view
ANY
ANY
XML_NODE
XML_TREE
INTERNALS_HANDLER
All features
class XML_NODE
Summary
top
A node in an
XML_TREE
Direct parents
insert list:
ANY
Class invariant
top
name
/= Void
Overview
top
creation features
exported features
name
:
STRING
The name of the node
line
:
INTEGER_32
The position of the node in its source file
column
:
INTEGER_32
The position of the node in its source file
attribute_name
(index:
INTEGER_32
):
STRING
The name of the i'th attribute
attribute_value
(index:
INTEGER_32
):
STRING
The value of the i'th attribute
attribute_at
(a_attribute_name:
STRING
):
STRING
The value of the attribute given by its name; Void if not set
attributes_count
:
INTEGER_32
The number of attributes
child
(index:
INTEGER_32
): XML_NODE
The i'th child
children_count
:
INTEGER_32
The number of children
parent
: XML_NODE
The parent of the node, Void if it is the root
data
:
STRING
Data in the node, if there is some.
name
:
STRING
writable attribute
top
The name of the node
line
:
INTEGER_32
writable attribute
top
The position of the node in its source file
column
:
INTEGER_32
writable attribute
top
The position of the node in its source file
attribute_name
(index:
INTEGER_32
):
STRING
effective function
top
The name of the i'th attribute
require
index.in_range(1,
attributes_count
)
attribute_value
(index:
INTEGER_32
):
STRING
effective function
top
The value of the i'th attribute
require
index.in_range(1,
attributes_count
)
attribute_at
(a_attribute_name:
STRING
):
STRING
effective function
top
The value of the attribute given by its name; Void if not set
attributes_count
:
INTEGER_32
effective function
top
The number of attributes
child
(index:
INTEGER_32
): XML_NODE
effective function
top
The i'th child
require
index.in_range(1,
children_count
)
children_count
:
INTEGER_32
effective function
top
The number of children
parent
: XML_NODE
writable attribute
top
The parent of the node, Void if it is the root
data
:
STRING
writable attribute
top
Data in the node, if there is some.