Handbook
Glossary
open-tag
XML data types
ยป
XML data classes
Prev:
contained-tag
Next:
prolog
Vocabulary
xml.data
Class description
Represents a tag that does have children, ie. is not a contained tag
Notes
The constructor used for this class is simply
<tag>
.
See also
tag
,
contained-tag
Definition
USING:
accessors
kernel
sequences
;
IN:
xml.data
PREDICATE:
open-tag
<
tag
children>>
empty?
not
;
Methods
USING:
combinators
kernel
namespaces
xml.data
xml.writer
xml.writer.private
;
M:
open-tag
write-xml
xml-pprint?
get
[
{
[
write-start-tag
]
[
sensitive?
not
xml-pprint?
get
and
xml-pprint?
set
]
[
write-children
]
[
write-end-tag
]
}
cleave
]
dip
xml-pprint?
set
;