The cl-fxml Reference Manual

This is the cl-fxml Reference Manual, version 1.4.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 15:13:44 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 cl-fxml

cl-fxml: Common Lisp - Finally eXtended Markup Language.

Author

Goheeca <>

License

MIT

Version

1.4.0

Dependencies
  • agnostic-lizard (system).
  • named-readtables (system).
  • alexandria (system).
Source

cl-fxml.asd.

Child Component

cl-fxml.lisp (file).


3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 cl-fxml/cl-fxml.asd

Source

cl-fxml.asd.

Parent Component

cl-fxml (system).

ASDF Systems

cl-fxml.


3.1.2 cl-fxml/cl-fxml.lisp

Source

cl-fxml.asd.

Parent Component

cl-fxml (system).

Packages

cl-fxml.

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 cl-fxml

Source

cl-fxml.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.1 Special variables

Special Variable: *indent-size*
Package

cl-fxml.

Source

cl-fxml.lisp.

Special Variable: *new-line-after-opening*
Package

cl-fxml.

Source

cl-fxml.lisp.


5.1.2 Macros

Macro: with-xml (&body body)
Package

cl-fxml.

Source

cl-fxml.lisp.


5.2 Internals


5.2.1 Special variables

Special Variable: *extended-readtable*
Package

cl-fxml.

Source

cl-fxml.lisp.

Special Variable: *indentation*
Package

cl-fxml.

Source

cl-fxml.lisp.


5.2.2 Ordinary functions

Function: attribute-parts-printer (attribute previous-attribute-p element-name)
Package

cl-fxml.

Source

cl-fxml.lisp.

Function: composed-name-p (form)
Package

cl-fxml.

Source

cl-fxml.lisp.

Function: computed-name-p (form)
Package

cl-fxml.

Source

cl-fxml.lisp.

Function: name-p (form)
Package

cl-fxml.

Source

cl-fxml.lisp.

Function: process-composed-name (&rest parts)
Package

cl-fxml.

Source

cl-fxml.lisp.

Function: process-xml (form walker)
Package

cl-fxml.

Source

cl-fxml.lisp.

Function: qualify-name (first-part &optional second-part)
Package

cl-fxml.

Source

cl-fxml.lisp.

Function: setup (&optional rt)
Package

cl-fxml.

Source

cl-fxml.lisp.

Function: walk-xml (forms env)
Package

cl-fxml.

Source

cl-fxml.lisp.

Function: wrap-every-form-reader (callback)
Package

cl-fxml.

Source

cl-fxml.lisp.

Function: xml-template-p (form)
Package

cl-fxml.

Source

cl-fxml.lisp.


Appendix A Indexes


A.1 Concepts