Handbook
Glossary
<tag> ( name attributes closing? -- tag )
Vocabulary
html
.
parser
.
private
Inputs
name
an
object
attributes
an
object
closing?
an
object
Outputs
tag
an
object
Definition
USING:
accessors
html.parser
kernel
;
IN:
html.parser.private
:
<tag>
( name attributes closing? -- tag )
tag
new
swap
>>closing?
swap
>>attributes
swap
>>name
;