Handbook
Glossary
internal-subset<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
internal-subset<<
( value object -- )
Methods
USING:
accessors
kernel
slots
slots.private
xml.data
;
M:
doctype-decl
internal-subset<<
[
dup
[
dtd?
]
[
t
]
if*
[
maybe{
dtd
}
bad-slot-value
]
unless
]
dip
4
set-slot
;
inline