GNU
|
Liberty Eiffel
|
Automated Tests
|
Wiki
|
Savannah project
|
Debian packages
|
Documentation
>
libraries
>
XML_PARSER_BUFFER
+
Point of view
All features
ANY
XML_PARSER
All features
expanded class XML_PARSER_BUFFER
Summary
top
Direct parents
Insert list:
ANY
Overview
top
Creation features
{
XML_PARSER
}
default_create
Default creation method.
set
(a_buffer:
UNICODE_PARSER_BUFFER
, a_url:
URL
, a_entity:
UNICODE_STRING
)
Features
{
XML_PARSER
}
buffer
:
UNICODE_PARSER_BUFFER
url
:
URL
entity
:
UNICODE_STRING
set
(a_buffer:
UNICODE_PARSER_BUFFER
, a_url:
URL
, a_entity:
UNICODE_STRING
)
default_create
Default creation method.
buffer
:
UNICODE_PARSER_BUFFER
writable attribute
{
XML_PARSER
}
top
url
:
URL
writable attribute
{
XML_PARSER
}
top
entity
:
UNICODE_STRING
writable attribute
{
XML_PARSER
}
top
set
(a_buffer:
UNICODE_PARSER_BUFFER
, a_url:
URL
, a_entity:
UNICODE_STRING
)
effective procedure
{
XML_PARSER
}
top
ensure
buffer
= a_buffer
url
= a_url
entity
= a_entity
default_create
effective procedure
{
XML_PARSER
}
top
Default creation method.
It is used when no creation method is specified if allowed. Note it may be renamed.