Handbook
Glossary
contained
Furnace framework
»
XML parser
»
Event-based XML parsing
Prev:
closer
Next:
<pull-xml> ( -- pull-xml )
Vocabulary
xml
.
data
Class description
Represents a self-closing tag, like
<a/>
. Contains two slots:
name
the
name
of the tag
attrs
tag attributes
See also
opener
,
closer
Definition
IN:
xml.data
TUPLE:
contained
{
name
name
initial:
T{
name
}
}
{
attrs
attrs
initial:
T{
attrs
}
}
;
Methods
USING:
accessors
kernel
xml.data
xml.private
;
M:
contained
process
[
name>>
]
[
attrs>>
]
bi
<contained-tag>
add-child
;