The print-html Reference Manual
This is the print-html Reference Manual, version 1.0.0,
generated automatically by Declt version 4.0 beta 2 "William Riker"
on Sun Sep 15 06:24:36 2024 GMT+0.
2 Systems
The main system appears first, followed by any subsystem dependency.
3 Files
Files are sorted by type and then listed depth-first from the systems
components trees.
4 Packages
Packages are listed by definition order.
4.1 print-html
- Source
print-html.lisp
.
- Use List
common-lisp
.
- Public Interface
-
- Internals
-
5 Definitions
Definitions are sorted by export status, category, package, and then by
lexicographic order.
5.1 Public Interface
5.1.3 Generic functions
- Generic Function: print-html (object stream) ¶
-
- Package
print-html
.
- Source
print-html.lisp
.
- Methods
- Method: print-html ((unsafe
unsafe
) stream) ¶
-
- Method: print-html ((self
(eql :doctype-html)
) stream) ¶
-
- Method: print-html :after ((self
tag
) stream) ¶
-
- Method: print-html :before ((self
tag
) stream) ¶
-
- Method: print-html ((self
tag
) stream) ¶
-
- Method: print-html (object stream) ¶
-
- Method: print-html ((char
character
) stream) ¶
-
- Method: print-html ((string
string
) stream) ¶
-
- Method: print-html ((list
list
) stream) ¶
-
- Generic Function: render (object) ¶
-
- Package
print-html
.
- Source
print-html.lisp
.
- Methods
- Method: render (object) ¶
-
5.2 Internals
5.2.1 Special variables
- Special Variable: *self-closing-tags* ¶
-
List of self closing tags.
- Package
print-html
.
- Source
print-html.lisp
.
Appendix A Indexes
A.2 Functions
| |
|
( | | |
| (setf tag-attrs) : | | Private ordinary functions |
| (setf tag-children) : | | Private ordinary functions |
| (setf tag-name) : | | Private ordinary functions |
| (setf unsafe-string) : | | Private ordinary functions |
|
C | | |
| copy-tag : | | Private ordinary functions |
| copy-unsafe : | | Private ordinary functions |
|
F | | |
| Function, (setf tag-attrs) : | | Private ordinary functions |
| Function, (setf tag-children) : | | Private ordinary functions |
| Function, (setf tag-name) : | | Private ordinary functions |
| Function, (setf unsafe-string) : | | Private ordinary functions |
| Function, copy-tag : | | Private ordinary functions |
| Function, copy-unsafe : | | Private ordinary functions |
| Function, make-tag : | | Private ordinary functions |
| Function, print-html-to-string : | | Public ordinary functions |
| Function, tag-attrs : | | Private ordinary functions |
| Function, tag-children : | | Private ordinary functions |
| Function, tag-name : | | Private ordinary functions |
| Function, tag-p : | | Private ordinary functions |
| Function, unsafe : | | Public ordinary functions |
| Function, unsafe-p : | | Private ordinary functions |
| Function, unsafe-string : | | Private ordinary functions |
|
G | | |
| Generic Function, print-html : | | Public generic functions |
| Generic Function, render : | | Public generic functions |
|
H | | |
| html : | | Public macros |
|
M | | |
| Macro, html : | | Public macros |
| make-tag : | | Private ordinary functions |
| Method, print-html : | | Public generic functions |
| Method, print-html : | | Public generic functions |
| Method, print-html : | | Public generic functions |
| Method, print-html : | | Public generic functions |
| Method, print-html : | | Public generic functions |
| Method, print-html : | | Public generic functions |
| Method, print-html : | | Public generic functions |
| Method, print-html : | | Public generic functions |
| Method, print-html : | | Public generic functions |
| Method, render : | | Public generic functions |
|
P | | |
| print-html : | | Public generic functions |
| print-html : | | Public generic functions |
| print-html : | | Public generic functions |
| print-html : | | Public generic functions |
| print-html : | | Public generic functions |
| print-html : | | Public generic functions |
| print-html : | | Public generic functions |
| print-html : | | Public generic functions |
| print-html : | | Public generic functions |
| print-html : | | Public generic functions |
| print-html-to-string : | | Public ordinary functions |
|
R | | |
| render : | | Public generic functions |
| render : | | Public generic functions |
|
T | | |
| tag-attrs : | | Private ordinary functions |
| tag-children : | | Private ordinary functions |
| tag-name : | | Private ordinary functions |
| tag-p : | | Private ordinary functions |
|
U | | |
| unsafe : | | Public ordinary functions |
| unsafe-p : | | Private ordinary functions |
| unsafe-string : | | Private ordinary functions |
|