The cl-sxml Reference Manual

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

Table of Contents


1 Introduction


2 Systems

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


2.1 cl-sxml

SXML parsing for Common Lisp

Author

Bob Uhl <>

License

GNU General Public License

Dependency

cxml (system).

Source

cl-sxml.asd.

Child Components

3 Files

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


3.1 Lisp


3.1.1 cl-sxml/cl-sxml.asd

Source

cl-sxml.asd.

Parent Component

cl-sxml (system).

ASDF Systems

cl-sxml.


3.1.2 cl-sxml/package.lisp

Source

cl-sxml.asd.

Parent Component

cl-sxml (system).

Packages

cl-sxml.


3.1.3 cl-sxml/cl-sxml.lisp

Dependency

package.lisp (file).

Source

cl-sxml.asd.

Parent Component

cl-sxml (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 cl-sxml

Source

package.lisp.

Use List

common-lisp.

Public Interface

sxml-handler (class).

Internals

5 Definitions

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


5.1 Public Interface


5.1.1 Standalone methods

Method: characters ((handler sxml-handler) data)
Package

sax.

Source

cl-sxml.lisp.

Method: comment ((handler sxml-handler) data)
Package

sax.

Source

cl-sxml.lisp.

Method: end-document ((handler sxml-handler))
Package

sax.

Source

cl-sxml.lisp.

Method: end-element ((handler sxml-handler) namespace-uri local-name qname)
Package

sax.

Source

cl-sxml.lisp.

Method: processing-instruction ((handler sxml-handler) target data)
Package

sax.

Source

cl-sxml.lisp.

Method: start-document ((handler sxml-handler))
Package

sax.

Source

cl-sxml.lisp.

Method: start-dtd ((handler sxml-handler) name public-id system-id)
Package

sax.

Source

cl-sxml.lisp.

Method: start-element ((handler sxml-handler) namespace-uri local-name qname attributes)
Package

sax.

Source

cl-sxml.lisp.


5.1.2 Classes

Class: sxml-handler
Package

cl-sxml.

Source

cl-sxml.lisp.

Direct superclasses

default-handler.

Direct methods
Direct slots
Slot: elements
Slot: package
Package

common-lisp.

Initform

*package*

Initargs

:package


5.2 Internals


5.2.1 Ordinary functions

Function: intern-attribute (attribute package)
Package

cl-sxml.

Source

cl-sxml.lisp.

Function: make-namespace (attribute package)
Package

cl-sxml.

Source

cl-sxml.lisp.

Function: namespace-p (attribute)
Package

cl-sxml.

Source

cl-sxml.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables

Jump to:   E   P   S  
Index Entry  Section

E
elements: Public classes

P
package: Public classes

S
Slot, elements: Public classes
Slot, package: Public classes