Handbook
Glossary
opener
Furnace framework
»
XML parser
»
Event-based XML parsing
Prev:
each-element ( stream quot: ( xml-elem -- ) -- )
Next:
closer
Vocabulary
xml
.
data
Class description
Describes an opening tag, like
<a>
. Contains two slots:
name
the
name
of the tag
attrs
the tag attributes
See also
closer
,
contained
Definition
IN:
xml.data
TUPLE:
opener
{
name
name
initial:
T{
name
}
}
{
attrs
attrs
initial:
T{
attrs
}
}
;
Methods
USING:
xml.data
xml.private
;
M:
opener
process
push-xml
;