home
wiki
classes/clusters list
class information
+
Point of view
ANY
ANY
XML_PARSER
INTERNALS_HANDLER
All features
class XML_TREE
Summary
top
DOM-like representation of an XML document
See also
XML_PARSER
Direct parents
inherit list:
XML_CALLBACKS
Overview
top
creation features
make
(in:
INPUT_STREAM
)
read the xml tree in the given input stream
with_error_handler
(in:
INPUT_STREAM
, a_error_handler:
PROCEDURE
[
TUPLE 3
[
INTEGER_32
,
INTEGER_32
,
STRING
]])
exported features
root
:
XML_NODE
The root of the tree
attribute_at
(a_attribute_name:
STRING
):
STRING
Usually to recover the
"version"
or
"encoding"
attributes
set_processing_instruction
(target:
STRING
, processor:
PROCEDURE
[
TUPLE 1
[
STRING
]])
root
:
XML_NODE
writable attribute
top
The root of the tree
attribute_at
(a_attribute_name:
STRING
):
STRING
effective function
top
Usually to recover the
"version"
or
"encoding"
attributes
set_processing_instruction
(target:
STRING
, processor:
PROCEDURE
[
TUPLE 1
[
STRING
]])
effective procedure
top
require
target /= Void
processor /= Void