Handbook
Glossary
contained-tag
XML data types
ยป
XML data classes
Prev:
name
Next:
open-tag
Vocabulary
xml
.
data
Class description
This is a predicate class of
tag
s with no body, e.g.
<a/>
.
Notes
The tags created with
<tag>
initially satisfy this predicate.
See also
tag
,
<tag>
,
<contained-tag>
,
open-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
;