The bknr.xml Reference Manual

This is the bknr.xml Reference Manual, version 0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 14:43:54 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 bknr.xml

baikonour - launchpad for lisp satellites

Maintainer

Manuel Odendahl <>

Author

Hans Huebner <>

License

BSD

Version

0

Dependencies
  • cl-interpol (system).
  • cxml (system).
Source

bknr.xml.asd.

Child Component

xml (module).


3 Modules

Modules are listed depth-first from the system components tree.


3.1 bknr.xml/xml

Source

bknr.xml.asd.

Parent Component

bknr.xml (system).

Child Components

4 Files

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


4.1 Lisp


4.1.1 bknr.xml/bknr.xml.asd

Source

bknr.xml.asd.

Parent Component

bknr.xml (system).

ASDF Systems

bknr.xml.

Packages

bknr.xml.system.


4.1.2 bknr.xml/xml/package.lisp

Source

bknr.xml.asd.

Parent Component

xml (module).

Packages

bknr.xml.


4.1.3 bknr.xml/xml/xml.lisp

Dependency

package.lisp (file).

Source

bknr.xml.asd.

Parent Component

xml (module).

Public Interface

5 Packages

Packages are listed by definition order.


5.1 bknr.xml.system

Source

bknr.xml.asd.

Use List
  • asdf/interface.
  • common-lisp.

5.2 bknr.xml

Source

package.lisp.

Use List
  • cl-interpol.
  • cl-ppcre.
  • common-lisp.
  • cxml-xmls.
Public Interface

6 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


6.1 Public Interface


6.1.1 Ordinary functions

Function: find-child (xml node-name)
Package

bknr.xml.

Source

xml.lisp.

Function: find-children (xml node-name)
Package

bknr.xml.

Source

xml.lisp.

Function: node-attribute (xml attribute-name)
Package

bknr.xml.

Source

xml.lisp.

Function: node-child-string-body (xml node-name)
Package

bknr.xml.

Source

xml.lisp.

Function: node-children-nodes (xml)
Package

bknr.xml.

Source

xml.lisp.

Function: node-string-body (xml)
Package

bknr.xml.

Source

xml.lisp.

Function: node-to-html (node &optional stream)
Package

bknr.xml.

Source

xml.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables