Handbook
Glossary
contained-tag
XML data types
ยป
XML data classes
Prev:
name
Next:
open-tag
Vocabulary
xml.data
Class description
This is a subclass of
tag
consisting of tags with no body, like
<a/>
.
See also
tag
,
<contained-tag>
Definition
USING:
accessors
sequences
;
IN:
xml.data
PREDICATE:
contained-tag
<
tag
children>>
empty?
;
Methods
USING:
io
xml.data
xml.writer
xml.writer.private
;
M:
contained-tag
write-xml
write-tag
"/>"
write
;