home
wiki
classes/clusters list
class information
+
Point of view
ANY
ANY
XMLNS_NODE
XMLNS_TREE
INTERNALS_HANDLER
All features
class XMLNS_NODE
Summary
top
A node in an
XMLNS_TREE
Direct parents
insert list:
ANY
Class invariant
top
name
/= Void
namespace
/= Void
Overview
top
creation features
exported features
namespace
:
STRING
The namespace of the node
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_namespace
(index:
INTEGER_32
):
STRING
The namespace of the i'th attribute
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_namesoace:
STRING
, 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
): XMLNS_NODE
The i'th child
children_count
:
INTEGER_32
The number of children
parent
: XMLNS_NODE
The parent of the node, Void if it is the root
data
:
STRING
Data in the node, if there is some.
namespace
:
STRING
writable attribute
top
The namespace of the node
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_namespace
(index:
INTEGER_32
):
STRING
effective function
top
The namespace of the i'th attribute
require
index.in_range(1,
attributes_count
)
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_namesoace:
STRING
, 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
): XMLNS_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
: XMLNS_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.