Handbook
Glossary
html-printer
Vocabulary
html
.
parser
.
printer
Definition
IN:
html.parser.printer
TUPLE:
html-printer
;
Methods
USING:
accessors
html.parser.printer
io
;
M:
html-printer
print-comment-tag
"<!--"
write
text>>
write
"-->"
write
;
USING:
accessors
html.parser.printer
io
;
M:
html-printer
print-dtd-tag
"<!"
write
text>>
write
">"
write
;
USING:
accessors
html.parser.printer
io
;
M:
html-printer
print-text-tag
text>>
write
;