Handbook
Glossary
open-tag? ( object -- ? )
Vocabulary
xml
.
data
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
open-tag
class.
Definition
USING:
accessors
kernel
sequences
;
IN:
xml.data
:
open-tag?
( object -- ? )
dup
tag?
[
children>>
empty?
not
]
[
drop
f
]
if
;