The cxml Reference Manual

This is the cxml Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:10:59 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 cxml

Closure XML - a Common Lisp XML parser

Maintainer

Sharp Lispers <>

Authors

Gilbert Baumann
Henrik Motakef
David Lichteblau

License

LLGPL

Dependencies
Source

cxml.asd.


2.2 cxml/dom

Maintainer

Sharp Lispers <>

Authors

Gilbert Baumann
Henrik Motakef
David Lichteblau

License

LLGPL

Dependency

cxml/xml (system).

Source

cxml.asd.

Child Components

2.3 cxml/xml

Maintainer

Sharp Lispers <>

Authors

Gilbert Baumann
Henrik Motakef
David Lichteblau

License

LLGPL

Dependencies
  • closure-common (system).
  • puri (system).
  • trivial-gray-streams (system).
Source

cxml.asd.

Child Components

2.4 cxml/klacks

Maintainer

Sharp Lispers <>

Authors

Gilbert Baumann
Henrik Motakef
David Lichteblau

License

LLGPL

Dependency

cxml/xml (system).

Source

cxml.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 cxml/cxml.asd

Source

cxml.asd.

Parent Component

cxml (system).

ASDF Systems
Packages

cxml-system.

Public Interface
Internals

3.1.2 cxml/dom/package.lisp

Source

cxml.asd.

Parent Component

cxml/dom (system).

Packages

dom.

Public Interface

3.1.3 cxml/dom/rune-impl.lisp

Dependency

package.lisp (file).

Source

cxml.asd.

Parent Component

cxml/dom (system).

Packages

rune-dom.

Public Interface
Internals

3.1.4 cxml/dom/rune-builder.lisp

Dependency

rune-impl.lisp (file).

Source

cxml.asd.

Parent Component

cxml/dom (system).

Public Interface
Internals

3.1.5 cxml/dom/dom-sax.lisp

Dependency

package.lisp (file).

Source

cxml.asd.

Parent Component

cxml/dom (system).

Public Interface

map-document (function).

Internals

compute-attributes (function).


3.1.6 cxml/xml/package.lisp

Source

cxml.asd.

Parent Component

cxml/xml (system).

Packages

cxml.


3.1.7 cxml/xml/util.lisp

Dependency

package.lisp (file).

Source

cxml.asd.

Parent Component

cxml/xml (system).

Internals

3.1.8 cxml/xml/sax-handler.lisp

Source

cxml.asd.

Parent Component

cxml/xml (system).

Packages

sax.

Public Interface
Internals

3.1.9 cxml/xml/xml-name-rune-p.lisp

Dependencies
Source

cxml.asd.

Parent Component

cxml/xml (system).

Internals

3.1.10 cxml/xml/split-sequence.lisp

Dependency

package.lisp (file).

Source

cxml.asd.

Parent Component

cxml/xml (system).

Internals

split-sequence-if (function).


3.1.11 cxml/xml/xml-parse.lisp

Dependencies
Source

cxml.asd.

Parent Component

cxml/xml (system).

Public Interface
Internals

3.1.12 cxml/xml/unparse.lisp

Dependency

xml-parse.lisp (file).

Source

cxml.asd.

Parent Component

cxml/xml (system).

Public Interface
Internals

3.1.13 cxml/xml/xmls-compat.lisp

Dependency

xml-parse.lisp (file).

Source

cxml.asd.

Parent Component

cxml/xml (system).

Packages

cxml-xmls.

Public Interface
Internals

3.1.14 cxml/xml/recoder.lisp

Dependency

xml-parse.lisp (file).

Source

cxml.asd.

Parent Component

cxml/xml (system).

Public Interface
Internals

3.1.15 cxml/xml/xmlns-normalizer.lisp

Dependency

xml-parse.lisp (file).

Source

cxml.asd.

Parent Component

cxml/xml (system).

Public Interface
Internals

3.1.16 cxml/xml/space-normalizer.lisp

Dependency

xml-parse.lisp (file).

Source

cxml.asd.

Parent Component

cxml/xml (system).

Public Interface
Internals

3.1.17 cxml/xml/catalog.lisp

Dependency

xml-parse.lisp (file).

Source

cxml.asd.

Parent Component

cxml/xml (system).

Public Interface
Internals

3.1.18 cxml/xml/sax-proxy.lisp

Dependency

xml-parse.lisp (file).

Source

cxml.asd.

Parent Component

cxml/xml (system).

Public Interface
Internals

dtd (method).


3.1.19 cxml/xml/atdoc-configuration.lisp

Dependency

package.lisp (file).

Source

cxml.asd.

Parent Component

cxml/xml (system).

Internals

3.1.20 cxml/klacks/package.lisp

Source

cxml.asd.

Parent Component

cxml/klacks (system).

Packages

klacks.


3.1.21 cxml/klacks/klacks.lisp

Dependency

package.lisp (file).

Source

cxml.asd.

Parent Component

cxml/klacks (system).

Public Interface
Internals

3.1.22 cxml/klacks/klacks-impl.lisp

Dependency

klacks.lisp (file).

Source

cxml.asd.

Parent Component

cxml/klacks (system).

Public Interface
Internals

3.1.23 cxml/klacks/tap-source.lisp

Dependency

klacks-impl.lisp (file).

Source

cxml.asd.

Parent Component

cxml/klacks (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 rune-dom

Source

rune-impl.lisp.

Nickname

cxml-dom

Use List
  • common-lisp.
  • runes.
Public Interface
Internals

4.2 cxml-xmls

Source

xmls-compat.lisp.

Use List
  • common-lisp.
  • runes.
Public Interface
Internals

4.3 sax

Source

sax-handler.lisp.

Use List

common-lisp.

Public Interface
Internals

4.4 dom

Source

package.lisp.

Public Interface
Internals

4.5 cxml-system

Source

cxml.asd.

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

4.6 cxml

Source

package.lisp.

Use List
  • common-lisp.
  • runes.
  • runes-encoding.
  • trivial-gray-streams.
Public Interface
Internals

4.7 klacks

Source

package.lisp.

Public Interface

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: *cache-all-dtds*
Package

cxml.

Source

xml-parse.lisp.

Special Variable: *catalog*
Package

cxml.

Source

xml-parse.lisp.

Special Variable: *dtd-cache*
Package

cxml.

Source

xml-parse.lisp.

Special Variable: *include-xmlns-attributes*

If non-nil, namespace declarations are reported as normal attributes.

This variable has no effect unless ‘*namespace-processing*’ is non-nil.

See also ‘*use-xmlns-namespace*’, and ‘start-element’ for a detailed description of the consequences of setting this variable.

Package

sax.

Source

sax-handler.lisp.

Special Variable: *namespace-processing*

If non-nil (the default), namespace processing is enabled.

See also ‘start-element’ and ‘end-element’ for a detailed description of the consequences of modifying this variable, and ‘*include-xmlns-attributes*’ and ‘*use-xmlns-namespace*’ for further related options.

Package

sax.

Source

sax-handler.lisp.

Special Variable: *prefer*
Package

cxml.

Source

catalog.lisp.

Special Variable: *use-xmlns-namespace*

If this variable is nil (the default), attributes with a name like ’xmlns:x’ are not considered to be in a namespace, following the ’Namespaces in XML’ specification.

If it is non-nil, such attributes are considered to be in a namespace with the URI ’http://www.w3.org/2000/xmlns/’, following an incompatible change silently introduced in the errata to that spec, and adopted by some W3C standards.

For example, an attribute like xmlns:ex=’http://example.com’ would be reported like this:

*use-xmlns-namespace*: nil
namespace-uri: nil
local-name: nil
qname: #"xmlns:ex"

*use-xmlns-namespace*: t
namespace-uri: #"http://www.w3.org/2000/xmlns/" local-name: #"ex"
qname: #"xmlns:ex"

Setting this variable has no effect unless both ‘*namespace-processing*’ and ‘*include-xmlns-attributes*’ are non-nil.

Package

sax.

Source

sax-handler.lisp.


5.1.2 Macros

Macro: do-node-list ((var nodelist &optional resultform) &body body)
Package

dom.

Source

rune-impl.lisp.

Macro: do-node-map ((var node-map &optional resultform) &body body)
Package

dom.

Source

rune-impl.lisp.

Macro: expecting-element ((source &optional lname uri) &body body)
Package

klacks.

Source

klacks.lisp.

Macro: with-element (qname &body body)

@arg[qname]{A string, evaluated.}
@arg[body]{forms, an implicit progn}
@return{The result of @code{body}.}

Writes an element to the current output sink.

This macro is a convenience wrapper around @fun{with-element*}.

@var{qname} is parsed to determine the element’s namespace prefix and local name. Then @fun{with-element*} is called on @var{body} using the resulting values.

Package

cxml.

Source

unparse.lisp.

Macro: with-element* ((prefix lname) &body body)

@arg[prefix]{Namespace prefix, a string (evaluated).} @arg[lname]{Local name, a string (evaluated).}
@arg[body]{forms, an implicit progn}
@return{The result of @code{body}.}

Writes an element to the current output sink.

First, @var{prefix} is resolved to a namespace URI using the bindings established by @fun{with-namespace}.

Next, body is evaluated as an implicit progn. During this time, attributes for the element can be specified using @fun{attribute}.

Once information on the start tag is complete, @fun{start-element} on the current output sink, using the specified namespace prefix and local name specified by the arguments, the namespace URI computed as described above,and including all attributes collected so far.

Information on the start tag is considered complete once the first of the following situations occurs:
@begin{itemize}
@item{Before any child node of the element is written, e.g. using an inner call of @fun{with-element},}
@item{Before the body of @fun{with-ouptut-sink} is evaluated.} @item{After the end of @var{body} has been reached.} @end{itemize}

Finally, sax:end-element is used to write an end tag, using the same qualified name and namespace information as above.

Package

cxml.

Source

unparse.lisp.

Macro: with-namespace ((prefix uri) &body body)

@arg[prefix]{Namespace prefix, a string (evaluated).} @arg[uri]{Namespace URI, a string (evaluated).}
@arg[body]{forms, an implicit progn}
@return{The result of @code{body}.}

Registers @code{prefix} as a name for the namespace URI @code{uri} for the extent of body.

Namespace bindings established by @code{with-namespace} are used by @fun{with-element} and @fun{with-element*} as well as @fun{attribute} and @fun{attribute*}.

Package

cxml.

Source

unparse.lisp.

Macro: with-open-source ((var source) &body body)
Package

klacks.

Source

klacks.lisp.

Macro: with-output-sink ((var) &body body)

@arg[var]{A symbol, not evaluated.}
@arg[body]{forms, an implicit progn}
@return{The result of @code{body}.}

Allows safe use of manual calls to SAX functions during the extent of @fun{with-xml-output},

Determines the current output sink established by @fun{with-xml-output}, as used by convenience serialization functions. Writes delayed serialization events to the sink. Binds local variable @code{var} to the sink and evaluates @code{body} as an implicit progn.

The consequences are undefined if this macro is used outside of the extent of a call to @fun{with-xml-output}.

See @fun{with-xml-output} for details on delayed events.

Package

cxml.

Source

unparse.lisp.

Macro: with-xml-output (sink &body body)

@arg[sink]{A @class{SAX handler}, evaluated}
@arg[body]{forms}
@return{The result of calling @code{sax:end-document} on @code{sink}.}

Evaluates sink and establishes it as the current output sink for the following "convenience serialization" macros and functions: @fun{with-element}, @fun{with-namespace}, @fun{doctype}, @fun{with-element*}, @fun{attribute}, @fun{attribute*}, @fun{text} @fun{comment}, @fun{processing-instruction}, @fun{unescaped}.

Before @code{body} is evaluated, @fun{sax:start-document} is signalled to the @code{sink}. Afterwards, @fun{sax:end-document} is signalled.

Note that convenience serialization delays some serialization events. For example, @fun{with-element} delays signalling an opening tag using @fun{sax:start-element} until it has information about all possible attributes of the element. Because of this delay, it is not usually safe to signal SAX events to the sink during the extent of @code{with-xml-output}. However, @fun{with-output-sink} can be used to force output of delayed events, allowing direct use of the sink.

Example:
@pre{(with-xml-output (make-octet-stream-sink stream) (with-element "foo"
(attribute "xyz" "abc")
(with-element "bar"
(attribute "blub" "bla"))
(text "Hi there.")))}

Package

cxml.

Source

unparse.lisp.


5.1.3 Ordinary functions

Function: attribute (qname value)

@arg[qname]{Qualified name, a string.}
@arg[value]{Any value understood by @fun{unparse-attribute}, in particular strings.}
@return{undocumented}

Collects an attribute for the start tag that is currently being written.

This function may only be called during the extent of a use of @fun{with-element} or @fun{with-element*}, and only before the first child node has been written.

An attribute for the current element is recorded using the namespace prefix and local name specified by @var{qname}. The attribute’s namespace prefix is resolved to a namespace URI using the bindings established by @fun{with-namespace},and that namespace URI is used for the attribute.

Package

cxml.

Source

unparse.lisp.

Function: attribute* (prefix lname value &optional qname)

@arg[prefix]{Namespace prefix, a string.}
@arg[lname]{Local name, a string.}
@arg[value]{Any value understood by @fun{unparse-attribute}, in particular strings.}
@return{undocumented}

Collects an attribute for the start tag that is currently being written.

This function may only be called during the extent of a use of @fun{with-element} or @fun{with-element*}, and only before the first child node has been written.

An attribute for the current element is recorded using the namespace prefix and local name specified by arguments. @var{prefix} is resolved to a namespace URI using the bindings established by @fun{with-namespace}, and that namespace URI is used for the attribute.

Package

cxml.

Source

unparse.lisp.

Function: cdata (data)

@arg[data]{String.}
@return{undocumented}

Writes a CDATA section to the current output sink, using @code{data} as its contents.

Note: It is currently the caller’s responsibily to ensure that the CDATA section will not contain forbidden character sequences.

Package

cxml.

Source

unparse.lisp.

Function: clear-dtd-cache (dtd-cache)
Package

cxml.

Source

xml-parse.lisp.

Function: comment (data)

@arg[data]{String.}
@return{undocumented}

Writes a comment to the current output sink, using @code{data} as
its contents.

Note: It is currently the caller’s responsibily to ensure that @code{data} does not contain character sequences forbidden for comments.

Package

cxml.

Source

unparse.lisp.

Function: consume-characters (source)
Package

klacks.

Source

klacks.lisp.

Function: create-document (&optional document-element)
Package

rune-dom.

Source

rune-impl.lisp.

Function: current-characters (source)
Package

klacks.

Source

klacks.lisp.

Function: current-lname (source)
Package

klacks.

Source

klacks.lisp.

Function: current-qname (source)
Package

klacks.

Source

klacks.lisp.

Function: current-uri (source)
Package

klacks.

Source

klacks.lisp.

Function: doctype (name public-id system-id &optional internal-subset)

@arg[name]{Element name, a string.}
@arg[public-id]{String}
@arg[system-id]{A system ID as a @class{puri:uri}.} @arg[internal-subset]{nil or a string}
@return{undocumented}

Writes a doctype declaration to the current output sink, using the specified name, public ID, system ID, and optionally an internal subset.

Package

cxml.

Source

unparse.lisp.

Function: expect (source key &optional u v w)
Package

klacks.

Source

klacks.lisp.

Function: find-attribute (qname attrs)
Package

sax.

Source

sax-handler.lisp.

Function: find-attribute-ns (uri lname attrs)
Package

sax.

Source

sax-handler.lisp.

Function: find-element (source &optional lname uri)
Package

klacks.

Source

klacks.lisp.

Function: find-event (source key)
Package

klacks.

Source

klacks.lisp.

Function: getdtd (uri dtd-cache)
Package

cxml.

Source

xml-parse.lisp.

Function: (setf getdtd) (uri dtd-cache)
Package

cxml.

Source

xml-parse.lisp.

Function: make-attribute (&key namespace-uri local-name qname value specified-p)
Package

sax.

Source

sax-handler.lisp.

Function: make-broadcast-handler (&rest handlers)

@arg[handlers]{A list of @class{SAX handler}s.}
@return{A @class{broadcast-handler}.}

Creates a SAX handler which passes every event it receives on to each handler specified as an argument to this function.

See @class{broadcast-handler} for details.

Package

cxml.

Source

sax-proxy.lisp.

Function: make-catalog (&optional uris)
Package

cxml.

Source

catalog.lisp.

Function: make-character-stream-sink (stream &rest initargs &key encoding &allow-other-keys)

@arg[stream]{A character stream.}
@return{A serialization sink, i.e. a @class{SAX handler}}

Returns a handler that writes processes SAX events by writing an equivalent XML document to @var{stream}.

The sink will return @var{stream} as a result from @fun{sax:end-document}.

All sink creation functions share the same keyword arguments. Refer to @fun{make-octet-vector-sink} for details on keyword arguments.

Package

cxml.

Source

unparse.lisp.

Function: make-dom-builder ()
Package

rune-dom.

Source

rune-builder.lisp.

Function: make-dtd-cache ()
Package

cxml.

Source

xml-parse.lisp.

Function: make-extid (public system)

@arg[publicid]{string or nil} @arg[systemid]{@class{puri:uri} or nil}
@return{an instance of @class{extid}}

Create an object representing the External ID composed of the specified Public ID and System ID.

Package

cxml.

Source

xml-parse.lisp.

Function: make-namespace-normalizer (chained-handler)

@arg[chained-handler]{A @class{SAX handler}.}
@return{A @class{SAX handler}.}

Return a SAX handler that performs @a[http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/namespaces-algorithms.html#normalizeDocumentAlgo]{DOM 3-style namespace normalization} on attribute lists in
@fun{sax:start-element} events before passing them on the next handler.

Package

cxml.

Source

xmlns-normalizer.lisp.

Function: make-node (&key name ns attrs children)
Package

cxml-xmls.

Source

xmls-compat.lisp.

Function: make-octet-stream-sink (stream &rest initargs &key encoding &allow-other-keys)

@arg[stream]{An (unsigned-byte 8) stream.}
@return{A serialization sink, i.e. a @class{SAX handler}}

Returns a handler that writes processes SAX events by writing an equivalent XML document to @var{stream}.

The sink will return @var{stream} as a result from @fun{sax:end-document}.

All sink creation functions share the same keyword arguments. Refer to @fun{make-octet-vector-sink} for details on keyword arguments.

Package

cxml.

Source

unparse.lisp.

Function: make-octet-vector-sink (&rest initargs &key encoding &allow-other-keys)

@arg[canonical]{canonical form, one of NIL, T, 1, 2. If specified, serialization in canonical form is enabled. The two canonical forms are useful to allow comparisons of XML documents and their content model by character-by-character comparisons of
their serialized representation.}
@arg[indentation]{indentation level. An integer or nil. If specified, a pretty-printing indentation mode is enabled. Note that indentation as implemented currently changes the content model unconditionally, and is usually helpful only for debugging purposes.} @arg[encoding]{the character encoding to use. A string or
keyword. Values are interpreted by Babel. nil is also allowed
and means UTF-8.}
@arg[omit-xml-declaration]{Boolean. If true, no XML declaration
is written.}
@return{A serialization sink, i.e. a @class{SAX handler}}

Returns a handler that writes processes SAX events by writing an equivalent XML document to a newly allocated vector of @code{(unsigned-byte 8)}.

The following values for @code{canonical} are allowed:

@begin{itemize}
@item{t or 1: Canonical XML}
@item{2: Second Canonical Form}
@item{NIL: Use a more readable non-canonical representation.} @end{itemize}

The sink will return the vector as a result from @fun{sax:end-document}.

An internal subset will be included in the result regardless of the canonical setting. It is the responsibility of the caller to not report an internal subset for canonical <= 1, or only notations as required for canonical = 2. For example, the include-doctype argument to dom:map-document should be set to nil for the former behaviour and :canonical-notations for the latter.

Package

cxml.

Source

unparse.lisp.

Function: make-recoder (chained-handler recoder-fn)
Package

cxml.

Source

recoder.lisp.

Function: make-rod-sink (&rest initargs &key encoding &allow-other-keys)

@return{A serialization sink, i.e. a @class{SAX handler}}

Returns a handler that writes processes SAX events by writing an equivalent XML document to a newly allocated string of unicode characters (or on implementations without unicode support: a rod).

The sink will return the string (or rod) as a result from @fun{sax:end-document}.

All sink creation functions share the same keyword arguments. Refer to @fun{make-octet-vector-sink} for details on keyword arguments.

Package

cxml.

Source

unparse.lisp.

Function: make-source (input &rest args &key validate dtd root entity-resolver disallow-internal-subset buffering pathname)
Package

cxml.

Source

klacks-impl.lisp.

Function: make-string-sink (&rest args)

@return{A serialization sink, i.e. a @class{SAX handler}}

Returns a handler that writes processes SAX events by writing an equivalent XML document to a newly allocated string of unicode characters.

The sink will return the string as a result from @fun{sax:end-document}.

All sink creation functions share the same keyword arguments. Refer to @fun{make-octet-vector-sink} for details on keyword arguments.

Package

cxml.

Source

unparse.lisp.

Function: make-tapping-source (upstream-source &optional sax-handler)
Package

klacks.

Source

tap-source.lisp.

Function: make-validator (dtd root)

@arg[dtd]{An @class{dtd} instance.}
@arg[root]{Element name, a string.}
@return{A @class{SAX handler}.}

Create a SAX handler which validates against a DTD instance.
The document’s root element must be named @code{root}.
Used with @fun{dom:map-document}, this validates a document object as if by re-reading it with a validating parser, except that declarations recorded in the document instance are completely ignored.

Example:

@pre{(let ((d (parse-file "~/test.xml" (cxml-dom:make-dom-builder))) (x (parse-dtd-file "~/test.dtd")))
(dom:map-document (cxml:make-validator x #"foo") d))}

Package

cxml.

Source

xml-parse.lisp.

Function: make-whitespace-normalizer (chained-handler &optional dtd)
Package

cxml.

Source

space-normalizer.lisp.

Function: make-xmls-builder (&key include-default-values include-namespace-uri)

Make a XMLS style builder. When ’include-namespace-uri is true a modified XMLS tree is generated that includes the element namespace URI rather than the qualified name prefix and also includes the namespace URI for attributes.

Package

cxml-xmls.

Source

xmls-compat.lisp.

Function: make-xpath-navigator ()
Package

cxml-xmls.

Source

xmls-compat.lisp.

Function: map-document (handler document &key include-xmlns-attributes include-doctype include-default-values recode)
Package

dom.

Source

dom-sax.lisp.

Function: map-node (handler node &key include-xmlns-attributes include-namespace-uri)
Package

cxml-xmls.

Source

xmls-compat.lisp.

Function: map-node-list (fn nodelist)
Package

dom.

Source

rune-impl.lisp.

Function: map-node-map (fn node-map)
Package

dom.

Source

rune-impl.lisp.

Function: node-attrs (node)
Package

cxml-xmls.

Source

xmls-compat.lisp.

Function: (setf node-attrs) (node)
Package

cxml-xmls.

Source

xmls-compat.lisp.

Function: node-children (node)
Package

cxml-xmls.

Source

xmls-compat.lisp.

Function: (setf node-children) (node)
Package

cxml-xmls.

Source

xmls-compat.lisp.

Function: node-name (node)
Package

cxml-xmls.

Source

xmls-compat.lisp.

Function: (setf node-name) (node)
Package

cxml-xmls.

Source

xmls-compat.lisp.

Function: node-ns (node)
Package

cxml-xmls.

Source

xmls-compat.lisp.

Function: (setf node-ns) (node)
Package

cxml-xmls.

Source

xmls-compat.lisp.

Function: parse (input handler &rest args &key validate dtd root entity-resolver disallow-internal-subset recode pathname)

@arg[input]{A string, pathname, octet vector, or stream.}
@arg[handler]{A @class{SAX handler}}
@arg[validate]{Boolean. Defaults to @code{nil}. If true, parse in validating mode, i.e. assert that the document contains a DOCTYPE declaration and conforms to the DTD declared.}
@arg[dtd]{unless @code{nil}, an extid instance specifying the external subset to load. This options overrides the extid specified in the document type declaration, if any. See below for @fun{make-extid}. This option is useful for verification purposes together with the @var{root} and @var{disallow-internal-subset} arguments.} @arg[root]{The expected root element name, or @code{nil} (the default). If specified, this argument overrides the name stated in the input’s DOCTYPE (if any).}
@arg[entity-resolver]{@code{nil} or a function of two arguments which is invoked for every entity referenced by the document with the entity’s Public ID (a rod) and System ID (an URI object) as arguments. The function may either return nil, CXML will then try to resolve the entity as usual. Alternatively it may return a Common Lisp stream specialized on @code{(unsigned-byte 8)} which will be used instead. (It may also signal an error, of course, which can be useful to prohibit parsed XML documents from including arbitrary files readable by
the parser.)}
@arg[disallow-internal-subset]{Boolean. If true, signal
an error if the document contains an internal subset.} @arg[recode]{Boolean. (Ignored on Lisps with Unicode
support.) Recode rods to UTF-8 strings. Defaults to true.
Make sure to use @fun{utf8-dom:make-dom-builder} if this
option is enabled and @fun{rune-dom:make-dom-builder} otherwise.}
@return{The value returned by @fun{sax:end-document} on @var{handler}.}

Parse an XML document from @var{input}, which can be a string, pathname, octet vector, or stream.

Return values from this function depend on the SAX handler used.
This is an old-style convenience wrapper around the new-style interface @fun{parse}.

Parse an XML document from @var{filename}, and signal SAX events to @var{handler} while doing so.

All SAX parsing functions share the same keyword arguments. Refer to @fun{parse} for details on keyword arguments.

Package

cxml.

Source

xml-parse.lisp.

Function: parse-dtd-file (filename &optional handler)

@arg[filename]{An pathname designator.}
@arg[handler]{A @class{SAX handler}}
@return{A @class{dtd} instance.}

Parse @a[http://www.w3.org/TR/2000/REC-xml-20001006#NT-extSubset]{declarations} from @var{filename} and return an object representing the DTD,
suitable as an argument to @code{validate} with @fun{parse}.

Package

cxml.

Source

xml-parse.lisp.

Function: parse-dtd-stream (stream &optional handler)

@arg[stream]{An (unsigned-byte 8) stream.}
@arg[handler]{A @class{SAX handler}}
@return{A @class{dtd} instance.}

Parse @a[http://www.w3.org/TR/2000/REC-xml-20001006#NT-extSubset]{declarations} from @var{stream} and return an object representing the DTD,
suitable as an argument to @code{validate} with @fun{parse}.

Package

cxml.

Source

xml-parse.lisp.

Function: parse-empty-document (uri qname handler &key public-id system-id entity-resolver recode)

@arg[uri]{a string or nil}
@arg[qname]{a string or nil}
@arg[handler]{a @class{SAX handler}}
@arg[public-id]{a string or nil}
@arg[system-id]{a @type{puri:uri} or nil} @arg[entity-resolver]{@code{nil} or a function of two arguments which is invoked for every entity referenced by the document with the entity’s Public ID (a rod) and System ID (an URI object) as arguments. The function may either return nil, CXML will then try to resolve the entity as usual. Alternatively it may return a Common Lisp stream specialized on @code{(unsigned-byte 8)} which will be used instead. (It may also signal an error, of course, which can be useful to prohibit parsed XML documents from including arbitrary files readable by
the parser.)}
@arg[recode]{Boolean. (Ignored on Lisps with Unicode
support.) Recode rods to UTF-8 strings. Defaults to true.
Make sure to use @fun{utf8-dom:make-dom-builder} if this
option is enabled and @fun{rune-dom:make-dom-builder} otherwise.}
@return{The value returned by @fun{sax:end-document} on @var{handler}.}

Simulate parsing of a document with a document element @var{qname} having no attributes except for an optional namespace
declaration to @var{uri}. If an external ID is specified (@var{system-id}, @var{public-id}), find, parse, and report
this DTD as if with @fun{parse-file}, using the specified
entity resolver.

Package

cxml.

Source

xml-parse.lisp.

Function: parse-file (filename handler &rest args)

@arg[filename]{An pathname designator.}
@arg[handler]{A @class{SAX handler}}
@return{The value returned by @fun{sax:end-document} on @var{handler}.}

This is an old-style convenience wrapper around the new-style interface @fun{parse}.

Parse an XML document from @var{filename}, and signal SAX events to @var{handler} while doing so.

All SAX parsing functions share the same keyword arguments. Refer to @fun{parse} for details on keyword arguments.

Package

cxml.

Source

xml-parse.lisp.

Function: parse-octets (octets handler &rest args)

@arg[octets]{An (unsigned-byte 8) vector.}
@arg[handler]{A @class{SAX handler}}
@return{The value returned by @fun{sax:end-document} on @var{handler}.}

This is an old-style convenience wrapper around the new-style interface @fun{parse}.

Parse an XML document from @var{octets}, and signal SAX events to @var{handler} while doing so.

All SAX parsing functions share the same keyword arguments. Refer to @fun{parse} for details on keyword arguments.

Package

cxml.

Source

xml-parse.lisp.

Function: parse-rod (string handler &rest args)

@arg[string]{An string of unicode characters.}
@arg[handler]{A @class{SAX handler}}
@return{The value returned by @fun{sax:end-document} on @var{handler}.}

This is an old-style convenience wrapper around the new-style interface @fun{parse}.

Parse an XML document from @var{string}, and signal SAX events to @var{handler} while doing so.

Note: This function assumes that @var{string} has already been decoded into Unicode runes and ignores the encoding specified in the XML declaration, if any.

All SAX parsing functions share the same keyword arguments. Refer to @fun{parse} for details on keyword arguments.

Package

cxml.

Source

xml-parse.lisp.

Function: parse-stream (stream handler &rest args)

@arg[stream]{An (unsigned-byte 8) stream}
@arg[handler]{A @class{SAX handler}}
@return{The value returned by @fun{sax:end-document} on @var{handler}.}

This is an old-style convenience wrapper around the new-style interface @fun{parse}.

Parse an XML document from @var{stream}, and signal SAX events to @var{handler} while doing so.

All SAX parsing functions share the same keyword arguments. Refer to @fun{parse} for details on keyword arguments.

Package

cxml.

Source

xml-parse.lisp.

Function: processing-instruction (target data)

@arg[target]{String.}
@arg[data]{String.}
@return{undocumented}

Writes a processing instruction to the current output sink, using @code{target} and @code{data} as its contents.

Note: It is currently the caller’s responsibily to ensure that @code{target} and @code{data} do not contain character sequences forbidden for processing instruction contents.

Package

cxml.

Source

unparse.lisp.

Function: remdtd (uri dtd-cache)
Package

cxml.

Source

xml-parse.lisp.

Function: resolve-extid (public system catalog)
Package

cxml.

Source

catalog.lisp.

Function: resolve-uri (uri catalog)
Package

cxml.

Source

catalog.lisp.

Function: serialize-element (source handler &key document-events)
Package

klacks.

Source

klacks.lisp.

Function: serialize-event (source handler &key consume)
Package

klacks.

Source

klacks.lisp.

Function: serialize-source (source handler)
Package

klacks.

Source

klacks.lisp.

Function: skip (source key &optional a b c)
Package

klacks.

Source

klacks.lisp.

Function: text (data)

@arg[data]{String.}
@return{undocumented}

Writes a text node to the current output sink, using @code{data} as its contents.

Note: It is currently the caller’s responsibily to ensure that @code{data} does not contain characters forbidden for character data.

Package

cxml.

Source

unparse.lisp.

Function: unescaped (str)

@arg[data]{String.}
@return{undocumented}

If supported by the current output sink, writes character data directly to the sink’s target.

Use of this function is often an indicator of bad design. Avoid it if you can. (Implementation note: This function is supported because XSLT’s XML output method requires it.)

Package

cxml.

Source

unparse.lisp.

Function: validity-error (fmt &rest args)
Package

cxml.

Source

xml-parse.lisp.


5.1.4 Generic functions

Generic Function: append-child (node new-child)
Package

dom.

Methods
Method: append-child ((node node) (new-child document-fragment))
Source

rune-impl.lisp.

Method: append-child ((node node) (new-child node))
Source

rune-impl.lisp.

Generic Function: append-data (node arg)
Package

dom.

Methods
Method: append-data ((node character-data) arg)
Source

rune-impl.lisp.

Generic Function: attribute-declaration (handler element-name attribute-name type default)

Called when an attribute declaration is seen in a DTD.
type one of :CDATA, :ID, :IDREF, :IDREFS,
:ENTITY, :ENTITIES, :NMTOKEN, :NMTOKENS,
(:NOTATION <name>*), or (:ENUMERATION <name>*)
default :REQUIRED, :IMPLIED, (:FIXED content), or (:DEFAULT content)

Package

sax.

Source

sax-handler.lisp.

Methods
Method: attribute-declaration ((handler klacks-dtd-handler) element-name attribute-name type default)
Source

klacks-impl.lisp.

Method: attribute-declaration ((handler dom-builder) element-name attribute-name type default)
Source

rune-builder.lisp.

Method: attribute-declaration ((handler broadcast-handler) elt attr type default)
Source

sax-proxy.lisp.

Method: attribute-declaration ((handler recoder) element-name attribute-name type default)
Source

recoder.lisp.

Method: attribute-declaration ((sink sink) ename aname type default)
Source

unparse.lisp.

Method: attribute-declaration ((handler null) element-name attribute-name type default)
Method: attribute-declaration (handler element-name attribute-name type default)
Method: attribute-declaration ((handler abstract-handler) element-name attribute-name type default)
Method: attribute-declaration ((handler content-handler) element-name attribute-name type default)
Method: attribute-declaration ((handler abstract-handler) element-name attribute-name type default)
Generic Function: attribute-local-name (attribute)
Package

sax.

Source

sax-handler.lisp.

Methods
Method: attribute-local-name ((attribute standard-attribute))
Method: attribute-local-name ((attribute standard-attribute))
Generic Function: (setf attribute-local-name) (attribute)
Package

sax.

Methods
Method: (setf attribute-local-name) ((attribute standard-attribute))
Source

sax-handler.lisp.

Generic Function: attribute-namespace-uri (attribute)
Package

sax.

Source

sax-handler.lisp.

Methods
Method: attribute-namespace-uri ((attribute standard-attribute))
Method: attribute-namespace-uri ((attribute standard-attribute))
Generic Function: (setf attribute-namespace-uri) (attribute)
Package

sax.

Methods
Method: (setf attribute-namespace-uri) ((attribute standard-attribute))
Source

sax-handler.lisp.

Generic Function: attribute-p (object)
Package

dom.

Methods
Method: attribute-p (object)
Source

rune-impl.lisp.

Method: attribute-p ((object attribute))
Source

rune-impl.lisp.

Generic Function: attribute-qname (attribute)
Package

sax.

Source

sax-handler.lisp.

Methods
Method: attribute-qname ((attribute standard-attribute))
Method: attribute-qname ((attribute standard-attribute))
Generic Function: (setf attribute-qname) (attribute)
Package

sax.

Methods
Method: (setf attribute-qname) ((attribute standard-attribute))
Source

sax-handler.lisp.

Generic Function: attribute-specified-p (attribute)
Package

sax.

Source

sax-handler.lisp.

Methods
Method: attribute-specified-p ((attribute standard-attribute))
Method: attribute-specified-p ((attribute standard-attribute))
Generic Function: (setf attribute-specified-p) (attribute)
Package

sax.

Methods
Method: (setf attribute-specified-p) ((attribute standard-attribute))
Source

sax-handler.lisp.

Generic Function: attribute-value (attribute)
Package

sax.

Source

sax-handler.lisp.

Methods
Method: attribute-value ((attribute standard-attribute))
Method: attribute-value ((attribute standard-attribute))
Generic Function: (setf attribute-value) (attribute)
Package

sax.

Methods
Method: (setf attribute-value) ((attribute standard-attribute))
Source

sax-handler.lisp.

Generic Function: attributes (object)
Package

dom.

Methods
Method: attributes ((self node))
Source

rune-impl.lisp.

Reader Method: attributes ((element element))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

attributes.

Generic Reader: broadcast-handler-handlers (object)

@arg[instance]{A @class{broadcast-handler}}
@return{A list of @class{SAX handler}s.}

Returns the list of SAX handlers that arechained to this broadcast handler.

Package

cxml.

Methods
Reader Method: broadcast-handler-handlers ((broadcast-handler broadcast-handler))

automatically generated reader method

Source

sax-proxy.lisp.

Target Slot

handlers.

Generic Writer: (setf broadcast-handler-handlers) (object)
Package

cxml.

Methods
Writer Method: (setf broadcast-handler-handlers) ((broadcast-handler broadcast-handler))

automatically generated writer method

Source

sax-proxy.lisp.

Target Slot

handlers.

Generic Function: cdata-section-p (object)
Package

dom.

Methods
Method: cdata-section-p (object)
Source

rune-impl.lisp.

Method: cdata-section-p ((object cdata-section))
Source

rune-impl.lisp.

Generic Function: character-data-p (object)
Package

dom.

Methods
Method: character-data-p (object)
Source

rune-impl.lisp.

Method: character-data-p ((object character-data))
Source

rune-impl.lisp.

Generic Function: characters (handler data)

Called for textual element content.

The data is passed as a rod, with all entity references resolved. It is possible that the character content of an element is reported via multiple subsequent calls to this generic function.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: characters ((handler dom-builder) data)
Source

rune-builder.lisp.

Method: characters ((handler broadcast-handler) data)
Source

sax-proxy.lisp.

Method: characters ((handler whitespace-normalizer) data)
Source

space-normalizer.lisp.

Method: characters ((handler recoder) data)
Source

recoder.lisp.

Method: characters ((handler xmls-builder) data)
Source

xmls-compat.lisp.

Method: characters ((sink sink) data)
Source

unparse.lisp.

Method: characters ((handler validator) data)
Source

xml-parse.lisp.

Method: characters ((handler null) data)
Method: characters (handler data)
Method: characters ((handler abstract-handler) data)
Method: characters ((handler default-handler) data)
Method: characters ((handler abstract-handler) data)
Generic Function: child-nodes (node)
Package

dom.

Methods
Method: child-nodes ((node node))
Source

rune-impl.lisp.

Generic Function: clone-node (node deep)
Package

dom.

Methods
Method: clone-node ((node document) deep)
Source

rune-impl.lisp.

Method: clone-node ((node node) deep)
Source

rune-impl.lisp.

Generic Function: close-source (source)
Package

klacks.

Source

klacks.lisp.

Methods
Method: close-source ((source tapping-source))
Source

tap-source.lisp.

Method: close-source ((source cxml-source))
Source

klacks-impl.lisp.

Generic Function: code (self)
Package

dom.

Methods
Method: code ((self dom-exception))
Source

rune-impl.lisp.

Generic Function: column-number (sax-parser)

Return an approximation of the current column number, or NIL.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: column-number ((parser klacksax))
Source

klacks.lisp.

Method: column-number ((parser cxml-parser))
Source

xml-parse.lisp.

Method: column-number ((handler sax-parser-mixin))
Generic Function: comment (handler data)
Package

sax.

Source

sax-handler.lisp.

Methods
Method: comment ((handler dom-builder) data)
Source

rune-builder.lisp.

Method: comment ((handler broadcast-handler) data)
Source

sax-proxy.lisp.

Method: comment ((handler recoder) data)
Source

recoder.lisp.

Method: comment ((sink sink) data)
Source

unparse.lisp.

Method: comment ((handler null) data)
Method: comment (handler data)
Method: comment ((handler abstract-handler) data)
Method: comment ((handler content-handler) data)
Method: comment ((handler abstract-handler) data)
Generic Function: comment-p (object)
Package

dom.

Methods
Method: comment-p (object)
Source

rune-impl.lisp.

Method: comment-p ((object comment))
Source

rune-impl.lisp.

Generic Function: consume (source)
Package

klacks.

Source

klacks.lisp.

Methods
Method: consume ((source tapping-source))
Source

tap-source.lisp.

Method: consume ((source cxml-source))
Source

klacks-impl.lisp.

Generic Function: create-attribute (document name)
Package

dom.

Methods
Method: create-attribute ((document document) name)
Source

rune-impl.lisp.

Generic Function: create-attribute-ns (document uri qname)
Package

dom.

Methods
Method: create-attribute-ns ((document document) uri qname)
Source

rune-impl.lisp.

Generic Function: create-cdata-section (document data)
Package

dom.

Methods
Method: create-cdata-section ((document document) data)
Source

rune-impl.lisp.

Generic Function: create-comment (document data)
Package

dom.

Methods
Method: create-comment ((document document) data)
Source

rune-impl.lisp.

Generic Function: create-document (factory uri qname doctype)
Package

dom.

Methods
Method: create-document ((factory (eql rune-dom:implementation)) uri qname doctype)
Source

rune-impl.lisp.

Generic Function: create-document-fragment (document)
Package

dom.

Methods
Method: create-document-fragment ((document document))
Source

rune-impl.lisp.

Generic Function: create-document-type (factory name publicid systemid)
Package

dom.

Methods
Method: create-document-type ((factory (eql rune-dom:implementation)) name publicid systemid)
Source

rune-impl.lisp.

Generic Function: create-element (document tag-name)
Package

dom.

Methods
Method: create-element ((document document) tag-name)
Source

rune-impl.lisp.

Generic Function: create-element-ns (document uri qname)
Package

dom.

Methods
Method: create-element-ns ((document document) uri qname)
Source

rune-impl.lisp.

Generic Function: create-entity-reference (document name)
Package

dom.

Methods
Method: create-entity-reference ((document document) name)
Source

rune-impl.lisp.

Generic Function: create-processing-instruction (document target data)
Package

dom.

Methods
Method: create-processing-instruction ((document document) target data)
Source

rune-impl.lisp.

Generic Function: create-text-node (document data)
Package

dom.

Methods
Method: create-text-node ((document document) data)
Source

rune-impl.lisp.

Generic Function: current-cdata-section-p (source)
Package

klacks.

Source

klacks.lisp.

Methods
Method: current-cdata-section-p ((source tapping-source))
Source

tap-source.lisp.

Reader Method: current-cdata-section-p ((cxml-source cxml-source))

automatically generated reader method

Source

klacks-impl.lisp.

Target Slot

cdata-section-p.

Generic Function: current-column-number (source)
Package

klacks.

Source

klacks.lisp.

Methods
Method: current-column-number ((source tapping-source))
Source

tap-source.lisp.

Method: current-column-number ((source cxml-source))
Source

klacks-impl.lisp.

Generic Function: current-line-number (source)
Package

klacks.

Source

klacks.lisp.

Methods
Method: current-line-number ((source tapping-source))
Source

tap-source.lisp.

Method: current-line-number ((source cxml-source))
Source

klacks-impl.lisp.

Generic Function: current-system-id (source)
Package

klacks.

Source

klacks.lisp.

Methods
Method: current-system-id ((source tapping-source))
Source

tap-source.lisp.

Method: current-system-id ((source cxml-source))
Source

klacks-impl.lisp.

Generic Function: current-xml-base (source)
Package

klacks.

Source

klacks.lisp.

Methods
Method: current-xml-base ((source tapping-source))
Source

tap-source.lisp.

Method: current-xml-base ((source cxml-source))
Source

klacks-impl.lisp.

Generic Reader: data (object)
Package

dom.

Methods
Reader Method: data ((processing-instruction processing-instruction))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

data.

Reader Method: data ((character-data character-data))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

value.

Generic Function: (setf data) (self)
Package

dom.

Methods
Method: (setf data) ((self processing-instruction))
Source

rune-impl.lisp.

Method: (setf data) ((self character-data))
Source

rune-impl.lisp.

Generic Function: decode-qname (qname source)
Package

klacks.

Source

klacks.lisp.

Methods
Method: decode-qname (qname (source tapping-source))
Source

tap-source.lisp.

Method: decode-qname (qname (source cxml-source))
Source

klacks-impl.lisp.

Generic Function: delete-data (node offset count)
Package

dom.

Methods
Method: delete-data ((node character-data) offset count)
Source

rune-impl.lisp.

Generic Reader: doctype (object)
Package

dom.

Methods
Reader Method: doctype ((document document))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

doc-type.

Generic Function: document-element (document)
Package

dom.

Methods
Method: document-element ((document document))
Source

rune-impl.lisp.

Generic Function: document-fragment-p (object)
Package

dom.

Methods
Method: document-fragment-p (object)
Source

rune-impl.lisp.

Method: document-fragment-p ((object document-fragment))
Source

rune-impl.lisp.

Generic Function: document-p (object)
Package

dom.

Methods
Method: document-p (object)
Source

rune-impl.lisp.

Method: document-p ((object document))
Source

rune-impl.lisp.

Generic Function: document-type-p (object)
Package

dom.

Methods
Method: document-type-p (object)
Source

rune-impl.lisp.

Method: document-type-p ((object document-type))
Source

rune-impl.lisp.

Generic Function: element-declaration (handler name model)

Called when a element declaration is seen in a DTD. Model is not a string, but a nested list, with *, ?, +, OR, and AND being the operators, rods as names, :EMPTY and :PCDATA as special tokens. (AND represents sequences.)

Package

sax.

Source

sax-handler.lisp.

Methods
Method: element-declaration ((handler klacks-dtd-handler) name model)
Source

klacks-impl.lisp.

Method: element-declaration ((handler dom-builder) name model)
Source

rune-builder.lisp.

Method: element-declaration ((handler broadcast-handler) name model)
Source

sax-proxy.lisp.

Method: element-declaration ((handler recoder) name model)
Source

recoder.lisp.

Method: element-declaration ((sink sink) name model)
Source

unparse.lisp.

Method: element-declaration ((handler null) name model)
Method: element-declaration (handler name model)
Method: element-declaration ((handler abstract-handler) name model)
Method: element-declaration ((handler content-handler) name model)
Method: element-declaration ((handler abstract-handler) name model)
Generic Function: element-p (object)
Package

dom.

Methods
Method: element-p (object)
Source

rune-impl.lisp.

Method: element-p ((object element))
Source

rune-impl.lisp.

Generic Function: end-cdata (handler)

Called at the end of parsing a CDATA section.

Handlers only have to implement this if they are interested in the lexical structure of the parsed document. The content of the CDATA section is reported via the ‘characters’ generic function like all other textual content.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: end-cdata ((handler dom-builder))
Source

rune-builder.lisp.

Method: end-cdata ((handler broadcast-handler))
Source

sax-proxy.lisp.

Method: end-cdata ((handler recoder))
Source

recoder.lisp.

Method: end-cdata ((sink sink))
Source

unparse.lisp.

Method: end-cdata ((handler validator))
Source

xml-parse.lisp.

Method: end-cdata ((handler null))
Method: end-cdata (handler)
Method: end-cdata ((handler abstract-handler))
Method: end-cdata ((handler content-handler))
Method: end-cdata ((handler abstract-handler))
Generic Function: end-document (handler)

Called at the end of parsing a document.
This is always the last function called in the parsing process.

In contrast to all of the other methods, the return value of this gf
is significant, it will be returned by the parse-file/stream/string function.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: end-document ((handler dom-builder))
Source

rune-builder.lisp.

Method: end-document ((handler broadcast-handler))
Source

sax-proxy.lisp.

Method: end-document ((handler catalog-parser))
Source

catalog.lisp.

Method: end-document ((handler recoder))
Source

recoder.lisp.

Method: end-document ((handler xmls-builder))
Source

xmls-compat.lisp.

Method: end-document ((sink sink))
Source

unparse.lisp.

Method: end-document ((handler null))
Method: end-document (handler)
Method: end-document ((handler abstract-handler))
Method: end-document ((handler default-handler))
Method: end-document ((handler abstract-handler))
Generic Function: end-dtd (handler)

Called at the end of parsing a DTD.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: end-dtd ((handler klacks-dtd-handler))
Source

klacks-impl.lisp.

Method: end-dtd ((handler broadcast-handler))
Source

sax-proxy.lisp.

Method: end-dtd ((handler recoder))
Source

recoder.lisp.

Method: end-dtd ((sink sink))
Source

unparse.lisp.

Method: end-dtd ((handler null))
Method: end-dtd (handler)
Method: end-dtd ((handler abstract-handler))
Method: end-dtd ((handler content-handler))
Method: end-dtd ((handler abstract-handler))
Generic Function: end-element (handler namespace-uri local-name qname)

Called to report the end of an element.

See the documentation for ‘start-element’ for a description of the parameters.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: end-element ((handler dom-builder) namespace-uri local-name qname)
Source

rune-builder.lisp.

Method: end-element ((handler broadcast-handler) namespace-uri local-name qname)
Source

sax-proxy.lisp.

Method: end-element ((handler catalog-parser) uri lname qname)
Source

catalog.lisp.

Method: end-element ((handler whitespace-normalizer) uri lname qname)
Source

space-normalizer.lisp.

Method: end-element ((handler namespace-normalizer) uri lname qname)
Source

xmlns-normalizer.lisp.

Method: end-element ((handler recoder) namespace-uri local-name qname)
Source

recoder.lisp.

Method: end-element ((handler xmls-builder) namespace-uri local-name qname)
Source

xmls-compat.lisp.

Method: end-element ((sink sink) namespace-uri local-name qname)
Source

unparse.lisp.

Method: end-element ((handler validator) uri lname qname)
Source

xml-parse.lisp.

Method: end-element ((handler null) namespace-uri local-name qname)
Method: end-element (handler namespace-uri local-name qname)
Method: end-element ((handler abstract-handler) namespace-uri local-name qname)
Method: end-element ((handler default-handler) namespace-uri local-name qname)
Method: end-element ((handler abstract-handler) namespace-uri local-name qname)
Generic Function: end-internal-subset (handler)

Called after processing of the internal subset has finished, if present.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: end-internal-subset ((handler klacks-dtd-handler))
Source

klacks-impl.lisp.

Method: end-internal-subset ((handler dom-builder))
Source

rune-builder.lisp.

Method: end-internal-subset ((handler broadcast-handler))
Source

sax-proxy.lisp.

Method: end-internal-subset ((handler recoder))
Source

recoder.lisp.

Method: end-internal-subset ((sink sink))
Source

unparse.lisp.

Method: end-internal-subset ((handler null))
Method: end-internal-subset (handler)
Method: end-internal-subset ((handler abstract-handler))
Method: end-internal-subset ((handler content-handler))
Method: end-internal-subset ((handler abstract-handler))
Generic Function: end-prefix-mapping (handler prefix)

Called when a prefix -> namespace-uri mapping goes out of scope.

This will always be called immediatly after the ‘end-element’ event for the element on which the namespace is declared. The order of the end-prefix-mapping events is otherwise not guaranteed.

Clients don’t usually have to implement this except under special circumstances, for example when they have to deal with qualified names in textual content. The parser will handle namespaces of elements and attributes on its own.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: end-prefix-mapping ((handler broadcast-handler) prefix)
Source

sax-proxy.lisp.

Method: end-prefix-mapping ((handler recoder) prefix)
Source

recoder.lisp.

Method: end-prefix-mapping ((handler null) prefix)
Method: end-prefix-mapping (handler prefix)
Method: end-prefix-mapping ((handler abstract-handler) prefix)
Method: end-prefix-mapping ((handler content-handler) prefix)
Method: end-prefix-mapping ((handler abstract-handler) prefix)
Generic Reader: entities (object)
Package

dom.

Methods
Reader Method: entities ((document-type document-type))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

entities.

Generic Function: entity-p (object)
Package

dom.

Methods
Method: entity-p (object)
Source

rune-impl.lisp.

Method: entity-p ((object entity))
Source

rune-impl.lisp.

Generic Function: entity-reference-p (object)
Package

dom.

Methods
Method: entity-reference-p (object)
Source

rune-impl.lisp.

Method: entity-reference-p ((object entity-reference))
Source

rune-impl.lisp.

Generic Function: entity-resolver (handler resolver)

Called between sax:end-dtd and sax:end-document to register an entity resolver, a function of two arguments: An entity name and SAX handler. When called, the resolver function will parse the named entity’s data.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: entity-resolver ((handler klacks-dtd-handler) fn)
Source

klacks-impl.lisp.

Method: entity-resolver ((handler dom-builder) resolver)
Source

rune-builder.lisp.

Method: entity-resolver ((handler broadcast-handler) resolver)
Source

sax-proxy.lisp.

Method: entity-resolver ((handler recoder) resolver)
Source

recoder.lisp.

Method: entity-resolver ((handler null) resolver)
Method: entity-resolver (handler resolver)
Method: entity-resolver ((handler abstract-handler) resolver)
Method: entity-resolver ((handler content-handler) resolver)
Method: entity-resolver ((handler abstract-handler) resolver)
Generic Function: external-entity-declaration (handler kind name public-id system-id)

Called when a parsed external entity declaration is seen in a DTD.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: external-entity-declaration ((handler klacks-dtd-handler) kind name public-id system-id)
Source

klacks-impl.lisp.

Method: external-entity-declaration ((handler dom-builder) kind name public-id system-id)
Source

rune-builder.lisp.

Method: external-entity-declaration ((handler broadcast-handler) kind name pub sys)
Source

sax-proxy.lisp.

Method: external-entity-declaration ((handler recoder) kind name public-id system-id)
Source

recoder.lisp.

Method: external-entity-declaration ((sink sink) kind name public-id system-id)
Source

unparse.lisp.

Method: external-entity-declaration ((handler null) kind name public-id system-id)
Method: external-entity-declaration (handler kind name public-id system-id)
Method: external-entity-declaration ((handler abstract-handler) kind name public-id system-id)
Method: external-entity-declaration ((handler content-handler) kind name public-id system-id)
Method: external-entity-declaration ((handler abstract-handler) kind name public-id system-id)
Generic Function: find-namespace-binding (prefix source)
Package

klacks.

Source

klacks.lisp.

Methods
Method: find-namespace-binding (prefix (source tapping-source))
Source

tap-source.lisp.

Method: find-namespace-binding (prefix (source cxml-source))
Source

klacks-impl.lisp.

Generic Function: first-child (node)
Package

dom.

Methods
Method: first-child ((node node))
Source

rune-impl.lisp.

Generic Function: get-attribute (element name)
Package

dom.

Methods
Method: get-attribute ((element element) name)
Source

rune-impl.lisp.

Generic Function: get-attribute (source lname &optional uri)
Package

klacks.

Source

klacks.lisp.

Methods
Method: get-attribute ((source cxml-source) lname &optional uri)
Source

klacks-impl.lisp.

Generic Function: get-attribute-node (element name)
Package

dom.

Methods
Method: get-attribute-node ((element element) name)
Source

rune-impl.lisp.

Generic Function: get-attribute-node-ns (element uri lname)
Package

dom.

Methods
Method: get-attribute-node-ns ((element element) uri lname)
Source

rune-impl.lisp.

Generic Function: get-attribute-ns (element uri lname)
Package

dom.

Methods
Method: get-attribute-ns ((element element) uri lname)
Source

rune-impl.lisp.

Generic Function: get-element-by-id (document id)
Package

dom.

Methods
Method: get-element-by-id ((document document) id)
Source

rune-impl.lisp.

Generic Function: get-elements-by-tag-name (document tag-name)
Package

dom.

Methods
Method: get-elements-by-tag-name ((element element) name)
Source

rune-impl.lisp.

Method: get-elements-by-tag-name ((document document) tag-name)
Source

rune-impl.lisp.

Generic Function: get-elements-by-tag-name-ns (document uri lname)
Package

dom.

Methods
Method: get-elements-by-tag-name-ns ((element element) uri lname)
Source

rune-impl.lisp.

Method: get-elements-by-tag-name-ns ((document document) uri lname)
Source

rune-impl.lisp.

Generic Function: get-named-item (self name)
Package

dom.

Methods
Method: get-named-item ((self named-node-map) name)
Source

rune-impl.lisp.

Generic Function: get-named-item-ns (self uri lname)
Package

dom.

Methods
Method: get-named-item-ns ((self named-node-map) uri lname)
Source

rune-impl.lisp.

Generic Function: has-attribute (element name)
Package

dom.

Methods
Method: has-attribute ((element element) name)
Source

rune-impl.lisp.

Generic Function: has-attribute-ns (element uri lname)
Package

dom.

Methods
Method: has-attribute-ns ((element element) uri lname)
Source

rune-impl.lisp.

Generic Function: has-attributes (element)
Package

dom.

Methods
Method: has-attributes ((element element))
Source

rune-impl.lisp.

Method: has-attributes ((element node))
Source

rune-impl.lisp.

Generic Function: has-child-nodes (node)
Package

dom.

Methods
Method: has-child-nodes ((node node))
Source

rune-impl.lisp.

Generic Function: has-feature (factory feature version)
Package

dom.

Methods
Method: has-feature ((factory (eql rune-dom:implementation)) feature version)
Source

rune-impl.lisp.

Generic Function: implementation (document)
Package

dom.

Methods
Method: implementation ((document document))
Source

rune-impl.lisp.

Generic Function: import-node (document node deep)
Package

dom.

Methods
Method: import-node ((document document) (node character-data) deep)
Source

rune-impl.lisp.

Method: import-node ((document document) (node processing-instruction) deep)
Source

rune-impl.lisp.

Method: import-node ((document document) (node notation) deep)
Source

rune-impl.lisp.

Method: import-node ((document document) (node entity-reference) deep)
Source

rune-impl.lisp.

Method: import-node ((document document) (node entity) deep)
Source

rune-impl.lisp.

Method: import-node ((document document) (node element) deep)
Source

rune-impl.lisp.

Method: import-node ((document document) (node document-fragment) deep)
Source

rune-impl.lisp.

Method: import-node ((document document) (node attribute) deep)
Source

rune-impl.lisp.

Method: import-node ((document document) node deep)
Source

rune-impl.lisp.

Generic Function: insert-before (node new-child ref-child)
Package

dom.

Methods
Method: insert-before ((node node) (fragment document-fragment) ref-child)
Source

rune-impl.lisp.

Method: insert-before ((node node) (new-child node) ref-child)
Source

rune-impl.lisp.

Generic Function: insert-data (node offset arg)
Package

dom.

Methods
Method: insert-data ((node character-data) offset arg)
Source

rune-impl.lisp.

Generic Function: internal-entity-declaration (handler kind name value)

Called when an internal entity declaration is seen in a DTD.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: internal-entity-declaration ((handler klacks-dtd-handler) kind name value)
Source

klacks-impl.lisp.

Method: internal-entity-declaration ((handler dom-builder) kind name value)
Source

rune-builder.lisp.

Method: internal-entity-declaration ((handler broadcast-handler) kind name value)
Source

sax-proxy.lisp.

Method: internal-entity-declaration ((handler recoder) kind name value)
Source

recoder.lisp.

Method: internal-entity-declaration ((sink sink) kind name value)
Source

unparse.lisp.

Method: internal-entity-declaration ((handler null) kind name value)
Method: internal-entity-declaration (handler kind name value)
Method: internal-entity-declaration ((handler abstract-handler) kind name value)
Method: internal-entity-declaration ((handler content-handler) kind name value)
Method: internal-entity-declaration ((handler abstract-handler) kind name value)
Generic Function: internal-subset (node)
Package

dom.

Methods
Method: internal-subset ((node document-type))
Source

rune-impl.lisp.

Generic Function: is-supported (node feature version)
Package

dom.

Methods
Method: is-supported ((node node) feature version)
Source

rune-impl.lisp.

Generic Function: item (self index)
Package

dom.

Methods
Method: item ((self named-node-map) index)
Source

rune-impl.lisp.

Method: item ((self vector) index)
Source

rune-impl.lisp.

Generic Reader: items (object)
Package

dom.

Methods
Reader Method: items ((named-node-map named-node-map))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

items.

Generic Function: last-child (node)
Package

dom.

Methods
Method: last-child ((node node))
Source

rune-impl.lisp.

Generic Function: length (self)
Package

dom.

Methods
Method: length ((node character-data))
Source

rune-impl.lisp.

Method: length ((self named-node-map))
Source

rune-impl.lisp.

Method: length ((self vector))
Source

rune-impl.lisp.

Generic Function: line-number (sax-parser)

Return an approximation of the current line number, or NIL.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: line-number ((parser klacksax))
Source

klacks.lisp.

Method: line-number ((parser cxml-parser))
Source

xml-parse.lisp.

Method: line-number ((handler sax-parser-mixin))
Generic Function: list-attributes (source)
Package

klacks.

Source

klacks.lisp.

Methods
Method: list-attributes ((source tapping-source))
Source

tap-source.lisp.

Method: list-attributes ((source cxml-source))
Source

klacks-impl.lisp.

Generic Function: local-name (node)
Package

dom.

Methods
Reader Method: local-name ((namespace-mixin namespace-mixin))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

local-name.

Method: local-name ((node node))
Source

rune-impl.lisp.

Generic Function: map-attributes (fn source)
Package

klacks.

Source

klacks.lisp.

Methods
Method: map-attributes (fn (source tapping-source))
Source

tap-source.lisp.

Method: map-attributes (fn (source cxml-source))
Source

klacks-impl.lisp.

Generic Function: map-current-namespace-declarations (fn source)
Package

klacks.

Source

klacks.lisp.

Methods
Method: map-current-namespace-declarations (fn (source tapping-source))
Source

tap-source.lisp.

Method: map-current-namespace-declarations (fn (source cxml-source))
Source

klacks-impl.lisp.

Generic Reader: name (object)
Package

dom.

Methods
Reader Method: name ((entity-reference entity-reference))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

name.

Reader Method: name ((entity entity))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

name.

Reader Method: name ((notation notation))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

name.

Reader Method: name ((document-type document-type))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

name.

Reader Method: name ((attribute attribute))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

name.

Generic Function: named-node-map-p (object)
Package

dom.

Methods
Method: named-node-map-p (object)
Source

rune-impl.lisp.

Method: named-node-map-p ((object named-node-map))
Source

rune-impl.lisp.

Generic Function: namespace-uri (node)
Package

dom.

Methods
Reader Method: namespace-uri ((namespace-mixin namespace-mixin))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

namespace-uri.

Method: namespace-uri ((node node))
Source

rune-impl.lisp.

Generic Function: next-sibling (node)
Package

dom.

Methods
Method: next-sibling ((node node))
Source

rune-impl.lisp.

Generic Function: node-name (self)
Package

dom.

Methods
Method: node-name ((self processing-instruction))
Source

rune-impl.lisp.

Method: node-name ((self entity-reference))
Source

rune-impl.lisp.

Method: node-name ((self entity))
Source

rune-impl.lisp.

Method: node-name ((self notation))
Source

rune-impl.lisp.

Method: node-name ((self document-type))
Source

rune-impl.lisp.

Method: node-name ((self element))
Source

rune-impl.lisp.

Method: node-name ((self attribute))
Source

rune-impl.lisp.

Method: node-name ((self comment))
Source

rune-impl.lisp.

Method: node-name ((self cdata-section))
Source

rune-impl.lisp.

Method: node-name ((self text))
Source

rune-impl.lisp.

Method: node-name ((self document-fragment))
Source

rune-impl.lisp.

Method: node-name ((self document))
Source

rune-impl.lisp.

Generic Function: node-p (object)
Package

dom.

Methods
Method: node-p (object)
Source

rune-impl.lisp.

Method: node-p ((object node))
Source

rune-impl.lisp.

Generic Function: node-type (self)
Package

dom.

Methods
Method: node-type ((self processing-instruction))
Source

rune-impl.lisp.

Method: node-type ((self entity-reference))
Source

rune-impl.lisp.

Method: node-type ((self entity))
Source

rune-impl.lisp.

Method: node-type ((self notation))
Source

rune-impl.lisp.

Method: node-type ((self document-type))
Source

rune-impl.lisp.

Method: node-type ((self element))
Source

rune-impl.lisp.

Method: node-type ((self attribute))
Source

rune-impl.lisp.

Method: node-type ((self cdata-section))
Source

rune-impl.lisp.

Method: node-type ((self comment))
Source

rune-impl.lisp.

Method: node-type ((self text))
Source

rune-impl.lisp.

Method: node-type ((self document-fragment))
Source

rune-impl.lisp.

Method: node-type ((self document))
Source

rune-impl.lisp.

Generic Function: node-value (self)
Package

dom.

Methods
Method: node-value ((self processing-instruction))
Source

rune-impl.lisp.

Method: node-value ((self entity-reference))
Source

rune-impl.lisp.

Method: node-value ((self entity))
Source

rune-impl.lisp.

Method: node-value ((self notation))
Source

rune-impl.lisp.

Method: node-value ((self document-type))
Source

rune-impl.lisp.

Method: node-value ((self element))
Source

rune-impl.lisp.

Method: node-value ((self attribute))
Source

rune-impl.lisp.

Method: node-value ((self character-data))
Source

rune-impl.lisp.

Method: node-value ((self document-fragment))
Source

rune-impl.lisp.

Method: node-value ((self document))
Source

rune-impl.lisp.

Generic Function: (setf node-value) (self)
Package

dom.

Methods
Method: (setf node-value) ((self notation))
Source

rune-impl.lisp.

Method: (setf node-value) ((self document-fragment))
Source

rune-impl.lisp.

Method: (setf node-value) ((self document-type))
Source

rune-impl.lisp.

Method: (setf node-value) ((self document))
Source

rune-impl.lisp.

Method: (setf node-value) ((self entity))
Source

rune-impl.lisp.

Method: (setf node-value) ((self entity-reference))
Source

rune-impl.lisp.

Method: (setf node-value) ((self element))
Source

rune-impl.lisp.

Method: (setf node-value) ((self processing-instruction))
Source

rune-impl.lisp.

Method: (setf node-value) ((self attribute))
Source

rune-impl.lisp.

Method: (setf node-value) ((self character-data))
Source

rune-impl.lisp.

Generic Function: normalize (node)
Package

dom.

Methods
Method: normalize ((node node))
Source

rune-impl.lisp.

Generic Function: notation-declaration (handler name public-id system-id)

Called when a notation declaration is seen while parsing a DTD.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: notation-declaration ((handler klacks-dtd-handler) name public-id system-id)
Source

klacks-impl.lisp.

Method: notation-declaration ((handler dom-builder) name public-id system-id)
Source

rune-builder.lisp.

Method: notation-declaration ((handler broadcast-handler) name public-id system-id)
Source

sax-proxy.lisp.

Method: notation-declaration ((handler recoder) name public-id system-id)
Source

recoder.lisp.

Method: notation-declaration ((sink sink) name public-id system-id)
Source

unparse.lisp.

Method: notation-declaration ((handler null) name public-id system-id)
Method: notation-declaration (handler name public-id system-id)
Method: notation-declaration ((handler abstract-handler) name public-id system-id)
Method: notation-declaration ((handler content-handler) name public-id system-id)
Method: notation-declaration ((handler abstract-handler) name public-id system-id)
Generic Reader: notation-name (object)
Package

dom.

Methods
Reader Method: notation-name ((entity entity))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

notation-name.

Generic Function: notation-p (object)
Package

dom.

Methods
Method: notation-p (object)
Source

rune-impl.lisp.

Method: notation-p ((object notation))
Source

rune-impl.lisp.

Generic Reader: notations (object)
Package

dom.

Methods
Reader Method: notations ((document-type document-type))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

notations.

Generic Function: owner-document (object)
Package

dom.

Methods
Method: owner-document ((node node))
Source

rune-impl.lisp.

Reader Method: owner-document ((named-node-map named-node-map))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

owner.

Generic Reader: owner-element (object)
Package

dom.

Methods
Reader Method: owner-element ((attribute attribute))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

owner-element.

Generic Function: parent-node (node)
Package

dom.

Methods
Method: parent-node ((node node))
Source

rune-impl.lisp.

Generic Function: peek (source)
Package

klacks.

Source

klacks.lisp.

Methods
Method: peek ((source tapping-source))
Source

tap-source.lisp.

Method: peek ((source cxml-source))
Source

klacks-impl.lisp.

Generic Function: peek-next (source)
Package

klacks.

Methods
Method: peek-next ((source tapping-source))
Source

tap-source.lisp.

Method: peek-next ((source cxml-source))
Source

klacks-impl.lisp.

Generic Function: peek-value (source)
Package

klacks.

Source

klacks.lisp.

Methods
Method: peek-value ((source tapping-source))
Source

tap-source.lisp.

Method: peek-value ((source cxml-source))
Source

klacks-impl.lisp.

Generic Function: prefix (node)
Package

dom.

Methods
Reader Method: prefix ((namespace-mixin namespace-mixin))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

prefix.

Method: prefix ((node node))
Source

rune-impl.lisp.

Generic Function: (setf prefix) (node)
Package

dom.

Methods
Method: (setf prefix) :after ((node element))
Source

rune-impl.lisp.

Method: (setf prefix) :after ((node attribute))
Source

rune-impl.lisp.

Method: (setf prefix) :before ((node attribute))
Source

rune-impl.lisp.

Method: (setf prefix) ((node namespace-mixin))
Source

rune-impl.lisp.

Generic Function: previous-sibling (node)
Package

dom.

Methods
Method: previous-sibling ((node node))
Source

rune-impl.lisp.

Generic Function: processing-instruction (handler target data)

Called when a processing instruction is read.

Both target and data are rods.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: processing-instruction ((handler dom-builder) target data)
Source

rune-builder.lisp.

Method: processing-instruction ((handler broadcast-handler) target data)
Source

sax-proxy.lisp.

Method: processing-instruction ((handler recoder) target data)
Source

recoder.lisp.

Method: processing-instruction ((sink sink) target data)
Source

unparse.lisp.

Method: processing-instruction ((handler null) target data)
Method: processing-instruction (handler target data)
Method: processing-instruction ((handler abstract-handler) target data)
Method: processing-instruction ((handler default-handler) target data)
Method: processing-instruction ((handler abstract-handler) target data)
Generic Function: processing-instruction-p (object)
Package

dom.

Methods
Method: processing-instruction-p (object)
Source

rune-impl.lisp.

Method: processing-instruction-p ((object processing-instruction))
Source

rune-impl.lisp.

Generic Function: proxy-chained-handler (instance)
Package

cxml.

Methods
Method: proxy-chained-handler ((instance sax-proxy))

@arg[instance]{A @class{sax-proxy}.}
@return{A @class{SAX handler}s.}

Returns the SAX handler that is chained to this SAX proxy.

Source

sax-proxy.lisp.

Generic Function: (setf proxy-chained-handler) (instance)
Package

cxml.

Methods
Method: (setf proxy-chained-handler) ((instance sax-proxy))
Source

sax-proxy.lisp.

Generic Reader: public-id (object)
Package

dom.

Methods
Reader Method: public-id ((entity entity))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

public-id.

Reader Method: public-id ((notation notation))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

public-id.

Reader Method: public-id ((document-type document-type))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

public-id.

Generic Function: register-sax-parser (handler sax-parser)

Set the SAX-PARSER instance of this handler.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: register-sax-parser :after ((handler broadcast-handler) parser)
Source

sax-proxy.lisp.

Method: register-sax-parser ((handler null) sax-parser)
Method: register-sax-parser ((handler sax-parser-mixin) sax-parser)
Method: register-sax-parser (handler sax-parser)
Method: register-sax-parser ((handler abstract-handler) sax-parser)
Generic Function: remove-attribute (element name)
Package

dom.

Methods
Method: remove-attribute ((element element) name)
Source

rune-impl.lisp.

Generic Function: remove-attribute-node (element old-attr)
Package

dom.

Methods
Method: remove-attribute-node ((element element) (old-attr attribute))
Source

rune-impl.lisp.

Generic Function: remove-attribute-ns (elt uri lname)
Package

dom.

Methods
Method: remove-attribute-ns ((elt element) uri lname)
Source

rune-impl.lisp.

Generic Function: remove-child (node old-child)
Package

dom.

Methods
Method: remove-child ((node node) (old-child node))
Source

rune-impl.lisp.

Generic Function: remove-named-item (self name)
Package

dom.

Methods
Method: remove-named-item ((self attribute-node-map) name)
Source

rune-impl.lisp.

Method: remove-named-item ((self named-node-map) name)
Source

rune-impl.lisp.

Generic Function: remove-named-item-ns (self uri lname)
Package

dom.

Methods
Method: remove-named-item-ns ((self attribute-node-map) uri lname)
Source

rune-impl.lisp.

Method: remove-named-item-ns ((self named-node-map) uri lname)
Source

rune-impl.lisp.

Generic Function: replace-child (node new-child old-child)
Package

dom.

Methods
Method: replace-child ((node node) (new-child document-fragment) (old-child node))
Source

rune-impl.lisp.

Method: replace-child ((node node) (new-child node) (old-child node))
Source

rune-impl.lisp.

Generic Function: replace-data (node offset count arg)
Package

dom.

Methods
Method: replace-data ((node character-data) offset count arg)
Source

rune-impl.lisp.

Generic Reader: sax-parser (object)
Package

sax.

Methods
Reader Method: sax-parser ((sax-parser-mixin sax-parser-mixin))

automatically generated reader method

Source

sax-handler.lisp.

Target Slot

sax-parser.

Generic Function: set-attribute (element name value)
Package

dom.

Methods
Method: set-attribute ((element element) name value)
Source

rune-impl.lisp.

Generic Function: set-attribute-node (element new-attr)
Package

dom.

Methods
Method: set-attribute-node ((element element) (new-attr attribute))
Source

rune-impl.lisp.

Generic Function: set-attribute-node-ns (element new-attr)
Package

dom.

Methods
Method: set-attribute-node-ns ((element element) (new-attr attribute))
Source

rune-impl.lisp.

Generic Function: set-attribute-ns (element uri lname value)
Package

dom.

Methods
Method: set-attribute-ns ((element element) uri lname value)
Source

rune-impl.lisp.

Generic Function: set-named-item (self arg)
Package

dom.

Methods
Method: set-named-item :after ((self attribute-node-map) arg)
Source

rune-impl.lisp.

Method: set-named-item ((self named-node-map) arg)
Source

rune-impl.lisp.

Generic Function: set-named-item-ns (self arg)
Package

dom.

Methods
Method: set-named-item-ns :after ((self attribute-node-map) arg)
Source

rune-impl.lisp.

Method: set-named-item-ns ((self named-node-map) arg)
Source

rune-impl.lisp.

Generic Reader: sink-encoding (object)
Package

cxml.

Methods
Reader Method: sink-encoding ((sink sink))

automatically generated reader method

Source

unparse.lisp.

Target Slot

encoding.

Generic Reader: sink-omit-xml-declaration-p (object)
Package

cxml.

Methods
Reader Method: sink-omit-xml-declaration-p ((sink sink))

automatically generated reader method

Source

unparse.lisp.

Target Slot

sink-omit-xml-declaration-p.

Generic Writer: (setf sink-omit-xml-declaration-p) (object)
Package

cxml.

Methods
Writer Method: (setf sink-omit-xml-declaration-p) ((sink sink))

automatically generated writer method

Source

unparse.lisp.

Target Slot

sink-omit-xml-declaration-p.

Generic Reader: specified (object)
Package

dom.

Methods
Reader Method: specified ((attribute attribute))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

specified-p.

Generic Function: split-text (text offset)
Package

dom.

Methods
Method: split-text ((text text) offset)
Source

rune-impl.lisp.

Generic Function: start-cdata (handler)

Called at the beginning of parsing a CDATA section.

Handlers only have to implement this if they are interested in the lexical structure of the parsed document. The content of the CDATA section is reported via the ‘characters’ generic function like all other textual content.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: start-cdata ((handler dom-builder))
Source

rune-builder.lisp.

Method: start-cdata ((handler broadcast-handler))
Source

sax-proxy.lisp.

Method: start-cdata ((handler recoder))
Source

recoder.lisp.

Method: start-cdata ((sink sink))
Source

unparse.lisp.

Method: start-cdata ((handler validator))
Source

xml-parse.lisp.

Method: start-cdata ((handler null))
Method: start-cdata (handler)
Method: start-cdata ((handler abstract-handler))
Method: start-cdata ((handler content-handler))
Method: start-cdata ((handler abstract-handler))
Generic Function: start-document (handler)

Called at the beginning of the parsing process,
before any element, processing instruction or comment is reported.

Handlers that need to maintain internal state may use this to perform any neccessary initializations.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: start-document ((handler dom-builder))
Source

rune-builder.lisp.

Method: start-document ((handler broadcast-handler))
Source

sax-proxy.lisp.

Method: start-document ((handler recoder))
Source

recoder.lisp.

Method: start-document ((sink sink))
Source

unparse.lisp.

Method: start-document ((handler null))
Method: start-document (handler)
Method: start-document ((handler abstract-handler))
Method: start-document ((handler default-handler))
Method: start-document ((handler abstract-handler))
Generic Function: start-dtd (handler name public-id system-id)

Called at the beginning of parsing a DTD.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: start-dtd ((handler dom-builder) name publicid systemid)
Source

rune-builder.lisp.

Method: start-dtd ((handler broadcast-handler) name public-id system-id)
Source

sax-proxy.lisp.

Method: start-dtd ((handler recoder) name public-id system-id)
Source

recoder.lisp.

Method: start-dtd ((sink sink) name public-id system-id)
Source

unparse.lisp.

Method: start-dtd ((handler null) name public-id system-id)
Method: start-dtd (handler name public-id system-id)
Method: start-dtd ((handler abstract-handler) name public-id system-id)
Method: start-dtd ((handler content-handler) name public-id system-id)
Method: start-dtd ((handler abstract-handler) name public-id system-id)
Generic Function: start-element (handler namespace-uri local-name qname attributes)

Called to report the beginning of an element.

There will always be a corresponding call to end-element, even in the case of an empty element (i.e. <foo/>).

If the value of *namespaces* is non-nil, namespace-uri, local-name and qname are rods. If it is nil, namespace-uri and local-name are always nil, and it is not an error if the qname is not a well-formed qualified element name (for example, if it contains more than one colon).

The attributes parameter is a list (in arbitrary order) of instances of the ‘attribute’ structure class. The for their namespace-uri and local-name properties, the same rules as for the element name apply. Additionally, namespace-declaring attributes (those whose name is "xmlns" or starts with "xmlns:") are only included if *include-xmlns-attributes* is non-nil.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: start-element ((handler dom-builder) namespace-uri local-name qname attributes)
Source

rune-builder.lisp.

Method: start-element ((handler broadcast-handler) uri lname qname attributes)
Source

sax-proxy.lisp.

Method: start-element ((handler catalog-parser) uri lname qname attrs)
Source

catalog.lisp.

Method: start-element ((handler whitespace-normalizer) uri lname qname attrs)
Source

space-normalizer.lisp.

Method: start-element ((handler namespace-normalizer) uri lname qname attrs)
Source

xmlns-normalizer.lisp.

Method: start-element ((handler recoder) namespace-uri local-name qname attributes)
Source

recoder.lisp.

Method: start-element ((handler xmls-builder) namespace-uri local-name qname attributes)
Source

xmls-compat.lisp.

Method: start-element ((sink sink) namespace-uri local-name qname attributes)
Source

unparse.lisp.

Method: start-element ((handler validator) uri lname qname attributes)
Source

xml-parse.lisp.

Method: start-element ((handler null) namespace-uri local-name qname attributes)
Method: start-element (handler namespace-uri local-name qname attributes)
Method: start-element ((handler abstract-handler) namespace-uri local-name qname attributes)
Method: start-element ((handler default-handler) namespace-uri local-name qname attributes)
Method: start-element ((handler abstract-handler) namespace-uri local-name qname attributes)
Generic Function: start-internal-subset (handler)

Reports that an internal subset is present. Called before any definition from the internal subset is reported.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: start-internal-subset ((handler klacks-dtd-handler))
Source

klacks-impl.lisp.

Method: start-internal-subset ((handler dom-builder))
Source

rune-builder.lisp.

Method: start-internal-subset ((handler broadcast-handler))
Source

sax-proxy.lisp.

Method: start-internal-subset ((handler recoder))
Source

recoder.lisp.

Method: start-internal-subset ((sink sink))
Source

unparse.lisp.

Method: start-internal-subset ((handler null))
Method: start-internal-subset (handler)
Method: start-internal-subset ((handler abstract-handler))
Method: start-internal-subset ((handler content-handler))
Method: start-internal-subset ((handler abstract-handler))
Generic Function: start-prefix-mapping (handler prefix uri)

Called when the scope of a new prefix -> namespace-uri mapping begins.

This will always be called immediatly before the ‘start-element’ event for the element on which the namespaces are declared.

Clients don’t usually have to implement this except under special circumstances, for example when they have to deal with qualified names in textual content. The parser will handle namespaces of elements and attributes on its own.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: start-prefix-mapping ((handler broadcast-handler) prefix uri)
Source

sax-proxy.lisp.

Method: start-prefix-mapping ((handler recoder) prefix uri)
Source

recoder.lisp.

Method: start-prefix-mapping ((handler null) prefix uri)
Method: start-prefix-mapping (handler prefix uri)
Method: start-prefix-mapping ((handler abstract-handler) prefix uri)
Method: start-prefix-mapping ((handler content-handler) prefix uri)
Method: start-prefix-mapping ((handler abstract-handler) prefix uri)
Generic Function: substring-data (node offset count)
Package

dom.

Methods
Method: substring-data ((node character-data) offset count)
Source

rune-impl.lisp.

Generic Function: system-id (sax-parser)

Return the URI of the document being parsed. This is either the main document, or the entity’s system ID while contents of a parsed general external entity are being processed.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: system-id ((parser klacksax))
Source

klacks.lisp.

Method: system-id ((parser cxml-parser))
Source

xml-parse.lisp.

Method: system-id ((handler sax-parser-mixin))
Generic Reader: system-id (object)
Package

dom.

Methods
Reader Method: system-id ((entity entity))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

system-id.

Reader Method: system-id ((notation notation))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

system-id.

Reader Method: system-id ((document-type document-type))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

system-id.

Generic Reader: tag-name (object)
Package

dom.

Methods
Reader Method: tag-name ((element element))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

tag-name.

Generic Reader: target (object)
Package

dom.

Methods
Reader Method: target ((processing-instruction processing-instruction))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

target.

Generic Function: text-node-p (object)
Package

dom.

Methods
Method: text-node-p (object)
Source

rune-impl.lisp.

Method: text-node-p ((object text))
Source

rune-impl.lisp.

Generic Function: unescaped (handler data)

Called for unescaped element content. Beware dragons.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: unescaped ((handler broadcast-handler) data)
Source

sax-proxy.lisp.

Method: unescaped ((sink sink) data)
Source

unparse.lisp.

Method: unescaped ((handler null) data)
Method: unescaped (handler data)
Method: unescaped ((handler abstract-handler) data)
Method: unescaped ((handler default-handler) data)
Method: unescaped ((handler abstract-handler) data)
Generic Function: unparse-attribute (value)
Package

cxml.

Source

unparse.lisp.

Methods
Method: unparse-attribute ((value integer))
Method: unparse-attribute ((value null))
Method: unparse-attribute ((value string))
Generic Function: unparsed-entity-declaration (handler name public-id system-id notation-name)

Called when an unparsed entity declaration is seen in a DTD.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: unparsed-entity-declaration ((handler klacks-dtd-handler) name public-id system-id notation-name)
Source

klacks-impl.lisp.

Method: unparsed-entity-declaration ((handler dom-builder) name public-id system-id notation-name)
Source

rune-builder.lisp.

Method: unparsed-entity-declaration ((handler broadcast-handler) name pub sys not)
Source

sax-proxy.lisp.

Method: unparsed-entity-declaration ((handler recoder) name public-id system-id notation-name)
Source

recoder.lisp.

Method: unparsed-entity-declaration ((sink sink) name public-id system-id notation-name)
Source

unparse.lisp.

Method: unparsed-entity-declaration ((handler null) name public-id system-id notation-name)
Method: unparsed-entity-declaration (handler name public-id system-id notation-name)
Method: unparsed-entity-declaration ((handler abstract-handler) name public-id system-id notation-name)
Method: unparsed-entity-declaration ((handler content-handler) name public-id system-id notation-name)
Method: unparsed-entity-declaration ((handler abstract-handler) name public-id system-id notation-name)
Generic Function: unparsed-internal-subset (handler str)

Reports that an internal subset is present, but has not been parsed and is available as a string.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: unparsed-internal-subset ((sink sink) str)
Source

unparse.lisp.

Method: unparsed-internal-subset ((handler null) str)
Method: unparsed-internal-subset (handler str)
Method: unparsed-internal-subset ((handler abstract-handler) str)
Method: unparsed-internal-subset ((handler content-handler) str)
Method: unparsed-internal-subset ((handler abstract-handler) str)
Generic Function: value (node)
Package

dom.

Methods
Method: value ((node attribute))
Source

rune-impl.lisp.

Generic Function: (setf value) (node)
Package

dom.

Methods
Method: (setf value) ((node attribute))
Source

rune-impl.lisp.

Generic Function: xml-base (sax-parser)

Return the [Base URI] of the current element. This URI can differ from the value returned by SAX:SYSTEM-ID if xml:base attributes are present.

Package

sax.

Source

sax-handler.lisp.

Methods
Method: xml-base ((parser klacksax))
Source

klacks.lisp.

Method: xml-base ((parser cxml-parser))
Source

xml-parse.lisp.

Method: xml-base ((handler sax-parser-mixin))

5.1.5 Standalone methods

Method: attribute-name ((attribute standard-attribute))
Package

hax.

Source

sax-handler.lisp.

Method: attribute-specified-p ((attribute standard-attribute))
Package

hax.

Source

sax-handler.lisp.

Method: attribute-value ((attribute standard-attribute))
Package

hax.

Source

sax-handler.lisp.

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

hax.

Source

sax-handler.lisp.

Method: comment ((handler abstract-handler) str)
Package

hax.

Source

sax-handler.lisp.

Method: component-name ((c dummy-cxml-component))
Package

asdf/component.

Source

cxml.asd.

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

hax.

Source

sax-handler.lisp.

Method: end-element ((handler abstract-handler) name)
Package

hax.

Source

sax-handler.lisp.

Method: initialize-instance :after ((instance entity-reference) &key)
Source

rune-impl.lisp.

Method: initialize-instance :after ((instance xpath-navigator) &key)
Source

xmls-compat.lisp.

Method: initialize-instance :after ((instance sax-proxy) &key chained-handler)
Source

sax-proxy.lisp.

Method: initialize-instance :after ((instance sink) &key)
Source

unparse.lisp.

Method: initialize-instance :after ((instance catalog-parser) &key uri)
Source

catalog.lisp.

Method: initialize-instance :after ((instance tapping-source) &key)
Source

tap-source.lisp.

Method: output-files :around ((operation compile-op) (c utf8dom-file))
Package

asdf/action.

Source

cxml.asd.

Method: output-files ((operation compile-op) (c utf8dom-file))
Package

asdf/action.

Source

cxml.asd.

Method: perform :around ((o compile-op) (s closure-source-file))
Package

asdf/action.

Source

cxml.asd.

Method: perform ((operation compile-op) (c utf8dom-file))
Package

asdf/action.

Source

cxml.asd.

Method: perform ((o load-op) (c utf8dom-file))
Package

asdf/action.

Source

cxml.asd.

Method: print-object ((object element) stream)
Source

rune-impl.lisp.

Method: print-object ((object attribute) stream)
Source

rune-impl.lisp.

Method: print-object ((object stream-name) stream)
Source

xml-parse.lisp.

Method: start-document ((handler abstract-handler) name pubid sysid)
Package

hax.

Source

sax-handler.lisp.

Method: start-element ((handler abstract-handler) name attributes)
Package

hax.

Source

sax-handler.lisp.

Method: unescaped ((handler abstract-handler) data)
Package

hax.

Source

sax-handler.lisp.


5.1.6 Conditions

Condition: klacks-error
Package

klacks.

Source

klacks.lisp.

Direct superclasses

xml-parse-error.

Condition: validity-error

Reports the violation of a validity constraint.

Package

cxml.

Source

xml-parse.lisp.

Direct superclasses

xml-parse-error.

Condition: well-formedness-violation

This condition is signalled for all well-formedness violations.

Note for validating mode: Sometimes violations of well-formedness are first detected as validity errors by the parser and signalled as instances of @class{validity-error} rather
than well-formedness-violation.

Package

cxml.

Source

xml-parse.lisp.

Direct superclasses

xml-parse-error.

Direct subclasses

end-of-xstream.

Condition: xml-parse-error

Superclass of all conditions signalled by the CXML parser.

Package

cxml.

Source

xml-parse.lisp.

Direct superclasses

simple-error.

Direct subclasses

5.1.7 Classes

Class: abstract-handler
Package

sax.

Source

sax-handler.lisp.

Direct superclasses

sax-parser-mixin.

Direct subclasses
Direct methods
Class: attr
Package

dom.

Source

package.lisp.

Direct superclasses

node.

Direct subclasses

attribute.

Class: broadcast-handler

A SAX handler which passes every event it receives on to each of several chained handlers, somewhat similar to the way a @foo{broadcast-stream} works.

You can subclass @foo{broadcast-handler} to modify the events before they are being passed on. Define methods on your handler class for the events to be modified. All other events will pass through to the chained handlers unmodified.

Broadcast handler functions return the result of calling the event function on the last handler in the list. In particular,
the overall result from @foo{sax:end-document} will be ignored
for all other handlers.

@see-slot{broadcast-handler-handlers}

Package

cxml.

Source

sax-proxy.lisp.

Direct superclasses

abstract-handler.

Direct subclasses

sax-proxy.

Direct methods
Direct slots
Slot: handlers
Initargs

:handlers

Readers

broadcast-handler-handlers.

Writers

(setf broadcast-handler-handlers).

Class: cdata-section
Package

dom.

Source

package.lisp.

Direct superclasses

text.

Direct subclasses

cdata-section.

Class: character-data
Package

dom.

Source

package.lisp.

Direct superclasses

node.

Direct subclasses
Class: comment
Package

dom.

Source

package.lisp.

Direct superclasses

character-data.

Direct subclasses

comment.

Class: content-handler
Package

sax.

Source

sax-handler.lisp.

Direct superclasses

abstract-handler.

Direct subclasses
Direct methods
Class: default-handler
Package

sax.

Source

sax-handler.lisp.

Direct superclasses

content-handler.

Direct subclasses
Direct methods
Class: document
Package

dom.

Source

package.lisp.

Direct superclasses

node.

Direct subclasses

document.

Class: document-fragment
Package

dom.

Source

package.lisp.

Direct superclasses

node.

Direct subclasses

document-fragment.

Class: document-type
Package

dom.

Source

package.lisp.

Direct superclasses

node.

Direct subclasses

document-type.

Class: element
Package

dom.

Source

package.lisp.

Direct superclasses

node.

Direct subclasses

element.

Class: entity
Package

dom.

Source

package.lisp.

Direct superclasses

node.

Direct subclasses

entity.

Class: entity-reference
Package

dom.

Source

package.lisp.

Direct superclasses

node.

Direct subclasses

entity-reference.

Class: named-node-map
Package

dom.

Source

package.lisp.

Direct subclasses

named-node-map.

Class: node
Package

dom.

Source

package.lisp.

Direct subclasses
Class: notation
Package

dom.

Source

package.lisp.

Direct superclasses

node.

Direct subclasses

notation.

Class: processing-instruction
Package

dom.

Source

package.lisp.

Direct superclasses

node.

Direct subclasses

processing-instruction.

Class: sax-parser
Package

sax.

Source

sax-handler.lisp.

Direct subclasses
Class: sax-parser-mixin
Package

sax.

Source

sax-handler.lisp.

Direct subclasses

abstract-handler.

Direct methods
Direct slots
Slot: sax-parser
Readers

sax-parser.

Writers

This slot is read-only.

Class: sax-proxy

@class{sax-proxy} is a subclass of @class{broadcast-handler} which sends events to exactly one chained handler.

This class is still included for compatibility with older versions of CXML which did not include the more general @class{broadcast-handler} yet, but has been retrofitted as a subclass of the latter.

@see-slot{proxy-chained-handler}

Package

cxml.

Source

sax-proxy.lisp.

Direct superclasses

broadcast-handler.

Direct subclasses
Direct methods
Class: source
Package

klacks.

Source

klacks.lisp.

Direct subclasses
Direct slots
Slot: internal-declarations
Package

cxml.

Slot: external-declarations
Package

cxml.

Slot: dom-impl-dtd
Package

cxml.

Slot: dom-impl-entity-resolver
Package

cxml.

Class: tapping-source
Package

klacks.

Source

tap-source.lisp.

Direct superclasses

source.

Direct methods
Direct slots
Slot: upstream-source
Package

cxml.

Initargs

:upstream-source

Readers

upstream-source.

Writers

(setf upstream-source).

Slot: dribble-handler
Package

cxml.

Initargs

:dribble-handler

Readers

dribble-handler.

Writers

(setf dribble-handler).

Slot: seen-event-p
Package

cxml.

Readers

seen-event-p.

Writers

(setf seen-event-p).

Slot: document-done-p
Package

cxml.

Readers

document-done-p.

Writers

(setf document-done-p).

Class: text
Package

dom.

Source

package.lisp.

Direct superclasses

character-data.

Direct subclasses

5.2 Internals


5.2.1 Constants

Constant: +fixnum-bits+

Pessimistic approximation of the number of bits of fixnums.

Package

cxml.

Source

xml-parse.lisp.

Constant: +fixnum-mask+

Pessimistic approximation of the largest bit-mask, still being a fixnum.

Package

cxml.

Source

xml-parse.lisp.


5.2.2 Special variables

Special Variable: *catalog-dtd*
Package

cxml.

Source

catalog.lisp.

Special Variable: *clone-not-import*
Package

rune-dom.

Source

rune-impl.lisp.

Special Variable: *ctx*
Package

cxml.

Source

xml-parse.lisp.

Special Variable: *current-element*
Package

cxml.

Source

unparse.lisp.

Special Variable: *current-namespace-bindings*
Package

cxml.

Source

unparse.lisp.

Special Variable: *data-behaviour*
Package

cxml.

Source

xml-parse.lisp.

Special Variable: *default-catalog*
Package

cxml.

Source

catalog.lisp.

Special Variable: *expand-pe-p*
Package

cxml.

Source

xml-parse.lisp.

Special Variable: *external-subset-p*
Package

cxml.

Source

xml-parse.lisp.

Special Variable: *fast*
Package

cxml.

Source

xml-parse.lisp.

Special Variable: *initial-namespace-bindings*
Package

cxml.

Source

xml-parse.lisp.

Special Variable: *left-recursion*
Package

cxml.

Source

xml-parse.lisp.

Special Variable: *namespace-bindings*
Package

cxml.

Source

xml-parse.lisp.

Special Variable: *redefinition-warning*
Package

cxml.

Source

xml-parse.lisp.

Special Variable: *scratch-pad*
Package

cxml.

Source

xml-parse.lisp.

Special Variable: *scratch-pad-2*
Package

cxml.

Source

xml-parse.lisp.

Special Variable: *scratch-pad-3*
Package

cxml.

Source

xml-parse.lisp.

Special Variable: *scratch-pad-4*
Package

cxml.

Source

xml-parse.lisp.

Special Variable: *sink*
Package

cxml.

Source

unparse.lisp.

Special Variable: *unparse-namespace-bindings*
Package

cxml.

Source

unparse.lisp.

Special Variable: *validate*
Package

cxml.

Source

xml-parse.lisp.

Special Variable: *xmlns-namespace*
Package

cxml.

Source

xmlns-normalizer.lisp.


5.2.3 Macros

Macro: %* (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %+ (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %- (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %/ (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %< (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %<= (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %= (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %> (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %>= (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %and (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %ash (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %ior (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %mod (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %put-unicode-char (code-var put)
Package

cxml.

Source

xml-parse.lisp.

Macro: %rune* (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %rune+ (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %rune- (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %rune-and (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %rune-ash (a b)
Package

cxml.

Source

xml-parse.lisp.

Macro: %rune-ior (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %rune-mod (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %rune-xor (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %rune/ (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %rune< (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %rune<= (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %rune= (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %rune> (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %rune>= (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: %xor (&rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: dovector ((var vector &optional resultform) &body body)
Package

rune-dom.

Source

rune-impl.lisp.

Macro: fx-op (op &rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: fx-pred (op &rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: read-data-until* ((predicate input res res-start res-end) &body body)

Read data from ‘input’ until ‘predicate’ applied to the read char turns true. Then execute ‘body’ with ‘res’, ‘res-start’, ‘res-end’ bound to denote a subsequence (of RUNEs) containing the read portion. The rune upon which ‘predicate’ turned true is neither consumed from the stream, nor included in ‘res’.

Keep the predicate short, this it may be included more than once into the macro’s expansion.

Package

cxml.

Source

xml-parse.lisp.

Macro: rune-op (op &rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: rune-pred (op &rest xs)
Package

cxml.

Source

xml-parse.lisp.

Macro: until (test &body body)
Package

cxml.

Source

util.lisp.

Macro: while (test &body body)
Package

cxml.

Source

util.lisp.

Macro: with-open-xfile ((stream &rest open-args) &body body)
Package

cxml.

Source

xml-parse.lisp.

Macro: with-open-xstream ((var value) &body body)
Package

cxml.

Source

xml-parse.lisp.

Macro: with-restored-base-stack ((context) &body body)
Package

cxml.

Source

xml-parse.lisp.

Macro: with-rune-collector ((collect) &body body)
Package

cxml.

Source

xml-parse.lisp.

Macro: with-rune-collector-2 ((collect) &body body)
Package

cxml.

Source

xml-parse.lisp.

Macro: with-rune-collector-3 ((collect) &body body)
Package

cxml.

Source

xml-parse.lisp.

Macro: with-rune-collector-4 ((collect) &body body)
Package

cxml.

Source

xml-parse.lisp.

Macro: with-rune-collector-aux (scratch collect body mode)
Package

cxml.

Source

xml-parse.lisp.

Macro: with-rune-collector/intern ((collect) &body body)
Package

cxml.

Source

xml-parse.lisp.

Macro: with-rune-collector/raw ((collect) &body body)
Package

cxml.

Source

xml-parse.lisp.

Macro: with-scratch-pads ((&optional) &body body)
Package

cxml.

Source

xml-parse.lisp.

Macro: with-source ((source &rest slots) &body body)
Package

cxml.

Source

klacks-impl.lisp.

Macro: with-zstream ((zstream &rest args) &body body)
Package

cxml.

Source

xml-parse.lisp.


5.2.4 Ordinary functions

Function: %create-document-type (name publicid systemid)
Package

rune-dom.

Source

rune-impl.lisp.

Function: %error (class stream message)
Package

cxml.

Source

xml-parse.lisp.

Function: %make-catalog ()
Package

cxml.

Source

catalog.lisp.

Function: %make-rod-hash-table ()
Package

cxml.

Source

xml-parse.lisp.

Function: %make-source (input &key validate dtd root entity-resolver disallow-internal-subset error-culprit)
Package

cxml.

Source

klacks-impl.lisp.

Function: %rod (x)
Package

rune-dom.

Source

rune-impl.lisp.

Function: %rod= (x y)
Package

sax.

Source

sax-handler.lisp.

Function: %set-named-item (map arg test)
Package

rune-dom.

Source

rune-impl.lisp.

Function: absolute-extid (source-stream extid)
Package

cxml.

Source

xml-parse.lisp.

Function: absolute-uri (sysid source-stream)
Package

cxml.

Source

xml-parse.lisp.

Function: add-default-attribute (element adef)
Package

rune-dom.

Source

rune-impl.lisp.

Function: add-default-attributes (element)
Package

rune-dom.

Source

rune-impl.lisp.

Function: adjust-array-by-copying (old-array new-size)

Adjust an array by copying and thus ensures, that result is a SIMPLE-ARRAY.

Package

cxml.

Source

xml-parse.lisp.

Function: adjust-vector-exponentially (vector new-dimension set-fill-pointer-p)
Package

rune-dom.

Source

rune-impl.lisp.

Function: assert-writeable (node)
Package

rune-dom.

Source

rune-impl.lisp.

Function: atdoc-directory ()
Package

cxml.

Source

atdoc-configuration.lisp.

Function: atdoc-title ()
Package

cxml.

Source

atdoc-configuration.lisp.

Reader: attdef-default (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

default.

Reader: attdef-element (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

element.

Reader: attdef-external-p (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

external-p.

Reader: attdef-name (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

name.

Function: attdef-p (object)
Package

cxml.

Source

xml-parse.lisp.

Reader: attdef-type (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

type.

Function: attribute-to-string (attribute)
Package

rune-dom.

Source

rune-impl.lisp.

Function: attrname->prefix (attrname)
Package

cxml.

Source

xml-parse.lisp.

Reader: base-stack (instance)
Writer: (setf base-stack) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

base-stack.

Function: build-attribute-list (attr-alist)
Package

cxml.

Source

xml-parse.lisp.

Function: call-with-entity-expansion-as-stream (zstream cont name kind internalp)
Package

cxml.

Source

xml-parse.lisp.

Function: call-with-open-xfile (continuation &rest open-args)
Package

cxml.

Source

xml-parse.lisp.

Function: call-with-open-xstream (fn stream)
Package

cxml.

Source

xml-parse.lisp.

Function: call-with-zstream (fn zstream)
Package

cxml.

Source

xml-parse.lisp.

Function: can-adopt-p (parent child)
Package

rune-dom.

Source

rune-impl.lisp.

Function: canon-not-cdata-attval (value)
Package

cxml.

Source

xml-parse.lisp.

Reader: catalog-dtd-cache (instance)
Writer: (setf catalog-dtd-cache) (instance)
Package

cxml.

Source

catalog.lisp.

Target Slot

dtd-cache.

Reader: catalog-file-table (instance)
Writer: (setf catalog-file-table) (instance)
Package

cxml.

Source

catalog.lisp.

Target Slot

file-table.

Reader: catalog-main-files (instance)
Writer: (setf catalog-main-files) (instance)
Package

cxml.

Source

catalog.lisp.

Target Slot

main-files.

Function: catalog-p (object)
Package

cxml.

Source

catalog.lisp.

Function: check-attribute-uniqueness (attributes)
Package

cxml.

Source

xml-parse.lisp.

Function: check-rune (input actual expected)
Package

cxml.

Source

xml-parse.lisp.

Function: checked-get-entdef (name type)
Package

cxml.

Source

xml-parse.lisp.

Function: cmodel-done (actual-value)
Package

cxml.

Source

xml-parse.lisp.

Function: code-data-char-p (c)
Package

cxml.

Source

xml-parse.lisp.

Function: compile-content-model (cspec &optional continuation)
Package

cxml.

Source

xml-parse.lisp.

Function: compile-cspec (cspec &optional standalone-check)
Package

cxml.

Source

xml-parse.lisp.

Function: compile-mixed (cspec)
Package

cxml.

Source

xml-parse.lisp.

Function: compose (f g)
Package

cxml.

Source

util.lisp.

Function: compute-attributes (element xmlnsp defaultp)
Package

cxml.

Source

dom-sax.lisp.

Function: compute-attributes/lnames (node xmlnsp)
Package

cxml-xmls.

Source

xmls-compat.lisp.

Function: compute-attributes/qnames (node xmlnsp)
Package

cxml-xmls.

Source

xmls-compat.lisp.

Function: compute-base (attrs)
Package

cxml.

Source

xml-parse.lisp.

Function: consume-token (input)
Package

cxml.

Source

xml-parse.lisp.

Function: context-p (object)
Package

cxml.

Source

xml-parse.lisp.

Function: copy-attdef (instance)
Package

cxml.

Source

xml-parse.lisp.

Function: copy-catalog (instance)
Package

cxml.

Source

catalog.lisp.

Function: copy-cons (x)
Package

cxml.

Source

xml-parse.lisp.

Function: copy-context (instance)
Package

cxml.

Source

xml-parse.lisp.

Function: copy-dtd (instance)
Package

cxml.

Source

xml-parse.lisp.

Function: copy-elmdef (instance)
Package

cxml.

Source

xml-parse.lisp.

Function: copy-entdef (instance)
Package

cxml.

Source

xml-parse.lisp.

Function: copy-entry-file (instance)
Package

cxml.

Source

catalog.lisp.

Function: copy-external-entdef (instance)
Package

cxml.

Source

xml-parse.lisp.

Function: copy-extid (instance)
Package

cxml.

Source

xml-parse.lisp.

Function: copy-internal-entdef (instance)
Package

cxml.

Source

xml-parse.lisp.

Function: copy-rod-hashtable (instance)
Package

cxml.

Source

xml-parse.lisp.

Function: copy-rod-stream (instance)
Package

rune-dom.

Source

rune-impl.lisp.

Function: copy-standard-attribute (instance)
Package

sax.

Source

sax-handler.lisp.

Function: copy-stream-name (instance)
Package

cxml.

Source

xml-parse.lisp.

Function: copy-tag (instance)
Package

cxml.

Source

unparse.lisp.

Function: copy-xml-header (instance)
Package

cxml.

Source

xml-parse.lisp.

Function: copy-zstream (instance)
Package

cxml.

Source

xml-parse.lisp.

Function: curry (fun &rest args)
Package

cxml.

Source

util.lisp.

Function: data-rune-p (rune)
Package

cxml.

Source

xml-parse.lisp.

Function: declare-namespaces (attributes)
Package

cxml.

Source

xml-parse.lisp.

Function: decode-qname (qname)

decode-qname name => namespace-uri, prefix, local-name

Package

cxml.

Source

xml-parse.lisp.

Function: define-attribute (dtd element name type default)
Package

cxml.

Source

xml-parse.lisp.

Function: define-default-entities ()
Package

cxml.

Source

xml-parse.lisp.

Function: define-element (dtd element-name &optional content-model)
Package

cxml.

Source

xml-parse.lisp.

Function: define-entity (source-stream name kind def)
Package

cxml.

Source

xml-parse.lisp.

Function: define-notation (dtd name id)
Package

cxml.

Source

xml-parse.lisp.

Reader: delegate-public-entries (instance)
Writer: (setf delegate-public-entries) (instance)
Package

cxml.

Source

catalog.lisp.

Target Slot

delegate-public-entries.

Reader: delegate-system-entries (instance)
Writer: (setf delegate-system-entries) (instance)
Package

cxml.

Source

catalog.lisp.

Target Slot

delegate-system-entries.

Reader: delegate-uri-entries (instance)
Writer: (setf delegate-uri-entries) (instance)
Package

cxml.

Source

catalog.lisp.

Target Slot

delegate-uri-entries.

Function: describe-xstream (x s)
Package

cxml.

Source

xml-parse.lisp.

Reader: disallow-internal-subset (instance)
Writer: (setf disallow-internal-subset) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

disallow-internal-subset.

Function: dom-error (key fmt &rest args)
Package

rune-dom.

Source

rune-impl.lisp.

Reader: dtd (instance)
Writer: (setf dtd) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

dtd.

Reader: dtd-elements (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

elements.

Reader: dtd-gentities (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

gentities.

Reader: dtd-notations (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

notations.

Function: dtd-p (object)
Package

cxml.

Source

xml-parse.lisp.

Reader: dtd-pentities (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

pentities.

Reader: elmdef-attributes (instance)
Writer: (setf elmdef-attributes) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

attributes.

Reader: elmdef-compiled-cspec (instance)
Writer: (setf elmdef-compiled-cspec) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

compiled-cspec.

Reader: elmdef-content (instance)
Writer: (setf elmdef-content) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

content.

Reader: elmdef-external-p (instance)
Writer: (setf elmdef-external-p) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

external-p.

Reader: elmdef-name (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

name.

Function: elmdef-p (object)
Package

cxml.

Source

xml-parse.lisp.

Function: end-indentation-block (sink)
Package

cxml.

Source

unparse.lisp.

Function: ensure-doctype (sink &optional public-id system-id)
Package

cxml.

Source

unparse.lisp.

Function: ensure-dtd ()
Package

cxml.

Source

xml-parse.lisp.

Function: ensure-valid-insertion-request (node new-child)
Package

rune-dom.

Source

rune-impl.lisp.

Reader: entdef-expansion (instance)
Writer: (setf entdef-expansion) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

expansion.

Reader: entdef-external-subset-p (instance)
Writer: (setf entdef-external-subset-p) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

external-subset-p.

Reader: entdef-extid (instance)
Writer: (setf entdef-extid) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

extid.

Reader: entdef-ndata (instance)
Writer: (setf entdef-ndata) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

ndata.

Function: entdef-p (object)
Package

cxml.

Source

xml-parse.lisp.

Reader: entdef-value (instance)
Writer: (setf entdef-value) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

value.

Function: entity->xstream (zstream entity-name kind &optional internalp)
Package

cxml.

Source

xml-parse.lisp.

Reader: entity-resolver (instance)
Writer: (setf entity-resolver) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

entity-resolver.

Function: entry-file-p (object)
Package

cxml.

Source

catalog.lisp.

Function: eox (stream &optional x &rest args)
Package

cxml.

Source

xml-parse.lisp.

Function: escape-path (list)
Package

cxml.

Source

xml-parse.lisp.

Function: escape-query (pairs)
Package

cxml.

Source

xml-parse.lisp.

Function: escape-uri (string)
Package

cxml.

Source

xml-parse.lisp.

Function: expect (input category)
Package

cxml.

Source

xml-parse.lisp.

Function: extension (vector)
Package

rune-dom.

Source

rune-impl.lisp.

Function: external-entdef-p (object)
Package

cxml.

Source

xml-parse.lisp.

Function: extid-p (object)
Package

cxml.

Source

xml-parse.lisp.

Reader: extid-public (instance)

@arg[extid]{A @class{extid}} @return[publicid]{string or nil}

Returns the Public ID part of this External ID.

Package

cxml.

Source

xml-parse.lisp.

Target Slot

public.

Writer: (setf extid-public) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

public.

Reader: extid-system (instance)

@arg[extid]{A @class{extid}} @return[sytemid]{puri:uri or nil}

Returns the System ID part of this External ID.

Package

cxml.

Source

xml-parse.lisp.

Target Slot

system.

Writer: (setf extid-system) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

system.

Function: extid-using-catalog (extid)
Package

cxml.

Source

xml-parse.lisp.

Function: fast-push (new-element vector)
Package

rune-dom.

Source

rune-builder.lisp.

Function: fill-source (source)
Package

cxml.

Source

klacks-impl.lisp.

Function: find-attribute (elmdef name)
Package

cxml.

Source

xml-parse.lisp.

Function: find-catalog-file (uri catalog)
Package

cxml.

Source

catalog.lisp.

Function: find-element (name dtd)
Package

cxml.

Source

xml-parse.lisp.

Function: find-internal-entity-expansion (name)
Package

cxml.

Source

xml-parse.lisp.

Function: find-namespace-binding (prefix)
Package

cxml.

Source

xml-parse.lisp.

Function: find-namespace-declarations (attributes)
Package

cxml.

Source

xml-parse.lisp.

Function: find-notation (name dtd)
Package

cxml.

Source

xml-parse.lisp.

Function: find-unparse-namespace (prefix)
Package

cxml.

Source

unparse.lisp.

Function: fix-seen-< (input)
Package

cxml.

Source

xml-parse.lisp.

Function: flush-characters (handler)
Package

rune-dom.

Source

rune-builder.lisp.

Function: get-attribute (name attributes)
Package

cxml.

Source

xml-parse.lisp.

Function: get-attribute/lname (name attributes)
Package

cxml.

Source

catalog.lisp.

Function: get-entity-definition (entity-name kind dtd)
Package

cxml.

Source

xml-parse.lisp.

Reader: handler (instance)
Writer: (setf handler) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

handler.

Reader: id-table (instance)
Writer: (setf id-table) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

id-table.

Function: indent (sink)
Package

cxml.

Source

unparse.lisp.

Function: initialize-rod-stream (stream)
Package

rune-dom.

Source

rune-impl.lisp.

Function: intern-name (rod &optional start end)
Package

cxml.

Source

xml-parse.lisp.

Function: internal-entdef-p (object)
Package

cxml.

Source

xml-parse.lisp.

Function: internal-entity-expansion (name)
Package

cxml.

Source

xml-parse.lisp.

Function: invoke-expecting-element (fn source &optional lname uri)
Package

cxml.

Source

klacks.lisp.

Function: invoke-with-element (fn qname)
Package

cxml.

Source

unparse.lisp.

Function: invoke-with-element* (fn prefix lname &optional qname)
Package

cxml.

Source

unparse.lisp.

Function: invoke-with-namespace (fn prefix uri)
Package

cxml.

Source

unparse.lisp.

Function: invoke-with-output-sink (fn)
Package

cxml.

Source

unparse.lisp.

Function: invoke-with-xml-output (fn sink)
Package

cxml.

Source

unparse.lisp.

Function: klacks-error (fmt &rest args)
Package

cxml.

Source

klacks.lisp.

Function: klacks/content (source input cont)
Package

cxml.

Source

klacks-impl.lisp.

Function: klacks/doctype (source input)
Package

cxml.

Source

klacks-impl.lisp.

Function: klacks/element (source input cont)
Package

cxml.

Source

klacks-impl.lisp.

Function: klacks/element-2 (source input n-b cont)
Package

cxml.

Source

klacks-impl.lisp.

Function: klacks/element-3 (source input tag-values cont)
Package

cxml.

Source

klacks-impl.lisp.

Function: klacks/entity-reference (source zstream name cont)
Package

cxml.

Source

klacks-impl.lisp.

Function: klacks/entity-reference-2 (source zstream new-xstream cont)
Package

cxml.

Source

klacks-impl.lisp.

Function: klacks/eof (source input)
Package

cxml.

Source

klacks-impl.lisp.

Function: klacks/ext-parsed-ent (source input cont)
Package

cxml.

Source

klacks-impl.lisp.

Function: klacks/finish-doctype (source input)
Package

cxml.

Source

klacks-impl.lisp.

Function: klacks/misc*-2 (source input successor)
Package

cxml.

Source

klacks-impl.lisp.

Function: klacks/nil (source)
Package

cxml.

Source

klacks-impl.lisp.

Function: klacks/xmldecl (source input)
Package

cxml.

Source

klacks-impl.lisp.

Function: klacks/ztag (source cont)
Package

cxml.

Source

klacks-impl.lisp.

Package

cxml.

Source

xml-parse.lisp.

Reader: main-zstream (instance)
Writer: (setf main-zstream) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

main-zstream.

Function: make-attdef (&key element name type default external-p)
Package

cxml.

Source

xml-parse.lisp.

Function: make-buffer (&key element-type)
Package

cxml.

Source

unparse.lisp.

Function: make-context (&key handler dtd model-stack base-stack referenced-notations id-table name-hashtable standalone-p entity-resolver disallow-internal-subset main-zstream)
Package

cxml.

Source

xml-parse.lisp.

Function: make-dtd (&key elements gentities pentities notations)
Package

cxml.

Source

xml-parse.lisp.

Function: make-elmdef (&key name content attributes compiled-cspec external-p)
Package

cxml.

Source

xml-parse.lisp.

Function: make-entdef (&key)
Package

cxml.

Source

xml-parse.lisp.

Function: make-entry-file (&key system-entries rewrite-system-entries delegate-system-entries public-entries delegate-public-entries uri-entries rewrite-uri-entries delegate-uri-entries next-catalog-entries)
Package

cxml.

Source

catalog.lisp.

Function: make-external-entdef (extid ndata)
Package

cxml.

Source

xml-parse.lisp.

Function: make-internal-entdef (value)
Package

cxml.

Source

xml-parse.lisp.

Function: make-node-list (&optional initial-contents)
Package

rune-dom.

Source

rune-impl.lisp.

Function: make-rod-hashtable (&key size)
Package

cxml.

Source

xml-parse.lisp.

Function: make-rod-hashtable/low (&key size table)
Package

cxml.

Source

xml-parse.lisp.

Function: make-rod-stream (&key buf position)
Package

rune-dom.

Source

rune-impl.lisp.

Function: make-root-model (name)
Package

cxml.

Source

xml-parse.lisp.

Function: make-space (vector &optional n)
Package

rune-dom.

Source

rune-impl.lisp.

Function: make-stream-name (&key entity-name entity-kind uri)
Package

cxml.

Source

xml-parse.lisp.

Function: make-tag (name)
Package

cxml.

Source

unparse.lisp.

Function: make-uri (&rest initargs &key path query &allow-other-keys)
Package

cxml.

Source

xml-parse.lisp.

Function: make-xml-header (&key version encoding standalone-p)
Package

cxml.

Source

xml-parse.lisp.

Function: make-xmlns-attribute (prefix uri)
Package

cxml.

Source

xmlns-normalizer.lisp.

Function: make-zstream (&key token-category token-semantic input-stack)
Package

cxml.

Source

xml-parse.lisp.

Function: map-node/lnames (handler node include-xmlns-attributes)
Package

cxml-xmls.

Source

xmls-compat.lisp.

Function: map-node/qnames (handler node include-xmlns-attributes)
Package

cxml-xmls.

Source

xmls-compat.lisp.

Function: match-exact (key table &optional check-prefer)
Package

cxml.

Source

catalog.lisp.

Function: match-prefix/rewrite (key table &optional check-prefer)
Package

cxml.

Source

catalog.lisp.

Function: match-prefix/sorted (key table &optional check-prefer)
Package

cxml.

Source

catalog.lisp.

Function: maybe-add-default-attribute (element old-attr)
Package

rune-dom.

Source

rune-impl.lisp.

Function: maybe-close-tag (sink)
Package

cxml.

Source

unparse.lisp.

Function: maybe-compile-cspec (e)
Package

cxml.

Source

xml-parse.lisp.

Function: maybe-dribble (source)
Package

cxml.

Source

tap-source.lisp.

Function: maybe-emit-start-tag ()
Package

cxml.

Source

unparse.lisp.

Reader: model-stack (instance)
Writer: (setf model-stack) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

model-stack.

Function: move (from to from-start to-start length)
Package

rune-dom.

Source

rune-impl.lisp.

Function: mu (x)
Package

cxml.

Source

xml-parse.lisp.

Reader: name-hashtable (instance)
Writer: (setf name-hashtable) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

name-hashtable.

Function: name-rune-p (rune)
Package

cxml.

Source

xml-name-rune-p.lisp.

Function: name-start-rune-p (rune)
Package

cxml.

Source

xml-name-rune-p.lisp.

Function: nc-name-p (name)
Package

cxml.

Source

xml-parse.lisp.

Function: nearest-greater-prime (n)

Returns the smallest prime number no less than ‘n’.

Package

cxml.

Source

util.lisp.

Reader: next-catalog-entries (instance)
Writer: (setf next-catalog-entries) (instance)
Package

cxml.

Source

catalog.lisp.

Target Slot

next-catalog-entries.

Function: normalize-mixed-cspec (cspec)
Package

cxml.

Source

xml-parse.lisp.

Function: normalize-public (str)
Package

cxml.

Source

catalog.lisp.

Function: normalize-public-id (rod)
Package

cxml.

Source

xml-parse.lisp.

Function: normalize-uri (str)
Package

cxml.

Source

catalog.lisp.

Function: normalizer-find-prefix (handler prefix)
Package

cxml.

Source

xmlns-normalizer.lisp.

Function: normalizer-find-uri (handler uri)
Package

cxml.

Source

xmlns-normalizer.lisp.

Function: p/att-type (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/att-value (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/attdef (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/attlist-decl (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/cond-expect (input cat initial-stream)
Package

cxml.

Source

xml-parse.lisp.

Function: p/conditional-sect (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/content (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/cspec (input &optional recursivep)
Package

cxml.

Source

xml-parse.lisp.

Function: p/default-decl (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/doctype-decl (input &optional dtd-extid)
Package

cxml.

Source

xml-parse.lisp.

Function: p/document (input handler &key validate dtd root entity-resolver disallow-internal-subset recode)
Package

cxml.

Source

xml-parse.lisp.

Function: p/element (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/element-decl (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/entity-decl (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/entity-def (input kind)
Package

cxml.

Source

xml-parse.lisp.

Function: p/entity-value (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/eof (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/etag (input qname)
Package

cxml.

Source

xml-parse.lisp.

Function: p/ext-parsed-ent (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/ext-subset (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/ext-subset-decl (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/external-id (input &optional public-only-ok-p)
Package

cxml.

Source

xml-parse.lisp.

Function: p/id (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/ignore-sect (input initial-stream)
Package

cxml.

Source

xml-parse.lisp.

Function: p/include-sect (input initial-stream)
Package

cxml.

Source

xml-parse.lisp.

Function: p/list (input item-parser delimiter)
Package

cxml.

Source

xml-parse.lisp.

Function: p/markup-decl (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/markup-decl-unsafe (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/misc*-2 (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/name (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/nmtoken (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/notation-decl (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/pubid-literal (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/s (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/s? (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/system-literal (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/sztag (input)
Package

cxml.

Source

xml-parse.lisp.

Function: p/xmldecl (input)
Package

cxml.

Source

xml-parse.lisp.

Function: parse-catalog-file (uri)
Package

cxml.

Source

catalog.lisp.

Function: parse-catalog-file/strict (uri)
Package

cxml.

Source

catalog.lisp.

Function: parse-name.type (str)
Package

cxml.

Source

xml-parse.lisp.

Function: parse-text-decl (content)
Package

cxml.

Source

xml-parse.lisp.

Function: parse-xml-decl (content)
Package

cxml.

Source

xml-parse.lisp.

Function: parse-xstream (xstream handler &rest args)
Package

cxml.

Source

xml-parse.lisp.

Function: parser-stream-name (parser)
Package

cxml.

Source

xml-parse.lisp.

Function: parser-xstream (parser)
Package

cxml.

Source

xml-parse.lisp.

Function: pathname-to-uri (pathname)
Package

cxml.

Source

xml-parse.lisp.

Function: peek-token (input)
Package

cxml.

Source

xml-parse.lisp.

Function: primep (n)

Returns true, iff ‘n’ is prime.

Package

cxml.

Source

util.lisp.

Function: print-stream-name (object stream depth)
Package

cxml.

Source

xml-parse.lisp.

Function: process-attributes (ctx name attlist)
Package

cxml.

Source

xml-parse.lisp.

Function: process-cdata-section (input)
Package

cxml.

Source

xml-parse.lisp.

Function: process-characters (input sem)
Package

cxml.

Source

xml-parse.lisp.

Function: pubid-char-p (c)
Package

cxml.

Source

xml-parse.lisp.

Reader: public-entries (instance)
Writer: (setf public-entries) (instance)
Package

cxml.

Source

catalog.lisp.

Target Slot

public-entries.

Function: put-rod (rod rod-stream)
Package

rune-dom.

Source

rune-impl.lisp.

Function: query-value (name alist)
Package

cxml.

Source

xml-parse.lisp.

Function: rcurry (fun &rest args)
Package

cxml.

Source

util.lisp.

Function: read-att-value (zinput input mode &optional canon-space-p delim)
Package

cxml.

Source

xml-parse.lisp.

Function: read-att-value-2 (input)
Package

cxml.

Source

xml-parse.lisp.

Function: read-attribute (zinput input)
Package

cxml.

Source

xml-parse.lisp.

Function: read-attribute-list (zinput input imagine-space-p)
Package

cxml.

Source

xml-parse.lisp.

Function: read-cdata (input)
Package

cxml.

Source

xml-parse.lisp.

Function: read-cdata-sect (input)
Package

cxml.

Source

xml-parse.lisp.

Function: read-character-reference (input)
Package

cxml.

Source

xml-parse.lisp.

Function: read-comment-content (input)
Package

cxml.

Source

xml-parse.lisp.

Function: read-entity-like (input)

Read an entity reference off the xstream ‘input’. Returns two values: either :ENTITY-REFERENCE <interned-rod> in case of a named entity or :CHARACTER-REFERENCE <integer> in case of character references. The initial #\& is considered to be consumed already.

Package

cxml.

Source

xml-parse.lisp.

Function: read-name-token (input)
Package

cxml.

Source

xml-parse.lisp.

Function: read-pe-reference (zinput)
Package

cxml.

Source

xml-parse.lisp.

Function: read-pi (input)
Package

cxml.

Source

xml-parse.lisp.

Function: read-pi-content (input)
Package

cxml.

Source

xml-parse.lisp.

Function: read-s? (input)
Package

cxml.

Source

xml-parse.lisp.

Function: read-tag-2 (zinput input kind)
Package

cxml.

Source

xml-parse.lisp.

Function: read-token (input)
Package

cxml.

Source

xml-parse.lisp.

Function: read-token-2 (input)
Package

cxml.

Source

xml-parse.lisp.

Function: read-token-3 (zinput)
Package

cxml.

Source

xml-parse.lisp.

Function: read-token-after-< (zinput input)
Package

cxml.

Source

xml-parse.lisp.

Function: read-token-after-<! (input)
Package

cxml.

Source

xml-parse.lisp.

Function: real-rod (x)
Package

rune-dom.

Source

rune-impl.lisp.

Function: recurse-on-entity (zstream name kind continuation &optional internalp)
Package

cxml.

Source

xml-parse.lisp.

Reader: referenced-notations (instance)
Writer: (setf referenced-notations) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

referenced-notations.

Function: rename-attribute (a new-prefix)
Package

cxml.

Source

xmlns-normalizer.lisp.

Function: report-cached-dtd (dtd)
Package

cxml.

Source

xml-parse.lisp.

Function: report-entity (h kind name def)
Package

cxml.

Source

xml-parse.lisp.

Function: resolve-entity (name handler dtd)
Package

cxml.

Source

xml-parse.lisp.

Function: resolve-synonym-stream (stream)
Package

cxml.

Source

xml-parse.lisp.

Reader: rewrite-system-entries (instance)
Writer: (setf rewrite-system-entries) (instance)
Package

cxml.

Source

catalog.lisp.

Target Slot

rewrite-system-entries.

Reader: rewrite-uri-entries (instance)
Writer: (setf rewrite-uri-entries) (instance)
Package

cxml.

Source

catalog.lisp.

Target Slot

rewrite-uri-entries.

Function: rod-hash (rod start end)

Compute a hash code out of a rod.

Package

cxml.

Source

xml-parse.lisp.

Function: rod-hash-get (hashtable rod &optional start end)
Package

cxml.

Source

xml-parse.lisp.

Function: (setf rod-hash-get) (hashtable rod &optional start end)
Package

cxml.

Source

xml-parse.lisp.

Function: rod-hash-set (new-value hashtable rod &optional start end)
Package

cxml.

Source

xml-parse.lisp.

Function: rod-hashtable-p (object)
Package

cxml.

Source

xml-parse.lisp.

Reader: rod-hashtable-size (instance)
Writer: (setf rod-hashtable-size) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

size.

Reader: rod-hashtable-table (instance)
Writer: (setf rod-hashtable-table) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

table.

Function: rod-starts-with (prefix rod)
Package

cxml.

Source

xml-parse.lisp.

Reader: rod-stream-buf (instance)
Writer: (setf rod-stream-buf) (instance)
Package

rune-dom.

Source

rune-impl.lisp.

Target Slot

buf.

Function: rod-stream-p (object)
Package

rune-dom.

Source

rune-impl.lisp.

Reader: rod-stream-position (instance)
Writer: (setf rod-stream-position) (instance)
Package

rune-dom.

Source

rune-impl.lisp.

Target Slot

position.

Function: rod-subseq* (source start &optional end)
Package

cxml.

Source

xml-parse.lisp.

Function: rod-subseq** (source start &optional end)
Package

cxml.

Source

xml-parse.lisp.

Function: rod=* (x y &key start1 end1 start2 end2)
Package

cxml.

Source

xml-parse.lisp.

Function: rod=** (x y start1 end1 start2 end2)
Package

cxml.

Source

xml-parse.lisp.

Function: safe-parse-uri (str)
Package

cxml.

Source

xml-parse.lisp.

Function: safe-split-qname (qname uri)
Package

rune-dom.

Source

rune-impl.lisp.

Function: safe-stream-sysid (stream)
Package

cxml.

Source

xml-parse.lisp.

Function: serialize-declaration-kludge (list handler)
Package

cxml.

Source

klacks.lisp.

Function: set-attribute-namespace (attribute)
Package

cxml.

Source

xml-parse.lisp.

Function: set-entity (handler name pid sid notation)
Package

rune-dom.

Source

rune-builder.lisp.

Function: set-full-speed (input)
Package

cxml.

Source

xml-parse.lisp.

Function: setp (list &key test)
Package

cxml.

Source

xml-parse.lisp.

Function: setup-encoding (input xml-header)
Package

cxml.

Source

xml-parse.lisp.

Function: sink-fresh-line (sink)
Package

cxml.

Source

unparse.lisp.

Function: sink-write-escapable-rod (rod sink &key start end)
Package

cxml.

Source

unparse.lisp.

Function: sink-write-escapable-rod/attribute (rod sink &key start end)
Package

cxml.

Source

unparse.lisp.

Function: sink-write-escapable-rod/canonical (rod sink &key start end)
Package

cxml.

Source

unparse.lisp.

Function: sink-write-escapable-rod/dtd (rod sink &key start end)
Package

cxml.

Source

unparse.lisp.

Function: sink-write-rod (r sink)
Package

cxml.

Source

unparse.lisp.

Function: sink-write-rune (c sink)
Package

cxml.

Source

unparse.lisp.

Function: source-stream-name (source)
Package

cxml.

Source

klacks-impl.lisp.

Function: source-xstream (source)
Package

cxml.

Source

klacks-impl.lisp.

Function: space-rune-p (rune)
Package

cxml.

Source

xml-parse.lisp.

Function: specific-or (component &optional alternative)
Package

cxml.

Source

xml-parse.lisp.

Function: split-names (rod)
Package

cxml.

Source

xml-parse.lisp.

Function: split-qname (qname)
Package

cxml.

Source

xml-parse.lisp.

Function: split-sequence-if (predicate seq &key count remove-empty-subseqs from-end start end key)
Package

cxml.

Source

split-sequence.lisp.

Function: standalone-check-necessary-p (def)
Package

cxml.

Source

xml-parse.lisp.

Reader: standalone-p (instance)
Writer: (setf standalone-p) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

standalone-p.

Reader: standard-attribute-local-name (instance)
Writer: (setf standard-attribute-local-name) (instance)
Package

sax.

Source

sax-handler.lisp.

Target Slot

local-name.

Reader: standard-attribute-namespace-uri (instance)
Writer: (setf standard-attribute-namespace-uri) (instance)
Package

sax.

Source

sax-handler.lisp.

Target Slot

namespace-uri.

Function: standard-attribute-p (object)
Package

sax.

Source

sax-handler.lisp.

Reader: standard-attribute-qname (instance)
Writer: (setf standard-attribute-qname) (instance)
Package

sax.

Source

sax-handler.lisp.

Target Slot

qname.

Reader: standard-attribute-specified-p (instance)
Writer: (setf standard-attribute-specified-p) (instance)
Package

sax.

Source

sax-handler.lisp.

Target Slot

specified-p.

Reader: standard-attribute-value (instance)
Writer: (setf standard-attribute-value) (instance)
Package

sax.

Source

sax-handler.lisp.

Target Slot

value.

Function: start-indentation-block (sink)
Package

cxml.

Source

unparse.lisp.

Function: starts-with-p (string prefix)
Package

cxml.

Source

catalog.lisp.

Function: stir (a b)
Package

cxml.

Source

xml-parse.lisp.

Reader: stream-name-entity-kind (instance)
Writer: (setf stream-name-entity-kind) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

entity-kind.

Reader: stream-name-entity-name (instance)
Writer: (setf stream-name-entity-name) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

entity-name.

Function: stream-name-p (object)
Package

cxml.

Source

xml-parse.lisp.

Reader: stream-name-uri (instance)
Writer: (setf stream-name-uri) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

uri.

Function: string->xstream (string)
Package

cxml.

Source

xml-parse.lisp.

Function: string-or (str &optional alternative)
Package

cxml.

Source

xml-parse.lisp.

Function: synthesize-doctype (dtd input)
Package

cxml.

Source

xml-parse.lisp.

Reader: system-entries (instance)
Writer: (setf system-entries) (instance)
Package

cxml.

Source

catalog.lisp.

Target Slot

system-entries.

Reader: tag-have-gt (instance)
Writer: (setf tag-have-gt) (instance)
Package

cxml.

Source

unparse.lisp.

Target Slot

have-gt.

Reader: tag-n-children (instance)
Writer: (setf tag-n-children) (instance)
Package

cxml.

Source

unparse.lisp.

Target Slot

n-children.

Reader: tag-name (instance)
Writer: (setf tag-name) (instance)
Package

cxml.

Source

unparse.lisp.

Target Slot

name.

Function: tag-p (object)
Package

cxml.

Source

unparse.lisp.

Function: undeclare-namespaces (ns-decls)
Package

cxml.

Source

xml-parse.lisp.

Function: unparse-indented-text (data sink)
Package

cxml.

Source

unparse.lisp.

Function: unwrap-publicid (str)
Package

cxml.

Source

catalog.lisp.

Reader: uri-entries (instance)
Writer: (setf uri-entries) (instance)
Package

cxml.

Source

catalog.lisp.

Target Slot

uri-entries.

Function: uri-parsed-query (uri)
Package

cxml.

Source

xml-parse.lisp.

Function: uri-rod (uri)
Package

cxml.

Source

xml-parse.lisp.

Function: uri-to-pathname (uri)
Package

cxml.

Source

xml-parse.lisp.

Function: valid-name-p (x)
Package

rune-dom.

Source

rune-impl.lisp.

Function: valid-name-p (rod)
Package

cxml.

Source

xml-name-rune-p.lisp.

Function: valid-nmtoken-p (rod)
Package

cxml.

Source

xml-name-rune-p.lisp.

Function: validate-attribute (ctx e a)
Package

cxml.

Source

xml-parse.lisp.

Function: validate-attribute* (ctx adef value)
Package

cxml.

Source

xml-parse.lisp.

Function: validate-characters (ctx rod)
Package

cxml.

Source

xml-parse.lisp.

Function: validate-end-element (ctx name)
Package

cxml.

Source

xml-parse.lisp.

Function: validate-entity (value)
Package

cxml.

Source

xml-parse.lisp.

Function: validate-idref (ctx value)
Package

cxml.

Source

xml-parse.lisp.

Function: validate-nmtoken (value)
Package

cxml.

Source

xml-parse.lisp.

Function: validate-start-element (ctx name)
Package

cxml.

Source

xml-parse.lisp.

Function: wf-error (stream fmt &rest args)
Package

cxml.

Source

xml-parse.lisp.

Function: write-quoted-rod (x sink)
Package

cxml.

Source

unparse.lisp.

Reader: xml-header-encoding (instance)
Writer: (setf xml-header-encoding) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

encoding.

Function: xml-header-p (object)
Package

cxml.

Source

xml-parse.lisp.

Reader: xml-header-standalone-p (instance)
Writer: (setf xml-header-standalone-p) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

standalone-p.

Reader: xml-header-version (instance)
Writer: (setf xml-header-version) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

version.

Function: xmlns-attr-p (attr-name)
Package

cxml.

Source

xml-parse.lisp.

Function: xstream-open-extid (extid)
Package

cxml.

Source

xml-parse.lisp.

Function: xstream-open-extid* (entity-resolver pubid sysid)
Package

cxml.

Source

xml-parse.lisp.

Function: zstream-base-sysid (zstream)
Package

cxml.

Source

xml-parse.lisp.

Reader: zstream-input-stack (instance)
Writer: (setf zstream-input-stack) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

input-stack.

Function: zstream-p (object)
Package

cxml.

Source

xml-parse.lisp.

Function: zstream-push (new-xstream zstream)
Package

cxml.

Source

xml-parse.lisp.

Reader: zstream-token-category (instance)
Writer: (setf zstream-token-category) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

token-category.

Reader: zstream-token-semantic (instance)
Writer: (setf zstream-token-semantic) (instance)
Package

cxml.

Source

xml-parse.lisp.

Target Slot

token-semantic.


5.2.5 Generic functions

Generic Reader: %internal-subset (object)
Package

dom.

Methods
Reader Method: %internal-subset ((document-type document-type))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

%internal-subset.

Generic Writer: (setf %internal-subset) (object)
Package

dom.

Methods
Writer Method: (setf %internal-subset) ((document-type document-type))

automatically generated writer method

Source

rune-impl.lisp.

Target Slot

%internal-subset.

Generic Function: base (handler)
Package

cxml.

Methods
Method: base ((handler catalog-parser))
Source

catalog.lisp.

Generic Reader: canonical (object)
Package

cxml.

Methods
Reader Method: canonical ((sink sink))

automatically generated reader method

Source

unparse.lisp.

Target Slot

canonical.

Generic Writer: (setf canonical) (object)
Package

cxml.

Methods
Writer Method: (setf canonical) ((sink sink))

automatically generated writer method

Source

unparse.lisp.

Target Slot

canonical.

Generic Reader: catalog-base-stack (object)
Package

cxml.

Methods
Reader Method: catalog-base-stack ((catalog-parser catalog-parser))

automatically generated reader method

Source

catalog.lisp.

Target Slot

catalog-base-stack.

Generic Writer: (setf catalog-base-stack) (object)
Package

cxml.

Methods
Writer Method: (setf catalog-base-stack) ((catalog-parser catalog-parser))

automatically generated writer method

Source

catalog.lisp.

Target Slot

catalog-base-stack.

Generic Reader: cdatap (object)
Package

cxml.

Methods
Reader Method: cdatap ((validator validator))

automatically generated reader method

Source

xml-parse.lisp.

Target Slot

cdatap.

Generic Writer: (setf cdatap) (object)
Package

cxml.

Methods
Writer Method: (setf cdatap) ((validator validator))

automatically generated writer method

Source

xml-parse.lisp.

Target Slot

cdatap.

Generic Reader: chained-handler (object)
Package

cxml.

Methods
Reader Method: chained-handler ((recoder recoder))

automatically generated reader method

Source

recoder.lisp.

Target Slot

chained-handler.

Generic Writer: (setf chained-handler) (object)
Package

cxml.

Methods
Writer Method: (setf chained-handler) ((recoder recoder))

automatically generated writer method

Source

recoder.lisp.

Target Slot

chained-handler.

Generic Reader: context (object)
Package

cxml.

Methods
Reader Method: context ((validator validator))

automatically generated reader method

Source

xml-parse.lisp.

Target Slot

context.

Generic Writer: (setf context) (object)
Package

cxml.

Methods
Writer Method: (setf context) ((validator validator))

automatically generated writer method

Source

xml-parse.lisp.

Target Slot

context.

Generic Reader: current-indentation (object)
Package

cxml.

Methods
Reader Method: current-indentation ((sink sink))

automatically generated reader method

Source

unparse.lisp.

Target Slot

current-indentation.

Generic Writer: (setf current-indentation) (object)
Package

cxml.

Methods
Writer Method: (setf current-indentation) ((sink sink))

automatically generated writer method

Source

unparse.lisp.

Target Slot

current-indentation.

Generic Reader: document (object)
Package

rune-dom.

Methods
Reader Method: document ((dom-builder dom-builder))

automatically generated reader method

Source

rune-builder.lisp.

Target Slot

document.

Generic Writer: (setf document) (object)
Package

rune-dom.

Methods
Writer Method: (setf document) ((dom-builder dom-builder))

automatically generated writer method

Source

rune-builder.lisp.

Target Slot

document.

Generic Reader: document-done-p (object)
Package

cxml.

Methods
Reader Method: document-done-p ((tapping-source tapping-source))

automatically generated reader method

Source

tap-source.lisp.

Target Slot

document-done-p.

Generic Writer: (setf document-done-p) (object)
Package

cxml.

Methods
Writer Method: (setf document-done-p) ((tapping-source tapping-source))

automatically generated writer method

Source

tap-source.lisp.

Target Slot

document-done-p.

Generic Reader: dom-exception-arguments (condition)
Package

rune-dom.

Methods
Reader Method: dom-exception-arguments ((condition dom-exception))
Source

rune-impl.lisp.

Target Slot

arguments.

Generic Reader: dom-exception-key (condition)
Package

rune-dom.

Methods
Reader Method: dom-exception-key ((condition dom-exception))
Source

rune-impl.lisp.

Target Slot

key.

Generic Reader: dom-exception-string (condition)
Package

rune-dom.

Methods
Reader Method: dom-exception-string ((condition dom-exception))
Source

rune-impl.lisp.

Target Slot

string.

Generic Reader: dribble-handler (object)
Package

cxml.

Methods
Reader Method: dribble-handler ((tapping-source tapping-source))

automatically generated reader method

Source

tap-source.lisp.

Target Slot

dribble-handler.

Generic Writer: (setf dribble-handler) (object)
Package

cxml.

Methods
Writer Method: (setf dribble-handler) ((tapping-source tapping-source))

automatically generated writer method

Source

tap-source.lisp.

Target Slot

dribble-handler.

Generic Reader: dtd (object)
Package

rune-dom.

Methods
Reader Method: dtd ((document document))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

dtd.

Generic Function: dtd (handler dtd)
Package

sax.

Source

sax-handler.lisp.

Methods
Method: dtd ((handler klacks-dtd-handler) dtd)
Source

klacks-impl.lisp.

Method: dtd ((handler dom-builder) dtd)
Source

rune-builder.lisp.

Method: dtd ((handler broadcast-handler) dtd)
Source

sax-proxy.lisp.

Method: dtd ((handler whitespace-normalizer) dtd)
Source

space-normalizer.lisp.

Method: dtd ((handler recoder) dtd)
Source

recoder.lisp.

Method: dtd ((handler null) dtd)
Method: dtd (handler dtd)
Method: dtd ((handler abstract-handler) dtd)
Method: dtd ((handler content-handler) dtd)
Method: dtd ((handler abstract-handler) dtd)
Generic Reader: element-stack (object)
Package

rune-dom.

Methods
Reader Method: element-stack ((dom-builder dom-builder))

automatically generated reader method

Source

rune-builder.lisp.

Target Slot

element-stack.

Generic Writer: (setf element-stack) (object)
Package

rune-dom.

Methods
Writer Method: (setf element-stack) ((dom-builder dom-builder))

automatically generated writer method

Source

rune-builder.lisp.

Target Slot

element-stack.

Generic Reader: element-stack (object)
Package

cxml-xmls.

Methods
Reader Method: element-stack ((xmls-builder xmls-builder))

automatically generated reader method

Source

xmls-compat.lisp.

Target Slot

element-stack.

Generic Writer: (setf element-stack) (object)
Package

cxml-xmls.

Methods
Writer Method: (setf element-stack) ((xmls-builder xmls-builder))

automatically generated writer method

Source

xmls-compat.lisp.

Target Slot

element-stack.

Generic Function: get-elements-by-tag-name-internal (node tag-name)
Package

rune-dom.

Methods
Method: get-elements-by-tag-name-internal (node tag-name)
Source

rune-impl.lisp.

Generic Function: get-elements-by-tag-name-internal-ns (node uri lname)
Package

rune-dom.

Methods
Method: get-elements-by-tag-name-internal-ns (node uri lname)
Source

rune-impl.lisp.

Generic Reader: handler-internal-subset-p (object)
Package

cxml.

Methods
Reader Method: handler-internal-subset-p ((klacks-dtd-handler klacks-dtd-handler))

automatically generated reader method

Source

klacks-impl.lisp.

Target Slot

internal-subset-p.

Generic Writer: (setf handler-internal-subset-p) (object)
Package

cxml.

Methods
Writer Method: (setf handler-internal-subset-p) ((klacks-dtd-handler klacks-dtd-handler))

automatically generated writer method

Source

klacks-impl.lisp.

Target Slot

internal-subset-p.

Generic Reader: handler-source (object)
Package

cxml.

Methods
Reader Method: handler-source ((klacks-dtd-handler klacks-dtd-handler))

automatically generated reader method

Source

klacks-impl.lisp.

Target Slot

handler-source.

Generic Reader: have-doctype (object)
Package

cxml.

Methods
Reader Method: have-doctype ((sink sink))

automatically generated reader method

Source

unparse.lisp.

Target Slot

have-doctype.

Generic Writer: (setf have-doctype) (object)
Package

cxml.

Methods
Writer Method: (setf have-doctype) ((sink sink))

automatically generated writer method

Source

unparse.lisp.

Target Slot

have-doctype.

Generic Reader: have-internal-subset (object)
Package

cxml.

Methods
Reader Method: have-internal-subset ((sink sink))

automatically generated reader method

Source

unparse.lisp.

Target Slot

have-internal-subset.

Generic Writer: (setf have-internal-subset) (object)
Package

cxml.

Methods
Writer Method: (setf have-internal-subset) ((sink sink))

automatically generated writer method

Source

unparse.lisp.

Target Slot

have-internal-subset.

Generic Function: import-node-internal (class document node deep &rest initargs)
Package

rune-dom.

Methods
Method: import-node-internal (class document node deep &rest initargs)
Source

rune-impl.lisp.

Generic Reader: include-default-values (object)
Package

cxml-xmls.

Methods
Reader Method: include-default-values ((xmls-builder xmls-builder))

automatically generated reader method

Source

xmls-compat.lisp.

Target Slot

include-default-values.

Generic Writer: (setf include-default-values) (object)
Package

cxml-xmls.

Methods
Writer Method: (setf include-default-values) ((xmls-builder xmls-builder))

automatically generated writer method

Source

xmls-compat.lisp.

Target Slot

include-default-values.

Generic Reader: include-namespace-uri (object)
Package

cxml-xmls.

Methods
Reader Method: include-namespace-uri ((xmls-builder xmls-builder))

automatically generated reader method

Source

xmls-compat.lisp.

Target Slot

include-namespace-uri.

Generic Writer: (setf include-namespace-uri) (object)
Package

cxml-xmls.

Methods
Writer Method: (setf include-namespace-uri) ((xmls-builder xmls-builder))

automatically generated writer method

Source

xmls-compat.lisp.

Target Slot

include-namespace-uri.

Generic Reader: indentation (object)
Package

cxml.

Methods
Reader Method: indentation ((sink sink))

automatically generated reader method

Source

unparse.lisp.

Target Slot

indentation.

Generic Writer: (setf indentation) (object)
Package

cxml.

Methods
Writer Method: (setf indentation) ((sink sink))

automatically generated writer method

Source

unparse.lisp.

Target Slot

indentation.

Generic Reader: internal-subset (object)
Package

rune-dom.

Methods
Reader Method: internal-subset ((dom-builder dom-builder))

automatically generated reader method

Source

rune-builder.lisp.

Target Slot

internal-subset.

Generic Writer: (setf internal-subset) (object)
Package

rune-dom.

Methods
Writer Method: (setf internal-subset) ((dom-builder dom-builder))

automatically generated writer method

Source

rune-builder.lisp.

Target Slot

internal-subset.

Generic Reader: name-for-dtd (object)
Package

cxml.

Methods
Reader Method: name-for-dtd ((sink sink))

automatically generated reader method

Source

unparse.lisp.

Target Slot

name-for-dtd.

Generic Writer: (setf name-for-dtd) (object)
Package

cxml.

Methods
Writer Method: (setf name-for-dtd) ((sink sink))

automatically generated writer method

Source

unparse.lisp.

Target Slot

name-for-dtd.

Generic Reader: next (object)
Package

cxml.

Methods
Reader Method: next ((catalog-parser catalog-parser))

automatically generated reader method

Source

catalog.lisp.

Target Slot

next.

Generic Writer: (setf next) (object)
Package

cxml.

Methods
Writer Method: (setf next) ((catalog-parser catalog-parser))

automatically generated writer method

Source

catalog.lisp.

Target Slot

next.

Generic Reader: notations (object)
Package

cxml.

Methods
Reader Method: notations ((sink sink))

automatically generated reader method

Source

unparse.lisp.

Target Slot

notations.

Generic Writer: (setf notations) (object)
Package

cxml.

Methods
Writer Method: (setf notations) ((sink sink))

automatically generated writer method

Source

unparse.lisp.

Target Slot

notations.

Generic Function: prefer (handler)
Package

cxml.

Methods
Method: prefer ((handler catalog-parser))
Source

catalog.lisp.

Generic Reader: prefer-stack (object)
Package

cxml.

Methods
Reader Method: prefer-stack ((catalog-parser catalog-parser))

automatically generated reader method

Source

catalog.lisp.

Target Slot

prefer-stack.

Generic Writer: (setf prefer-stack) (object)
Package

cxml.

Methods
Writer Method: (setf prefer-stack) ((catalog-parser catalog-parser))

automatically generated writer method

Source

catalog.lisp.

Target Slot

prefer-stack.

Generic Reader: previous-notation (object)
Package

cxml.

Methods
Reader Method: previous-notation ((sink sink))

automatically generated reader method

Source

unparse.lisp.

Target Slot

previous-notation.

Generic Writer: (setf previous-notation) (object)
Package

cxml.

Methods
Writer Method: (setf previous-notation) ((sink sink))

automatically generated writer method

Source

unparse.lisp.

Target Slot

previous-notation.

Generic Reader: read-only-p (object)
Package

rune-dom.

Methods
Reader Method: read-only-p ((named-node-map named-node-map))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

read-only-p.

Reader Method: read-only-p ((node node))

automatically generated reader method

Source

rune-impl.lisp.

Target Slot

read-only-p.

Generic Reader: recoder (object)
Package

cxml.

Methods
Reader Method: recoder ((recoder recoder))

automatically generated reader method

Source

recoder.lisp.

Target Slot

recoder.

Generic Writer: (setf recoder) (object)
Package

cxml.

Methods
Writer Method: (setf recoder) ((recoder recoder))

automatically generated writer method

Source

recoder.lisp.

Target Slot

recoder.

Generic Reader: result (object)
Package

cxml.

Methods
Reader Method: result ((catalog-parser catalog-parser))

automatically generated reader method

Source

catalog.lisp.

Target Slot

result.

Generic Writer: (setf result) (object)
Package

cxml.

Methods
Writer Method: (setf result) ((catalog-parser catalog-parser))

automatically generated writer method

Source

catalog.lisp.

Target Slot

result.

Generic Reader: root (object)
Package

cxml-xmls.

Methods
Reader Method: root ((xmls-builder xmls-builder))

automatically generated reader method

Source

xmls-compat.lisp.

Target Slot

root.

Generic Writer: (setf root) (object)
Package

cxml-xmls.

Methods
Writer Method: (setf root) ((xmls-builder xmls-builder))

automatically generated writer method

Source

xmls-compat.lisp.

Target Slot

root.

Generic Reader: seen-event-p (object)
Package

cxml.

Methods
Reader Method: seen-event-p ((tapping-source tapping-source))

automatically generated reader method

Source

tap-source.lisp.

Target Slot

seen-event-p.

Generic Writer: (setf seen-event-p) (object)
Package

cxml.

Methods
Writer Method: (setf seen-event-p) ((tapping-source tapping-source))

automatically generated writer method

Source

tap-source.lisp.

Target Slot

seen-event-p.

Generic Reader: sink-ystream (object)
Package

cxml.

Methods
Reader Method: sink-ystream ((sink sink))

automatically generated reader method

Source

unparse.lisp.

Target Slot

ystream.

Generic Writer: (setf sink-ystream) (object)
Package

cxml.

Methods
Writer Method: (setf sink-ystream) ((sink sink))

automatically generated writer method

Source

unparse.lisp.

Target Slot

ystream.

Generic Reader: stack (object)
Package

cxml.

Methods
Reader Method: stack ((sink sink))

automatically generated reader method

Source

unparse.lisp.

Target Slot

stack.

Generic Writer: (setf stack) (object)
Package

cxml.

Methods
Writer Method: (setf stack) ((sink sink))

automatically generated writer method

Source

unparse.lisp.

Target Slot

stack.

Generic Reader: text-buffer (object)
Package

rune-dom.

Methods
Reader Method: text-buffer ((dom-builder dom-builder))

automatically generated reader method

Source

rune-builder.lisp.

Target Slot

text-buffer.

Generic Writer: (setf text-buffer) (object)
Package

rune-dom.

Methods
Writer Method: (setf text-buffer) ((dom-builder dom-builder))

automatically generated writer method

Source

rune-builder.lisp.

Target Slot

text-buffer.

Generic Reader: upstream-source (object)
Package

cxml.

Methods
Reader Method: upstream-source ((tapping-source tapping-source))

automatically generated reader method

Source

tap-source.lisp.

Target Slot

upstream-source.

Generic Writer: (setf upstream-source) (object)
Package

cxml.

Methods
Writer Method: (setf upstream-source) ((tapping-source tapping-source))

automatically generated writer method

Source

tap-source.lisp.

Target Slot

upstream-source.

Generic Reader: width (object)
Package

cxml.

Methods
Reader Method: width ((sink sink))

automatically generated reader method

Source

unparse.lisp.

Target Slot

width.

Generic Writer: (setf width) (object)
Package

cxml.

Methods
Writer Method: (setf width) ((sink sink))

automatically generated writer method

Source

unparse.lisp.

Target Slot

width.

Generic Function: write-attribute-child (node stream)
Package

rune-dom.

Methods
Method: write-attribute-child ((node entity-reference) stream)
Source

rune-impl.lisp.

Method: write-attribute-child ((node node) stream)
Source

rune-impl.lisp.

Generic Reader: xml-space-attributes (object)
Package

cxml.

Methods
Reader Method: xml-space-attributes ((whitespace-normalizer whitespace-normalizer))

automatically generated reader method

Source

space-normalizer.lisp.

Target Slot

attributes.

Generic Writer: (setf xml-space-attributes) (object)
Package

cxml.

Methods
Writer Method: (setf xml-space-attributes) ((whitespace-normalizer whitespace-normalizer))

automatically generated writer method

Source

space-normalizer.lisp.

Target Slot

attributes.

Generic Reader: xml-space-dtd (object)
Package

cxml.

Methods
Reader Method: xml-space-dtd ((whitespace-normalizer whitespace-normalizer))

automatically generated reader method

Source

space-normalizer.lisp.

Target Slot

dtd.

Generic Writer: (setf xml-space-dtd) (object)
Package

cxml.

Methods
Writer Method: (setf xml-space-dtd) ((whitespace-normalizer whitespace-normalizer))

automatically generated writer method

Source

space-normalizer.lisp.

Target Slot

dtd.

Generic Reader: xml-space-models (object)
Package

cxml.

Methods
Reader Method: xml-space-models ((whitespace-normalizer whitespace-normalizer))

automatically generated reader method

Source

space-normalizer.lisp.

Target Slot

models.

Generic Writer: (setf xml-space-models) (object)
Package

cxml.

Methods
Writer Method: (setf xml-space-models) ((whitespace-normalizer whitespace-normalizer))

automatically generated writer method

Source

space-normalizer.lisp.

Target Slot

models.

Generic Reader: xmlns-stack (object)
Package

cxml.

Methods
Reader Method: xmlns-stack ((namespace-normalizer namespace-normalizer))

automatically generated reader method

Source

xmlns-normalizer.lisp.

Target Slot

xmlns-stack.

Generic Writer: (setf xmlns-stack) (object)
Package

cxml.

Methods
Writer Method: (setf xmlns-stack) ((namespace-normalizer namespace-normalizer))

automatically generated writer method

Source

xmlns-normalizer.lisp.

Target Slot

xmlns-stack.


5.2.6 Conditions

Condition: dom-exception
Package

rune-dom.

Source

rune-impl.lisp.

Direct superclasses

error.

Direct methods
Direct slots
Slot: key
Initargs

:key

Readers

dom-exception-key.

Writers

This slot is read-only.

Slot: string
Package

common-lisp.

Initargs

:string

Readers

dom-exception-string.

Writers

This slot is read-only.

Slot: arguments
Initargs

:arguments

Readers

dom-exception-arguments.

Writers

This slot is read-only.

Condition: end-of-xstream
Package

cxml.

Source

xml-parse.lisp.

Direct superclasses

well-formedness-violation.


5.2.7 Structures

Structure: attdef
Package

cxml.

Source

xml-parse.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: element
Readers

attdef-element.

Writers

This slot is read-only.

Slot: name
Readers

attdef-name.

Writers

This slot is read-only.

Slot: type
Package

common-lisp.

Readers

attdef-type.

Writers

This slot is read-only.

Slot: default
Readers

attdef-default.

Writers

This slot is read-only.

Slot: external-p
Initform

cxml::*external-subset-p*

Readers

attdef-external-p.

Writers

This slot is read-only.

Structure: catalog
Package

cxml.

Source

catalog.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: main-files
Readers

catalog-main-files.

Writers

(setf catalog-main-files).

Slot: dtd-cache
Initform

(cxml:make-dtd-cache)

Readers

catalog-dtd-cache.

Writers

(setf catalog-dtd-cache).

Slot: file-table
Initform

(puri:make-uri-space)

Readers

catalog-file-table.

Writers

(setf catalog-file-table).

Structure: context
Package

cxml.

Source

xml-parse.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: handler
Readers

handler.

Writers

(setf handler).

Slot: dtd
Readers

dtd.

Writers

(setf dtd).

Slot: model-stack
Readers

model-stack.

Writers

(setf model-stack).

Slot: base-stack
Readers

base-stack.

Writers

(setf base-stack).

Slot: referenced-notations
Initform

(quote nil)

Readers

referenced-notations.

Writers

(setf referenced-notations).

Slot: id-table
Initform

(cxml::%make-rod-hash-table)

Readers

id-table.

Writers

(setf id-table).

Slot: name-hashtable
Initform

(cxml::make-rod-hashtable :size 2000)

Readers

name-hashtable.

Writers

(setf name-hashtable).

Slot: standalone-p
Readers

standalone-p.

Writers

(setf standalone-p).

Slot: entity-resolver
Readers

entity-resolver.

Writers

(setf entity-resolver).

Slot: disallow-internal-subset
Readers

disallow-internal-subset.

Writers

(setf disallow-internal-subset).

Slot: main-zstream
Readers

main-zstream.

Writers

(setf main-zstream).

Structure: dtd
Package

cxml.

Source

xml-parse.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: elements
Initform

(cxml::%make-rod-hash-table)

Readers

dtd-elements.

Writers

This slot is read-only.

Slot: gentities
Initform

(cxml::%make-rod-hash-table)

Readers

dtd-gentities.

Writers

This slot is read-only.

Slot: pentities
Initform

(cxml::%make-rod-hash-table)

Readers

dtd-pentities.

Writers

This slot is read-only.

Slot: notations
Initform

(cxml::%make-rod-hash-table)

Readers

dtd-notations.

Writers

This slot is read-only.

Structure: elmdef
Package

cxml.

Source

xml-parse.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: name
Readers

elmdef-name.

Writers

This slot is read-only.

Slot: content
Readers

elmdef-content.

Writers

(setf elmdef-content).

Slot: attributes
Readers

elmdef-attributes.

Writers

(setf elmdef-attributes).

Slot: compiled-cspec
Readers

elmdef-compiled-cspec.

Writers

(setf elmdef-compiled-cspec).

Slot: external-p
Initform

cxml::*external-subset-p*

Readers

elmdef-external-p.

Writers

(setf elmdef-external-p).

Structure: entdef
Package

cxml.

Source

xml-parse.lisp.

Direct superclasses

structure-object.

Direct subclasses
Structure: entry-file
Package

cxml.

Source

catalog.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: system-entries
Readers

system-entries.

Writers

(setf system-entries).

Slot: rewrite-system-entries
Readers

rewrite-system-entries.

Writers

(setf rewrite-system-entries).

Slot: delegate-system-entries
Readers

delegate-system-entries.

Writers

(setf delegate-system-entries).

Slot: public-entries
Readers

public-entries.

Writers

(setf public-entries).

Slot: delegate-public-entries
Readers

delegate-public-entries.

Writers

(setf delegate-public-entries).

Slot: uri-entries
Readers

uri-entries.

Writers

(setf uri-entries).

Slot: rewrite-uri-entries
Readers

rewrite-uri-entries.

Writers

(setf rewrite-uri-entries).

Slot: delegate-uri-entries
Readers

delegate-uri-entries.

Writers

(setf delegate-uri-entries).

Slot: next-catalog-entries
Readers

next-catalog-entries.

Writers

(setf next-catalog-entries).

Structure: external-entdef
Package

cxml.

Source

xml-parse.lisp.

Direct superclasses

entdef.

Direct slots
Slot: extid
Type

cxml::extid

Initform

(error "missing argument")

Readers

entdef-extid.

Writers

(setf entdef-extid).

Slot: ndata
Type

(or runes:rod null)

Readers

entdef-ndata.

Writers

(setf entdef-ndata).

Structure: extid

Represents an External ID, consisting of a Public ID and a System ID.

@see-constructor{make-extiid} @see-slot{exitid-system}
@see-slot{exitid-public}

Package

cxml.

Source

xml-parse.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: public
Type

(or runes:rod null)

Readers

extid-public.

Writers

(setf extid-public).

Slot: system
Type

(or puri:uri null)

Initform

(error "missing argument")

Readers

extid-system.

Writers

(setf extid-system).

Structure: internal-entdef
Package

cxml.

Source

xml-parse.lisp.

Direct superclasses

entdef.

Direct slots
Slot: value
Type

runes:rod

Initform

(error "missing argument")

Readers

entdef-value.

Writers

(setf entdef-value).

Slot: expansion
Readers

entdef-expansion.

Writers

(setf entdef-expansion).

Slot: external-subset-p
Initform

cxml::*external-subset-p*

Readers

entdef-external-subset-p.

Writers

(setf entdef-external-subset-p).

Structure: rod-hashtable
Package

cxml.

Source

xml-parse.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: size
Readers

rod-hashtable-size.

Writers

(setf rod-hashtable-size).

Slot: table
Readers

rod-hashtable-table.

Writers

(setf rod-hashtable-table).

Structure: rod-stream
Package

rune-dom.

Source

rune-impl.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: buf
Readers

rod-stream-buf.

Writers

(setf rod-stream-buf).

Slot: position
Package

common-lisp.

Initform

0

Readers

rod-stream-position.

Writers

(setf rod-stream-position).

Structure: standard-attribute
Package

sax.

Source

sax-handler.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: namespace-uri
Readers

standard-attribute-namespace-uri.

Writers

(setf standard-attribute-namespace-uri).

Slot: local-name
Readers

standard-attribute-local-name.

Writers

(setf standard-attribute-local-name).

Slot: qname
Readers

standard-attribute-qname.

Writers

(setf standard-attribute-qname).

Slot: value
Readers

standard-attribute-value.

Writers

(setf standard-attribute-value).

Slot: specified-p
Readers

standard-attribute-specified-p.

Writers

(setf standard-attribute-specified-p).

Structure: stream-name
Package

cxml.

Source

xml-parse.lisp.

Direct superclasses

structure-object.

Direct methods

print-object.

Direct slots
Slot: entity-name
Readers

stream-name-entity-name.

Writers

(setf stream-name-entity-name).

Slot: entity-kind
Readers

stream-name-entity-kind.

Writers

(setf stream-name-entity-kind).

Slot: uri
Readers

stream-name-uri.

Writers

(setf stream-name-uri).

Structure: tag
Package

cxml.

Source

unparse.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: name
Readers

tag-name.

Writers

(setf tag-name).

Slot: n-children
Initform

0

Readers

tag-n-children.

Writers

(setf tag-n-children).

Slot: have-gt
Readers

tag-have-gt.

Writers

(setf tag-have-gt).

Structure: xml-header
Package

cxml.

Source

xml-parse.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: version
Readers

xml-header-version.

Writers

(setf xml-header-version).

Slot: encoding
Readers

xml-header-encoding.

Writers

(setf xml-header-encoding).

Slot: standalone-p
Readers

xml-header-standalone-p.

Writers

(setf xml-header-standalone-p).

Structure: zstream
Package

cxml.

Source

xml-parse.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: token-category
Readers

zstream-token-category.

Writers

(setf zstream-token-category).

Slot: token-semantic
Readers

zstream-token-semantic.

Writers

(setf zstream-token-semantic).

Slot: input-stack
Readers

zstream-input-stack.

Writers

(setf zstream-input-stack).


5.2.8 Classes

Class: attribute
Package

rune-dom.

Source

rune-impl.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: name
Initargs

:name

Readers

name.

Writers

This slot is read-only.

Slot: owner-element
Initargs

:owner-element

Readers

owner-element.

Writers

This slot is read-only.

Slot: specified-p
Initargs

:specified-p

Readers

specified.

Writers

This slot is read-only.

Class: attribute-node-map
Package

rune-dom.

Source

rune-impl.lisp.

Direct superclasses

named-node-map.

Direct methods
Direct slots
Slot: element
Initargs

:element

Class: catalog-parser
Package

cxml.

Source

catalog.lisp.

Direct superclasses

default-handler.

Direct methods
Direct slots
Slot: result
Initform

(cxml::make-entry-file)

Readers

result.

Writers

(setf result).

Slot: next
Initform

(quote nil)

Readers

next.

Writers

(setf next).

Slot: prefer-stack
Initform

(list cxml:*prefer*)

Readers

prefer-stack.

Writers

(setf prefer-stack).

Slot: catalog-base-stack
Readers

catalog-base-stack.

Writers

(setf catalog-base-stack).

Class: cdata-section
Package

rune-dom.

Source

rune-impl.lisp.

Direct superclasses
Direct methods
Class: character-data
Package

rune-dom.

Source

rune-impl.lisp.

Direct superclasses
Direct subclasses
Direct methods
Direct slots
Slot: value
Initargs

:data

Readers

data.

Writers

This slot is read-only.

Class: closure-source-file
Package

cxml-system.

Source

cxml.asd.

Direct superclasses

cl-source-file.

Direct subclasses

utf8dom-file.

Direct methods

perform.

Class: comment
Package

rune-dom.

Source

rune-impl.lisp.

Direct superclasses
Direct methods
Class: cxml-parser
Package

cxml.

Source

xml-parse.lisp.

Direct superclasses

sax-parser.

Direct methods
Direct slots
Slot: ctx
Initargs

:ctx

Class: cxml-source
Package

cxml.

Source

klacks-impl.lisp.

Direct superclasses

source.

Direct methods
Direct slots
Slot: context
Initargs

:context

Slot: validate
Initargs

:validate

Slot: root
Initargs

:root

Slot: dtd
Initargs

:dtd

Slot: error-culprit
Initargs

:error-culprit

Slot: continuation
Slot: current-key
Slot: current-values
Slot: current-attributes
Slot: cdata-section-p
Readers

current-cdata-section-p.

Writers

This slot is read-only.

Slot: data-behaviour
Initform

:dtd

Slot: namespace-stack
Initform

(list cxml::*initial-namespace-bindings*)

Slot: current-namespace-declarations
Slot: temporary-streams
Slot: scratch-pad
Initargs

:scratch-pad

Slot: scratch-pad-2
Initargs

:scratch-pad-2

Slot: scratch-pad-3
Initargs

:scratch-pad-3

Slot: scratch-pad-4
Initargs

:scratch-pad-4

Class: document
Package

rune-dom.

Source

rune-impl.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: doc-type
Initargs

:doc-type

Readers

doctype.

Writers

This slot is read-only.

Slot: dtd
Readers

dtd.

Writers

This slot is read-only.

Slot: entity-resolver
Class: document-fragment
Package

rune-dom.

Source

rune-impl.lisp.

Direct superclasses
Direct methods
Class: document-type
Package

rune-dom.

Source

rune-impl.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: name
Initargs

:name

Readers

name.

Writers

This slot is read-only.

Slot: public-id
Initargs

:public-id

Readers

public-id.

Writers

This slot is read-only.

Slot: system-id
Initargs

:system-id

Readers

system-id.

Writers

This slot is read-only.

Slot: entities
Initargs

:entities

Readers

entities.

Writers

This slot is read-only.

Slot: notations
Initargs

:notations

Readers

notations.

Writers

This slot is read-only.

Slot: %internal-subset
Package

dom.

Readers

%internal-subset.

Writers

(setf %internal-subset).

Class: dom-builder
Package

rune-dom.

Source

rune-builder.lisp.

Direct superclasses

content-handler.

Direct methods
Direct slots
Slot: document
Readers

document.

Writers

(setf document).

Slot: element-stack
Initform

(quote nil)

Readers

element-stack.

Writers

(setf element-stack).

Slot: internal-subset
Readers

internal-subset.

Writers

(setf internal-subset).

Slot: text-buffer
Readers

text-buffer.

Writers

(setf text-buffer).

Class: dummy-cxml-component
Package

cxml-system.

Source

cxml.asd.

Direct methods

component-name.

Class: element
Package

rune-dom.

Source

rune-impl.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: tag-name
Initargs

:tag-name

Readers

tag-name.

Writers

This slot is read-only.

Slot: attributes
Initargs

:attributes

Readers

attributes.

Writers

This slot is read-only.

Class: entity
Package

rune-dom.

Source

rune-impl.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: name
Initargs

:name

Readers

name.

Writers

This slot is read-only.

Slot: public-id
Initargs

:public-id

Readers

public-id.

Writers

This slot is read-only.

Slot: system-id
Initargs

:system-id

Readers

system-id.

Writers

This slot is read-only.

Slot: notation-name
Initargs

:notation-name

Readers

notation-name.

Writers

This slot is read-only.

Class: entity-reference
Package

rune-dom.

Source

rune-impl.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: name
Initargs

:name

Readers

name.

Writers

This slot is read-only.

Class: klacks-dtd-handler
Package

cxml.

Source

klacks-impl.lisp.

Direct superclasses

default-handler.

Direct methods
Direct slots
Slot: handler-source
Initargs

:source

Readers

handler-source.

Writers

This slot is read-only.

Slot: internal-subset-p
Readers

handler-internal-subset-p.

Writers

(setf handler-internal-subset-p).

Class: klacksax
Package

cxml.

Source

klacks.lisp.

Direct superclasses

sax-parser.

Direct methods
Direct slots
Slot: source
Initargs

:source

Class: named-node-map
Package

rune-dom.

Source

rune-impl.lisp.

Direct superclasses

named-node-map.

Direct subclasses

attribute-node-map.

Direct methods
Direct slots
Slot: items
Initargs

:items

Readers

items.

Writers

This slot is read-only.

Slot: owner
Initargs

:owner

Readers

owner-document.

Writers

This slot is read-only.

Slot: read-only-p
Readers

read-only-p.

Writers

This slot is read-only.

Slot: element-type
Initargs

:element-type

Class: namespace-mixin
Package

rune-dom.

Source

rune-impl.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: prefix
Initargs

:prefix

Readers

prefix.

Writers

This slot is read-only.

Slot: local-name
Initargs

:local-name

Readers

local-name.

Writers

This slot is read-only.

Slot: namespace-uri
Initargs

:namespace-uri

Readers

namespace-uri.

Writers

This slot is read-only.

Class: namespace-normalizer
Package

cxml.

Source

xmlns-normalizer.lisp.

Direct superclasses

sax-proxy.

Direct methods
Direct slots
Slot: xmlns-stack
Initargs

:xmlns-stack

Readers

xmlns-stack.

Writers

(setf xmlns-stack).

Class: node
Package

rune-dom.

Source

rune-impl.lisp.

Direct superclasses

node.

Direct subclasses
Direct methods
Direct slots
Slot: parent
Initargs

:parent

Slot: children
Initform

(rune-dom::make-node-list)

Initargs

:children

Slot: owner
Initargs

:owner

Slot: read-only-p
Readers

read-only-p.

Writers

This slot is read-only.

Slot: map
Package

common-lisp.

Class: notation
Package

rune-dom.

Source

rune-impl.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: name
Initargs

:name

Readers

name.

Writers

This slot is read-only.

Slot: public-id
Initargs

:public-id

Readers

public-id.

Writers

This slot is read-only.

Slot: system-id
Initargs

:system-id

Readers

system-id.

Writers

This slot is read-only.

Class: processing-instruction
Package

rune-dom.

Source

rune-impl.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: target
Initargs

:target

Readers

target.

Writers

This slot is read-only.

Slot: data
Initargs

:data

Readers

data.

Writers

This slot is read-only.

Class: recoder
Package

cxml.

Source

recoder.lisp.

Direct methods
Direct slots
Slot: recoder
Initargs

:recoder

Readers

recoder.

Writers

(setf recoder).

Slot: chained-handler
Initargs

:chained-handler

Readers

chained-handler.

Writers

(setf chained-handler).

Class: sink
Package

cxml.

Source

unparse.lisp.

Direct superclasses

content-handler.

Direct methods
Direct slots
Slot: ystream
Package

runes.

Initargs

:ystream

Readers

sink-ystream.

Writers

(setf sink-ystream).

Slot: width
Initform

79

Initargs

:width

Readers

width.

Writers

(setf width).

Slot: canonical
Initargs

:canonical

Readers

canonical.

Writers

(setf canonical).

Slot: indentation
Initargs

:indentation

Readers

indentation.

Writers

(setf indentation).

Slot: current-indentation
Initform

0

Readers

current-indentation.

Writers

(setf current-indentation).

Slot: notations
Initform

(cxml::make-buffer :element-type t)

Readers

notations.

Writers

(setf notations).

Slot: name-for-dtd
Readers

name-for-dtd.

Writers

(setf name-for-dtd).

Slot: previous-notation
Readers

previous-notation.

Writers

(setf previous-notation).

Slot: have-doctype
Readers

have-doctype.

Writers

(setf have-doctype).

Slot: have-internal-subset
Readers

have-internal-subset.

Writers

(setf have-internal-subset).

Slot: stack
Readers

stack.

Writers

(setf stack).

Slot: sink-omit-xml-declaration-p
Initargs

:omit-xml-declaration-p

Readers

sink-omit-xml-declaration-p.

Writers

(setf sink-omit-xml-declaration-p).

Slot: encoding
Initargs

:encoding

Readers

sink-encoding.

Writers

This slot is read-only.

Class: text
Package

rune-dom.

Source

rune-impl.lisp.

Direct superclasses
Direct subclasses

cdata-section.

Direct methods
Class: utf8dom-file
Package

cxml-system.

Source

cxml.asd.

Direct superclasses

closure-source-file.

Direct methods
Direct slots
Slot: of
Class: validator
Package

cxml.

Source

xml-parse.lisp.

Direct methods
Direct slots
Slot: context
Initargs

:context

Readers

context.

Writers

(setf context).

Slot: cdatap
Readers

cdatap.

Writers

(setf cdatap).

Class: whitespace-normalizer
Package

cxml.

Source

space-normalizer.lisp.

Direct superclasses

sax-proxy.

Direct methods
Direct slots
Slot: attributes
Initform

(quote (t))

Readers

xml-space-attributes.

Writers

(setf xml-space-attributes).

Slot: models
Readers

xml-space-models.

Writers

(setf xml-space-models).

Slot: dtd
Initargs

:dtd

Readers

xml-space-dtd.

Writers

(setf xml-space-dtd).

Class: xmls-builder
Package

cxml-xmls.

Source

xmls-compat.lisp.

Direct superclasses

default-handler.

Direct methods
Direct slots
Slot: element-stack
Readers

element-stack.

Writers

(setf element-stack).

Slot: root
Readers

root.

Writers

(setf root).

Slot: include-default-values
Initform

t

Initargs

:include-default-values

Readers

include-default-values.

Writers

(setf include-default-values).

Slot: include-namespace-uri
Initform

t

Initargs

:include-namespace-uri

Readers

include-namespace-uri.

Writers

(setf include-namespace-uri).

Class: xpath-navigator
Package

cxml-xmls.

Source

xmls-compat.lisp.

Direct methods

initialize-instance.

Direct slots
Slot: parents
Initform

(make-hash-table)

Slot: prefixes
Initform

(make-hash-table)

Slot: children
Initform

(make-hash-table)

Slot: attributes
Initform

(make-hash-table)

Slot: namespaces
Initform

(make-hash-table)


5.2.9 Types

Type: read-element ()
Package

cxml.

Source

xml-parse.lisp.

Type: sax⎵handler ()
Package

cxml.

Source

xml-parse.lisp.

Type: ufixnum ()
Package

cxml.

Source

xml-parse.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   %   (  
A   B   C   D   E   F   G   H   I   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Z  
Index Entry  Section

%
%*: Private macros
%+: Private macros
%-: Private macros
%/: Private macros
%<: Private macros
%<=: Private macros
%=: Private macros
%>: Private macros
%>=: Private macros
%and: Private macros
%ash: Private macros
%create-document-type: Private ordinary functions
%error: Private ordinary functions
%internal-subset: Private generic functions
%internal-subset: Private generic functions
%ior: Private macros
%make-catalog: Private ordinary functions
%make-rod-hash-table: Private ordinary functions
%make-source: Private ordinary functions
%mod: Private macros
%put-unicode-char: Private macros
%rod: Private ordinary functions
%rod=: Private ordinary functions
%rune*: Private macros
%rune+: Private macros
%rune-: Private macros
%rune-and: Private macros
%rune-ash: Private macros
%rune-ior: Private macros
%rune-mod: Private macros
%rune-xor: Private macros
%rune/: Private macros
%rune<: Private macros
%rune<=: Private macros
%rune=: Private macros
%rune>: Private macros
%rune>=: Private macros
%set-named-item: Private ordinary functions
%xor: Private macros

(
(setf %internal-subset): Private generic functions
(setf %internal-subset): Private generic functions
(setf attribute-local-name): Public generic functions
(setf attribute-local-name): Public generic functions
(setf attribute-namespace-uri): Public generic functions
(setf attribute-namespace-uri): Public generic functions
(setf attribute-qname): Public generic functions
(setf attribute-qname): Public generic functions
(setf attribute-specified-p): Public generic functions
(setf attribute-specified-p): Public generic functions
(setf attribute-value): Public generic functions
(setf attribute-value): Public generic functions
(setf base-stack): Private ordinary functions
(setf broadcast-handler-handlers): Public generic functions
(setf broadcast-handler-handlers): Public generic functions
(setf canonical): Private generic functions
(setf canonical): Private generic functions
(setf catalog-base-stack): Private generic functions
(setf catalog-base-stack): Private generic functions
(setf catalog-dtd-cache): Private ordinary functions
(setf catalog-file-table): Private ordinary functions
(setf catalog-main-files): Private ordinary functions
(setf cdatap): Private generic functions
(setf cdatap): Private generic functions
(setf chained-handler): Private generic functions
(setf chained-handler): Private generic functions
(setf context): Private generic functions
(setf context): Private generic functions
(setf current-indentation): Private generic functions
(setf current-indentation): Private generic functions
(setf data): Public generic functions
(setf data): Public generic functions
(setf data): Public generic functions
(setf delegate-public-entries): Private ordinary functions
(setf delegate-system-entries): Private ordinary functions
(setf delegate-uri-entries): Private ordinary functions
(setf disallow-internal-subset): Private ordinary functions
(setf document): Private generic functions
(setf document): Private generic functions
(setf document-done-p): Private generic functions
(setf document-done-p): Private generic functions
(setf dribble-handler): Private generic functions
(setf dribble-handler): Private generic functions
(setf dtd): Private ordinary functions
(setf element-stack): Private generic functions
(setf element-stack): Private generic functions
(setf element-stack): Private generic functions
(setf element-stack): Private generic functions
(setf elmdef-attributes): Private ordinary functions
(setf elmdef-compiled-cspec): Private ordinary functions
(setf elmdef-content): Private ordinary functions
(setf elmdef-external-p): Private ordinary functions
(setf entdef-expansion): Private ordinary functions
(setf entdef-external-subset-p): Private ordinary functions
(setf entdef-extid): Private ordinary functions
(setf entdef-ndata): Private ordinary functions
(setf entdef-value): Private ordinary functions
(setf entity-resolver): Private ordinary functions
(setf extid-public): Private ordinary functions
(setf extid-system): Private ordinary functions
(setf getdtd): Public ordinary functions
(setf handler): Private ordinary functions
(setf handler-internal-subset-p): Private generic functions
(setf handler-internal-subset-p): Private generic functions
(setf have-doctype): Private generic functions
(setf have-doctype): Private generic functions
(setf have-internal-subset): Private generic functions
(setf have-internal-subset): Private generic functions
(setf id-table): Private ordinary functions
(setf include-default-values): Private generic functions
(setf include-default-values): Private generic functions
(setf include-namespace-uri): Private generic functions
(setf include-namespace-uri): Private generic functions
(setf indentation): Private generic functions
(setf indentation): Private generic functions
(setf internal-subset): Private generic functions
(setf internal-subset): Private generic functions
(setf main-zstream): Private ordinary functions
(setf model-stack): Private ordinary functions
(setf name-for-dtd): Private generic functions
(setf name-for-dtd): Private generic functions
(setf name-hashtable): Private ordinary functions
(setf next): Private generic functions
(setf next): Private generic functions
(setf next-catalog-entries): Private ordinary functions
(setf node-attrs): Public ordinary functions
(setf node-children): Public ordinary functions
(setf node-name): Public ordinary functions
(setf node-ns): Public ordinary functions
(setf node-value): Public generic functions
(setf node-value): Public generic functions
(setf node-value): Public generic functions
(setf node-value): Public generic functions
(setf node-value): Public generic functions
(setf node-value): Public generic functions
(setf node-value): Public generic functions
(setf node-value): Public generic functions
(setf node-value): Public generic functions
(setf node-value): Public generic functions
(setf node-value): Public generic functions
(setf notations): Private generic functions
(setf notations): Private generic functions
(setf prefer-stack): Private generic functions
(setf prefer-stack): Private generic functions
(setf prefix): Public generic functions
(setf prefix): Public generic functions
(setf prefix): Public generic functions
(setf prefix): Public generic functions
(setf prefix): Public generic functions
(setf previous-notation): Private generic functions
(setf previous-notation): Private generic functions
(setf proxy-chained-handler): Public generic functions
(setf proxy-chained-handler): Public generic functions
(setf public-entries): Private ordinary functions
(setf recoder): Private generic functions
(setf recoder): Private generic functions
(setf referenced-notations): Private ordinary functions
(setf result): Private generic functions
(setf result): Private generic functions
(setf rewrite-system-entries): Private ordinary functions
(setf rewrite-uri-entries): Private ordinary functions
(setf rod-hash-get): Private ordinary functions
(setf rod-hashtable-size): Private ordinary functions
(setf rod-hashtable-table): Private ordinary functions
(setf rod-stream-buf): Private ordinary functions
(setf rod-stream-position): Private ordinary functions
(setf root): Private generic functions
(setf root): Private generic functions
(setf seen-event-p): Private generic functions
(setf seen-event-p): Private generic functions
(setf sink-omit-xml-declaration-p): Public generic functions
(setf sink-omit-xml-declaration-p): Public generic functions
(setf sink-ystream): Private generic functions
(setf sink-ystream): Private generic functions
(setf stack): Private generic functions
(setf stack): Private generic functions
(setf standalone-p): Private ordinary functions
(setf standard-attribute-local-name): Private ordinary functions
(setf standard-attribute-namespace-uri): Private ordinary functions
(setf standard-attribute-qname): Private ordinary functions
(setf standard-attribute-specified-p): Private ordinary functions
(setf standard-attribute-value): Private ordinary functions
(setf stream-name-entity-kind): Private ordinary functions
(setf stream-name-entity-name): Private ordinary functions
(setf stream-name-uri): Private ordinary functions
(setf system-entries): Private ordinary functions
(setf tag-have-gt): Private ordinary functions
(setf tag-n-children): Private ordinary functions
(setf tag-name): Private ordinary functions
(setf text-buffer): Private generic functions
(setf text-buffer): Private generic functions
(setf upstream-source): Private generic functions
(setf upstream-source): Private generic functions
(setf uri-entries): Private ordinary functions
(setf value): Public generic functions
(setf value): Public generic functions
(setf width): Private generic functions
(setf width): Private generic functions
(setf xml-header-encoding): Private ordinary functions
(setf xml-header-standalone-p): Private ordinary functions
(setf xml-header-version): Private ordinary functions
(setf xml-space-attributes): Private generic functions
(setf xml-space-attributes): Private generic functions
(setf xml-space-dtd): Private generic functions
(setf xml-space-dtd): Private generic functions
(setf xml-space-models): Private generic functions
(setf xml-space-models): Private generic functions
(setf xmlns-stack): Private generic functions
(setf xmlns-stack): Private generic functions
(setf zstream-input-stack): Private ordinary functions
(setf zstream-token-category): Private ordinary functions
(setf zstream-token-semantic): Private ordinary functions

A
absolute-extid: Private ordinary functions
absolute-uri: Private ordinary functions
add-default-attribute: Private ordinary functions
add-default-attributes: Private ordinary functions
adjust-array-by-copying: Private ordinary functions
adjust-vector-exponentially: Private ordinary functions
append-child: Public generic functions
append-child: Public generic functions
append-child: Public generic functions
append-data: Public generic functions
append-data: Public generic functions
assert-writeable: Private ordinary functions
atdoc-directory: Private ordinary functions
atdoc-title: Private ordinary functions
attdef-default: Private ordinary functions
attdef-element: Private ordinary functions
attdef-external-p: Private ordinary functions
attdef-name: Private ordinary functions
attdef-p: Private ordinary functions
attdef-type: Private ordinary functions
attribute: Public ordinary functions
attribute*: Public ordinary functions
attribute-declaration: Public generic functions
attribute-declaration: Public generic functions
attribute-declaration: Public generic functions
attribute-declaration: Public generic functions
attribute-declaration: Public generic functions
attribute-declaration: Public generic functions
attribute-declaration: Public generic functions
attribute-declaration: Public generic functions
attribute-declaration: Public generic functions
attribute-declaration: Public generic functions
attribute-declaration: Public generic functions
attribute-local-name: Public generic functions
attribute-local-name: Public generic functions
attribute-local-name: Public generic functions
attribute-name: Public standalone methods
attribute-namespace-uri: Public generic functions
attribute-namespace-uri: Public generic functions
attribute-namespace-uri: Public generic functions
attribute-p: Public generic functions
attribute-p: Public generic functions
attribute-p: Public generic functions
attribute-qname: Public generic functions
attribute-qname: Public generic functions
attribute-qname: Public generic functions
attribute-specified-p: Public generic functions
attribute-specified-p: Public generic functions
attribute-specified-p: Public generic functions
attribute-specified-p: Public standalone methods
attribute-to-string: Private ordinary functions
attribute-value: Public generic functions
attribute-value: Public generic functions
attribute-value: Public generic functions
attribute-value: Public standalone methods
attributes: Public generic functions
attributes: Public generic functions
attributes: Public generic functions
attrname->prefix: Private ordinary functions

B
base: Private generic functions
base: Private generic functions
base-stack: Private ordinary functions
broadcast-handler-handlers: Public generic functions
broadcast-handler-handlers: Public generic functions
build-attribute-list: Private ordinary functions

C
call-with-entity-expansion-as-stream: Private ordinary functions
call-with-open-xfile: Private ordinary functions
call-with-open-xstream: Private ordinary functions
call-with-zstream: Private ordinary functions
can-adopt-p: Private ordinary functions
canon-not-cdata-attval: Private ordinary functions
canonical: Private generic functions
canonical: Private generic functions
catalog-base-stack: Private generic functions
catalog-base-stack: Private generic functions
catalog-dtd-cache: Private ordinary functions
catalog-file-table: Private ordinary functions
catalog-main-files: Private ordinary functions
catalog-p: Private ordinary functions
cdata: Public ordinary functions
cdata-section-p: Public generic functions
cdata-section-p: Public generic functions
cdata-section-p: Public generic functions
cdatap: Private generic functions
cdatap: Private generic functions
chained-handler: Private generic functions
chained-handler: Private generic functions
character-data-p: Public generic functions
character-data-p: Public generic functions
character-data-p: Public generic functions
characters: Public generic functions
characters: Public generic functions
characters: Public generic functions
characters: Public generic functions
characters: Public generic functions
characters: Public generic functions
characters: Public generic functions
characters: Public generic functions
characters: Public generic functions
characters: Public generic functions
characters: Public generic functions
characters: Public generic functions
characters: Public generic functions
characters: Public standalone methods
check-attribute-uniqueness: Private ordinary functions
check-rune: Private ordinary functions
checked-get-entdef: Private ordinary functions
child-nodes: Public generic functions
child-nodes: Public generic functions
clear-dtd-cache: Public ordinary functions
clone-node: Public generic functions
clone-node: Public generic functions
clone-node: Public generic functions
close-source: Public generic functions
close-source: Public generic functions
close-source: Public generic functions
cmodel-done: Private ordinary functions
code: Public generic functions
code: Public generic functions
code-data-char-p: Private ordinary functions
column-number: Public generic functions
column-number: Public generic functions
column-number: Public generic functions
column-number: Public generic functions
comment: Public ordinary functions
comment: Public generic functions
comment: Public generic functions
comment: Public generic functions
comment: Public generic functions
comment: Public generic functions
comment: Public generic functions
comment: Public generic functions
comment: Public generic functions
comment: Public generic functions
comment: Public generic functions
comment: Public standalone methods
comment-p: Public generic functions
comment-p: Public generic functions
comment-p: Public generic functions
compile-content-model: Private ordinary functions
compile-cspec: Private ordinary functions
compile-mixed: Private ordinary functions
component-name: Public standalone methods
compose: Private ordinary functions
compute-attributes: Private ordinary functions
compute-attributes/lnames: Private ordinary functions
compute-attributes/qnames: Private ordinary functions
compute-base: Private ordinary functions
consume: Public generic functions
consume: Public generic functions
consume: Public generic functions
consume-characters: Public ordinary functions
consume-token: Private ordinary functions
context: Private generic functions
context: Private generic functions
context-p: Private ordinary functions
copy-attdef: Private ordinary functions
copy-catalog: Private ordinary functions
copy-cons: Private ordinary functions
copy-context: Private ordinary functions
copy-dtd: Private ordinary functions
copy-elmdef: Private ordinary functions
copy-entdef: Private ordinary functions
copy-entry-file: Private ordinary functions
copy-external-entdef: Private ordinary functions
copy-extid: Private ordinary functions
copy-internal-entdef: Private ordinary functions
copy-rod-hashtable: Private ordinary functions
copy-rod-stream: Private ordinary functions
copy-standard-attribute: Private ordinary functions
copy-stream-name: Private ordinary functions
copy-tag: Private ordinary functions
copy-xml-header: Private ordinary functions
copy-zstream: Private ordinary functions
create-attribute: Public generic functions
create-attribute: Public generic functions
create-attribute-ns: Public generic functions
create-attribute-ns: Public generic functions
create-cdata-section: Public generic functions
create-cdata-section: Public generic functions
create-comment: Public generic functions
create-comment: Public generic functions
create-document: Public ordinary functions
create-document: Public generic functions
create-document: Public generic functions
create-document-fragment: Public generic functions
create-document-fragment: Public generic functions
create-document-type: Public generic functions
create-document-type: Public generic functions
create-element: Public generic functions
create-element: Public generic functions
create-element-ns: Public generic functions
create-element-ns: Public generic functions
create-entity-reference: Public generic functions
create-entity-reference: Public generic functions
create-processing-instruction: Public generic functions
create-processing-instruction: Public generic functions
create-text-node: Public generic functions
create-text-node: Public generic functions
current-cdata-section-p: Public generic functions
current-cdata-section-p: Public generic functions
current-cdata-section-p: Public generic functions
current-characters: Public ordinary functions
current-column-number: Public generic functions
current-column-number: Public generic functions
current-column-number: Public generic functions
current-indentation: Private generic functions
current-indentation: Private generic functions
current-line-number: Public generic functions
current-line-number: Public generic functions
current-line-number: Public generic functions
current-lname: Public ordinary functions
current-qname: Public ordinary functions
current-system-id: Public generic functions
current-system-id: Public generic functions
current-system-id: Public generic functions
current-uri: Public ordinary functions
current-xml-base: Public generic functions
current-xml-base: Public generic functions
current-xml-base: Public generic functions
curry: Private ordinary functions

D
data: Public generic functions
data: Public generic functions
data: Public generic functions
data-rune-p: Private ordinary functions
declare-namespaces: Private ordinary functions
decode-qname: Public generic functions
decode-qname: Public generic functions
decode-qname: Public generic functions
decode-qname: Private ordinary functions
define-attribute: Private ordinary functions
define-default-entities: Private ordinary functions
define-element: Private ordinary functions
define-entity: Private ordinary functions
define-notation: Private ordinary functions
delegate-public-entries: Private ordinary functions
delegate-system-entries: Private ordinary functions
delegate-uri-entries: Private ordinary functions
delete-data: Public generic functions
delete-data: Public generic functions
describe-xstream: Private ordinary functions
disallow-internal-subset: Private ordinary functions
do-node-list: Public macros
do-node-map: Public macros
doctype: Public ordinary functions
doctype: Public generic functions
doctype: Public generic functions
document: Private generic functions
document: Private generic functions
document-done-p: Private generic functions
document-done-p: Private generic functions
document-element: Public generic functions
document-element: Public generic functions
document-fragment-p: Public generic functions
document-fragment-p: Public generic functions
document-fragment-p: Public generic functions
document-p: Public generic functions
document-p: Public generic functions
document-p: Public generic functions
document-type-p: Public generic functions
document-type-p: Public generic functions
document-type-p: Public generic functions
dom-error: Private ordinary functions
dom-exception-arguments: Private generic functions
dom-exception-arguments: Private generic functions
dom-exception-key: Private generic functions
dom-exception-key: Private generic functions
dom-exception-string: Private generic functions
dom-exception-string: Private generic functions
dovector: Private macros
dribble-handler: Private generic functions
dribble-handler: Private generic functions
dtd: Private ordinary functions
dtd: Private generic functions
dtd: Private generic functions
dtd: Private generic functions
dtd: Private generic functions
dtd: Private generic functions
dtd: Private generic functions
dtd: Private generic functions
dtd: Private generic functions
dtd: Private generic functions
dtd: Private generic functions
dtd: Private generic functions
dtd: Private generic functions
dtd: Private generic functions
dtd-elements: Private ordinary functions
dtd-gentities: Private ordinary functions
dtd-notations: Private ordinary functions
dtd-p: Private ordinary functions
dtd-pentities: Private ordinary functions

E
element-declaration: Public generic functions
element-declaration: Public generic functions
element-declaration: Public generic functions
element-declaration: Public generic functions
element-declaration: Public generic functions
element-declaration: Public generic functions
element-declaration: Public generic functions
element-declaration: Public generic functions
element-declaration: Public generic functions
element-declaration: Public generic functions
element-declaration: Public generic functions
element-p: Public generic functions
element-p: Public generic functions
element-p: Public generic functions
element-stack: Private generic functions
element-stack: Private generic functions
element-stack: Private generic functions
element-stack: Private generic functions
elmdef-attributes: Private ordinary functions
elmdef-compiled-cspec: Private ordinary functions
elmdef-content: Private ordinary functions
elmdef-external-p: Private ordinary functions
elmdef-name: Private ordinary functions
elmdef-p: Private ordinary functions
end-cdata: Public generic functions
end-cdata: Public generic functions
end-cdata: Public generic functions
end-cdata: Public generic functions
end-cdata: Public generic functions
end-cdata: Public generic functions
end-cdata: Public generic functions
end-cdata: Public generic functions
end-cdata: Public generic functions
end-cdata: Public generic functions
end-cdata: Public generic functions
end-document: Public generic functions
end-document: Public generic functions
end-document: Public generic functions
end-document: Public generic functions
end-document: Public generic functions
end-document: Public generic functions
end-document: Public generic functions
end-document: Public generic functions
end-document: Public generic functions
end-document: Public generic functions
end-document: Public generic functions
end-document: Public generic functions
end-document: Public standalone methods
end-dtd: Public generic functions
end-dtd: Public generic functions
end-dtd: Public generic functions
end-dtd: Public generic functions
end-dtd: Public generic functions
end-dtd: Public generic functions
end-dtd: Public generic functions
end-dtd: Public generic functions
end-dtd: Public generic functions
end-dtd: Public generic functions
end-element: Public generic functions
end-element: Public generic functions
end-element: Public generic functions
end-element: Public generic functions
end-element: Public generic functions
end-element: Public generic functions
end-element: Public generic functions
end-element: Public generic functions
end-element: Public generic functions
end-element: Public generic functions
end-element: Public generic functions
end-element: Public generic functions
end-element: Public generic functions
end-element: Public generic functions
end-element: Public generic functions
end-element: Public standalone methods
end-indentation-block: Private ordinary functions
end-internal-subset: Public generic functions
end-internal-subset: Public generic functions
end-internal-subset: Public generic functions
end-internal-subset: Public generic functions
end-internal-subset: Public generic functions
end-internal-subset: Public generic functions
end-internal-subset: Public generic functions
end-internal-subset: Public generic functions
end-internal-subset: Public generic functions
end-internal-subset: Public generic functions
end-internal-subset: Public generic functions
end-prefix-mapping: Public generic functions
end-prefix-mapping: Public generic functions
end-prefix-mapping: Public generic functions
end-prefix-mapping: Public generic functions
end-prefix-mapping: Public generic functions
end-prefix-mapping: Public generic functions
end-prefix-mapping: Public generic functions
end-prefix-mapping: Public generic functions
ensure-doctype: Private ordinary functions
ensure-dtd: Private ordinary functions
ensure-valid-insertion-request: Private ordinary functions
entdef-expansion: Private ordinary functions
entdef-external-subset-p: Private ordinary functions
entdef-extid: Private ordinary functions
entdef-ndata: Private ordinary functions
entdef-p: Private ordinary functions
entdef-value: Private ordinary functions
entities: Public generic functions
entities: Public generic functions
entity->xstream: Private ordinary functions
entity-p: Public generic functions
entity-p: Public generic functions
entity-p: Public generic functions
entity-reference-p: Public generic functions
entity-reference-p: Public generic functions
entity-reference-p: Public generic functions
entity-resolver: Public generic functions
entity-resolver: Public generic functions
entity-resolver: Public generic functions
entity-resolver: Public generic functions
entity-resolver: Public generic functions
entity-resolver: Public generic functions
entity-resolver: Public generic functions
entity-resolver: Public generic functions
entity-resolver: Public generic functions
entity-resolver: Public generic functions
entity-resolver: Private ordinary functions
entry-file-p: Private ordinary functions
eox: Private ordinary functions
escape-path: Private ordinary functions
escape-query: Private ordinary functions
escape-uri: Private ordinary functions
expect: Public ordinary functions
expect: Private ordinary functions
expecting-element: Public macros
extension: Private ordinary functions
external-entdef-p: Private ordinary functions
external-entity-declaration: Public generic functions
external-entity-declaration: Public generic functions
external-entity-declaration: Public generic functions
external-entity-declaration: Public generic functions
external-entity-declaration: Public generic functions
external-entity-declaration: Public generic functions
external-entity-declaration: Public generic functions
external-entity-declaration: Public generic functions
external-entity-declaration: Public generic functions
external-entity-declaration: Public generic functions
external-entity-declaration: Public generic functions
extid-p: Private ordinary functions
extid-public: Private ordinary functions
extid-system: Private ordinary functions
extid-using-catalog: Private ordinary functions

F
fast-push: Private ordinary functions
fill-source: Private ordinary functions
find-attribute: Public ordinary functions
find-attribute: Private ordinary functions
find-attribute-ns: Public ordinary functions
find-catalog-file: Private ordinary functions
find-element: Public ordinary functions
find-element: Private ordinary functions
find-event: Public ordinary functions
find-internal-entity-expansion: Private ordinary functions
find-namespace-binding: Public generic functions
find-namespace-binding: Public generic functions
find-namespace-binding: Public generic functions
find-namespace-binding: Private ordinary functions
find-namespace-declarations: Private ordinary functions
find-notation: Private ordinary functions
find-unparse-namespace: Private ordinary functions
first-child: Public generic functions
first-child: Public generic functions
fix-seen-<: Private ordinary functions
flush-characters: Private ordinary functions
Function, %create-document-type: Private ordinary functions
Function, %error: Private ordinary functions
Function, %make-catalog: Private ordinary functions
Function, %make-rod-hash-table: Private ordinary functions
Function, %make-source: Private ordinary functions
Function, %rod: Private ordinary functions
Function, %rod=: Private ordinary functions
Function, %set-named-item: Private ordinary functions
Function, (setf base-stack): Private ordinary functions
Function, (setf catalog-dtd-cache): Private ordinary functions
Function, (setf catalog-file-table): Private ordinary functions
Function, (setf catalog-main-files): Private ordinary functions
Function, (setf delegate-public-entries): Private ordinary functions
Function, (setf delegate-system-entries): Private ordinary functions
Function, (setf delegate-uri-entries): Private ordinary functions
Function, (setf disallow-internal-subset): Private ordinary functions
Function, (setf dtd): Private ordinary functions
Function, (setf elmdef-attributes): Private ordinary functions
Function, (setf elmdef-compiled-cspec): Private ordinary functions
Function, (setf elmdef-content): Private ordinary functions
Function, (setf elmdef-external-p): Private ordinary functions
Function, (setf entdef-expansion): Private ordinary functions
Function, (setf entdef-external-subset-p): Private ordinary functions
Function, (setf entdef-extid): Private ordinary functions
Function, (setf entdef-ndata): Private ordinary functions
Function, (setf entdef-value): Private ordinary functions
Function, (setf entity-resolver): Private ordinary functions
Function, (setf extid-public): Private ordinary functions
Function, (setf extid-system): Private ordinary functions
Function, (setf getdtd): Public ordinary functions
Function, (setf handler): Private ordinary functions
Function, (setf id-table): Private ordinary functions
Function, (setf main-zstream): Private ordinary functions
Function, (setf model-stack): Private ordinary functions
Function, (setf name-hashtable): Private ordinary functions
Function, (setf next-catalog-entries): Private ordinary functions
Function, (setf node-attrs): Public ordinary functions
Function, (setf node-children): Public ordinary functions
Function, (setf node-name): Public ordinary functions
Function, (setf node-ns): Public ordinary functions
Function, (setf public-entries): Private ordinary functions
Function, (setf referenced-notations): Private ordinary functions
Function, (setf rewrite-system-entries): Private ordinary functions
Function, (setf rewrite-uri-entries): Private ordinary functions
Function, (setf rod-hash-get): Private ordinary functions
Function, (setf rod-hashtable-size): Private ordinary functions
Function, (setf rod-hashtable-table): Private ordinary functions
Function, (setf rod-stream-buf): Private ordinary functions
Function, (setf rod-stream-position): Private ordinary functions
Function, (setf standalone-p): Private ordinary functions
Function, (setf standard-attribute-local-name): Private ordinary functions
Function, (setf standard-attribute-namespace-uri): Private ordinary functions
Function, (setf standard-attribute-qname): Private ordinary functions
Function, (setf standard-attribute-specified-p): Private ordinary functions
Function, (setf standard-attribute-value): Private ordinary functions
Function, (setf stream-name-entity-kind): Private ordinary functions
Function, (setf stream-name-entity-name): Private ordinary functions
Function, (setf stream-name-uri): Private ordinary functions
Function, (setf system-entries): Private ordinary functions
Function, (setf tag-have-gt): Private ordinary functions
Function, (setf tag-n-children): Private ordinary functions
Function, (setf tag-name): Private ordinary functions
Function, (setf uri-entries): Private ordinary functions
Function, (setf xml-header-encoding): Private ordinary functions
Function, (setf xml-header-standalone-p): Private ordinary functions
Function, (setf xml-header-version): Private ordinary functions
Function, (setf zstream-input-stack): Private ordinary functions
Function, (setf zstream-token-category): Private ordinary functions
Function, (setf zstream-token-semantic): Private ordinary functions
Function, absolute-extid: Private ordinary functions
Function, absolute-uri: Private ordinary functions
Function, add-default-attribute: Private ordinary functions
Function, add-default-attributes: Private ordinary functions
Function, adjust-array-by-copying: Private ordinary functions
Function, adjust-vector-exponentially: Private ordinary functions
Function, assert-writeable: Private ordinary functions
Function, atdoc-directory: Private ordinary functions
Function, atdoc-title: Private ordinary functions
Function, attdef-default: Private ordinary functions
Function, attdef-element: Private ordinary functions
Function, attdef-external-p: Private ordinary functions
Function, attdef-name: Private ordinary functions
Function, attdef-p: Private ordinary functions
Function, attdef-type: Private ordinary functions
Function, attribute: Public ordinary functions
Function, attribute*: Public ordinary functions
Function, attribute-to-string: Private ordinary functions
Function, attrname->prefix: Private ordinary functions
Function, base-stack: Private ordinary functions
Function, build-attribute-list: Private ordinary functions
Function, call-with-entity-expansion-as-stream: Private ordinary functions
Function, call-with-open-xfile: Private ordinary functions
Function, call-with-open-xstream: Private ordinary functions
Function, call-with-zstream: Private ordinary functions
Function, can-adopt-p: Private ordinary functions
Function, canon-not-cdata-attval: Private ordinary functions
Function, catalog-dtd-cache: Private ordinary functions
Function, catalog-file-table: Private ordinary functions
Function, catalog-main-files: Private ordinary functions
Function, catalog-p: Private ordinary functions
Function, cdata: Public ordinary functions
Function, check-attribute-uniqueness: Private ordinary functions
Function, check-rune: Private ordinary functions
Function, checked-get-entdef: Private ordinary functions
Function, clear-dtd-cache: Public ordinary functions
Function, cmodel-done: Private ordinary functions
Function, code-data-char-p: Private ordinary functions
Function, comment: Public ordinary functions
Function, compile-content-model: Private ordinary functions
Function, compile-cspec: Private ordinary functions
Function, compile-mixed: Private ordinary functions
Function, compose: Private ordinary functions
Function, compute-attributes: Private ordinary functions
Function, compute-attributes/lnames: Private ordinary functions
Function, compute-attributes/qnames: Private ordinary functions
Function, compute-base: Private ordinary functions
Function, consume-characters: Public ordinary functions
Function, consume-token: Private ordinary functions
Function, context-p: Private ordinary functions
Function, copy-attdef: Private ordinary functions
Function, copy-catalog: Private ordinary functions
Function, copy-cons: Private ordinary functions
Function, copy-context: Private ordinary functions
Function, copy-dtd: Private ordinary functions
Function, copy-elmdef: Private ordinary functions
Function, copy-entdef: Private ordinary functions
Function, copy-entry-file: Private ordinary functions
Function, copy-external-entdef: Private ordinary functions
Function, copy-extid: Private ordinary functions
Function, copy-internal-entdef: Private ordinary functions
Function, copy-rod-hashtable: Private ordinary functions
Function, copy-rod-stream: Private ordinary functions
Function, copy-standard-attribute: Private ordinary functions
Function, copy-stream-name: Private ordinary functions
Function, copy-tag: Private ordinary functions
Function, copy-xml-header: Private ordinary functions
Function, copy-zstream: Private ordinary functions
Function, create-document: Public ordinary functions
Function, current-characters: Public ordinary functions
Function, current-lname: Public ordinary functions
Function, current-qname: Public ordinary functions
Function, current-uri: Public ordinary functions
Function, curry: Private ordinary functions
Function, data-rune-p: Private ordinary functions
Function, declare-namespaces: Private ordinary functions
Function, decode-qname: Private ordinary functions
Function, define-attribute: Private ordinary functions
Function, define-default-entities: Private ordinary functions
Function, define-element: Private ordinary functions
Function, define-entity: Private ordinary functions
Function, define-notation: Private ordinary functions
Function, delegate-public-entries: Private ordinary functions
Function, delegate-system-entries: Private ordinary functions
Function, delegate-uri-entries: Private ordinary functions
Function, describe-xstream: Private ordinary functions
Function, disallow-internal-subset: Private ordinary functions
Function, doctype: Public ordinary functions
Function, dom-error: Private ordinary functions
Function, dtd: Private ordinary functions
Function, dtd-elements: Private ordinary functions
Function, dtd-gentities: Private ordinary functions
Function, dtd-notations: Private ordinary functions
Function, dtd-p: Private ordinary functions
Function, dtd-pentities: Private ordinary functions
Function, elmdef-attributes: Private ordinary functions
Function, elmdef-compiled-cspec: Private ordinary functions
Function, elmdef-content: Private ordinary functions
Function, elmdef-external-p: Private ordinary functions
Function, elmdef-name: Private ordinary functions
Function, elmdef-p: Private ordinary functions
Function, end-indentation-block: Private ordinary functions
Function, ensure-doctype: Private ordinary functions
Function, ensure-dtd: Private ordinary functions
Function, ensure-valid-insertion-request: Private ordinary functions
Function, entdef-expansion: Private ordinary functions
Function, entdef-external-subset-p: Private ordinary functions
Function, entdef-extid: Private ordinary functions
Function, entdef-ndata: Private ordinary functions
Function, entdef-p: Private ordinary functions
Function, entdef-value: Private ordinary functions
Function, entity->xstream: Private ordinary functions
Function, entity-resolver: Private ordinary functions
Function, entry-file-p: Private ordinary functions
Function, eox: Private ordinary functions
Function, escape-path: Private ordinary functions
Function, escape-query: Private ordinary functions
Function, escape-uri: Private ordinary functions
Function, expect: Public ordinary functions
Function, expect: Private ordinary functions
Function, extension: Private ordinary functions
Function, external-entdef-p: Private ordinary functions
Function, extid-p: Private ordinary functions
Function, extid-public: Private ordinary functions
Function, extid-system: Private ordinary functions
Function, extid-using-catalog: Private ordinary functions
Function, fast-push: Private ordinary functions
Function, fill-source: Private ordinary functions
Function, find-attribute: Public ordinary functions
Function, find-attribute: Private ordinary functions
Function, find-attribute-ns: Public ordinary functions
Function, find-catalog-file: Private ordinary functions
Function, find-element: Public ordinary functions
Function, find-element: Private ordinary functions
Function, find-event: Public ordinary functions
Function, find-internal-entity-expansion: Private ordinary functions
Function, find-namespace-binding: Private ordinary functions
Function, find-namespace-declarations: Private ordinary functions
Function, find-notation: Private ordinary functions
Function, find-unparse-namespace: Private ordinary functions
Function, fix-seen-<: Private ordinary functions
Function, flush-characters: Private ordinary functions
Function, get-attribute: Private ordinary functions
Function, get-attribute/lname: Private ordinary functions
Function, get-entity-definition: Private ordinary functions
Function, getdtd: Public ordinary functions
Function, handler: Private ordinary functions
Function, id-table: Private ordinary functions
Function, indent: Private ordinary functions
Function, initialize-rod-stream: Private ordinary functions
Function, intern-name: Private ordinary functions
Function, internal-entdef-p: Private ordinary functions
Function, internal-entity-expansion: Private ordinary functions
Function, invoke-expecting-element: Private ordinary functions
Function, invoke-with-element: Private ordinary functions
Function, invoke-with-element*: Private ordinary functions
Function, invoke-with-namespace: Private ordinary functions
Function, invoke-with-output-sink: Private ordinary functions
Function, invoke-with-xml-output: Private ordinary functions
Function, klacks-error: Private ordinary functions
Function, klacks/content: Private ordinary functions
Function, klacks/doctype: Private ordinary functions
Function, klacks/element: Private ordinary functions
Function, klacks/element-2: Private ordinary functions
Function, klacks/element-3: Private ordinary functions
Function, klacks/entity-reference: Private ordinary functions
Function, klacks/entity-reference-2: Private ordinary functions
Function, klacks/eof: Private ordinary functions
Function, klacks/ext-parsed-ent: Private ordinary functions
Function, klacks/finish-doctype: Private ordinary functions
Function, klacks/misc*-2: Private ordinary functions
Function, klacks/nil: Private ordinary functions
Function, klacks/xmldecl: Private ordinary functions
Function, klacks/ztag: Private ordinary functions
Function, legal-content-model-p: Private ordinary functions
Function, main-zstream: Private ordinary functions
Function, make-attdef: Private ordinary functions
Function, make-attribute: Public ordinary functions
Function, make-broadcast-handler: Public ordinary functions
Function, make-buffer: Private ordinary functions
Function, make-catalog: Public ordinary functions
Function, make-character-stream-sink: Public ordinary functions
Function, make-context: Private ordinary functions
Function, make-dom-builder: Public ordinary functions
Function, make-dtd: Private ordinary functions
Function, make-dtd-cache: Public ordinary functions
Function, make-elmdef: Private ordinary functions
Function, make-entdef: Private ordinary functions
Function, make-entry-file: Private ordinary functions
Function, make-external-entdef: Private ordinary functions
Function, make-extid: Public ordinary functions
Function, make-internal-entdef: Private ordinary functions
Function, make-namespace-normalizer: Public ordinary functions
Function, make-node: Public ordinary functions
Function, make-node-list: Private ordinary functions
Function, make-octet-stream-sink: Public ordinary functions
Function, make-octet-vector-sink: Public ordinary functions
Function, make-recoder: Public ordinary functions
Function, make-rod-hashtable: Private ordinary functions
Function, make-rod-hashtable/low: Private ordinary functions
Function, make-rod-sink: Public ordinary functions
Function, make-rod-stream: Private ordinary functions
Function, make-root-model: Private ordinary functions
Function, make-source: Public ordinary functions
Function, make-space: Private ordinary functions
Function, make-stream-name: Private ordinary functions
Function, make-string-sink: Public ordinary functions
Function, make-tag: Private ordinary functions
Function, make-tapping-source: Public ordinary functions
Function, make-uri: Private ordinary functions
Function, make-validator: Public ordinary functions
Function, make-whitespace-normalizer: Public ordinary functions
Function, make-xml-header: Private ordinary functions
Function, make-xmlns-attribute: Private ordinary functions
Function, make-xmls-builder: Public ordinary functions
Function, make-xpath-navigator: Public ordinary functions
Function, make-zstream: Private ordinary functions
Function, map-document: Public ordinary functions
Function, map-node: Public ordinary functions
Function, map-node-list: Public ordinary functions
Function, map-node-map: Public ordinary functions
Function, map-node/lnames: Private ordinary functions
Function, map-node/qnames: Private ordinary functions
Function, match-exact: Private ordinary functions
Function, match-prefix/rewrite: Private ordinary functions
Function, match-prefix/sorted: Private ordinary functions
Function, maybe-add-default-attribute: Private ordinary functions
Function, maybe-close-tag: Private ordinary functions
Function, maybe-compile-cspec: Private ordinary functions
Function, maybe-dribble: Private ordinary functions
Function, maybe-emit-start-tag: Private ordinary functions
Function, model-stack: Private ordinary functions
Function, move: Private ordinary functions
Function, mu: Private ordinary functions
Function, name-hashtable: Private ordinary functions
Function, name-rune-p: Private ordinary functions
Function, name-start-rune-p: Private ordinary functions
Function, nc-name-p: Private ordinary functions
Function, nearest-greater-prime: Private ordinary functions
Function, next-catalog-entries: Private ordinary functions
Function, node-attrs: Public ordinary functions
Function, node-children: Public ordinary functions
Function, node-name: Public ordinary functions
Function, node-ns: Public ordinary functions
Function, normalize-mixed-cspec: Private ordinary functions
Function, normalize-public: Private ordinary functions
Function, normalize-public-id: Private ordinary functions
Function, normalize-uri: Private ordinary functions
Function, normalizer-find-prefix: Private ordinary functions
Function, normalizer-find-uri: Private ordinary functions
Function, p/att-type: Private ordinary functions
Function, p/att-value: Private ordinary functions
Function, p/attdef: Private ordinary functions
Function, p/attlist-decl: Private ordinary functions
Function, p/cond-expect: Private ordinary functions
Function, p/conditional-sect: Private ordinary functions
Function, p/content: Private ordinary functions
Function, p/cspec: Private ordinary functions
Function, p/default-decl: Private ordinary functions
Function, p/doctype-decl: Private ordinary functions
Function, p/document: Private ordinary functions
Function, p/element: Private ordinary functions
Function, p/element-decl: Private ordinary functions
Function, p/entity-decl: Private ordinary functions
Function, p/entity-def: Private ordinary functions
Function, p/entity-value: Private ordinary functions
Function, p/eof: Private ordinary functions
Function, p/etag: Private ordinary functions
Function, p/ext-parsed-ent: Private ordinary functions
Function, p/ext-subset: Private ordinary functions
Function, p/ext-subset-decl: Private ordinary functions
Function, p/external-id: Private ordinary functions
Function, p/id: Private ordinary functions
Function, p/ignore-sect: Private ordinary functions
Function, p/include-sect: Private ordinary functions
Function, p/list: Private ordinary functions
Function, p/markup-decl: Private ordinary functions
Function, p/markup-decl-unsafe: Private ordinary functions
Function, p/misc*-2: Private ordinary functions
Function, p/name: Private ordinary functions
Function, p/nmtoken: Private ordinary functions
Function, p/notation-decl: Private ordinary functions
Function, p/pubid-literal: Private ordinary functions
Function, p/s: Private ordinary functions
Function, p/s?: Private ordinary functions
Function, p/system-literal: Private ordinary functions
Function, p/sztag: Private ordinary functions
Function, p/xmldecl: Private ordinary functions
Function, parse: Public ordinary functions
Function, parse-catalog-file: Private ordinary functions
Function, parse-catalog-file/strict: Private ordinary functions
Function, parse-dtd-file: Public ordinary functions
Function, parse-dtd-stream: Public ordinary functions
Function, parse-empty-document: Public ordinary functions
Function, parse-file: Public ordinary functions
Function, parse-name.type: Private ordinary functions
Function, parse-octets: Public ordinary functions
Function, parse-rod: Public ordinary functions
Function, parse-stream: Public ordinary functions
Function, parse-text-decl: Private ordinary functions
Function, parse-xml-decl: Private ordinary functions
Function, parse-xstream: Private ordinary functions
Function, parser-stream-name: Private ordinary functions
Function, parser-xstream: Private ordinary functions
Function, pathname-to-uri: Private ordinary functions
Function, peek-token: Private ordinary functions
Function, primep: Private ordinary functions
Function, print-stream-name: Private ordinary functions
Function, process-attributes: Private ordinary functions
Function, process-cdata-section: Private ordinary functions
Function, process-characters: Private ordinary functions
Function, processing-instruction: Public ordinary functions
Function, pubid-char-p: Private ordinary functions
Function, public-entries: Private ordinary functions
Function, put-rod: Private ordinary functions
Function, query-value: Private ordinary functions
Function, rcurry: Private ordinary functions
Function, read-att-value: Private ordinary functions
Function, read-att-value-2: Private ordinary functions
Function, read-attribute: Private ordinary functions
Function, read-attribute-list: Private ordinary functions
Function, read-cdata: Private ordinary functions
Function, read-cdata-sect: Private ordinary functions
Function, read-character-reference: Private ordinary functions
Function, read-comment-content: Private ordinary functions
Function, read-entity-like: Private ordinary functions
Function, read-name-token: Private ordinary functions
Function, read-pe-reference: Private ordinary functions
Function, read-pi: Private ordinary functions
Function, read-pi-content: Private ordinary functions
Function, read-s?: Private ordinary functions
Function, read-tag-2: Private ordinary functions
Function, read-token: Private ordinary functions
Function, read-token-2: Private ordinary functions
Function, read-token-3: Private ordinary functions
Function, read-token-after-<: Private ordinary functions
Function, read-token-after-<!: Private ordinary functions
Function, real-rod: Private ordinary functions
Function, recurse-on-entity: Private ordinary functions
Function, referenced-notations: Private ordinary functions
Function, remdtd: Public ordinary functions
Function, rename-attribute: Private ordinary functions
Function, report-cached-dtd: Private ordinary functions
Function, report-entity: Private ordinary functions
Function, resolve-entity: Private ordinary functions
Function, resolve-extid: Public ordinary functions
Function, resolve-synonym-stream: Private ordinary functions
Function, resolve-uri: Public ordinary functions
Function, rewrite-system-entries: Private ordinary functions
Function, rewrite-uri-entries: Private ordinary functions
Function, rod-hash: Private ordinary functions
Function, rod-hash-get: Private ordinary functions
Function, rod-hash-set: Private ordinary functions
Function, rod-hashtable-p: Private ordinary functions
Function, rod-hashtable-size: Private ordinary functions
Function, rod-hashtable-table: Private ordinary functions
Function, rod-starts-with: Private ordinary functions
Function, rod-stream-buf: Private ordinary functions
Function, rod-stream-p: Private ordinary functions
Function, rod-stream-position: Private ordinary functions
Function, rod-subseq*: Private ordinary functions
Function, rod-subseq**: Private ordinary functions
Function, rod=*: Private ordinary functions
Function, rod=**: Private ordinary functions
Function, safe-parse-uri: Private ordinary functions
Function, safe-split-qname: Private ordinary functions
Function, safe-stream-sysid: Private ordinary functions
Function, serialize-declaration-kludge: Private ordinary functions
Function, serialize-element: Public ordinary functions
Function, serialize-event: Public ordinary functions
Function, serialize-source: Public ordinary functions
Function, set-attribute-namespace: Private ordinary functions
Function, set-entity: Private ordinary functions
Function, set-full-speed: Private ordinary functions
Function, setp: Private ordinary functions
Function, setup-encoding: Private ordinary functions
Function, sink-fresh-line: Private ordinary functions
Function, sink-write-escapable-rod: Private ordinary functions
Function, sink-write-escapable-rod/attribute: Private ordinary functions
Function, sink-write-escapable-rod/canonical: Private ordinary functions
Function, sink-write-escapable-rod/dtd: Private ordinary functions
Function, sink-write-rod: Private ordinary functions
Function, sink-write-rune: Private ordinary functions
Function, skip: Public ordinary functions
Function, source-stream-name: Private ordinary functions
Function, source-xstream: Private ordinary functions
Function, space-rune-p: Private ordinary functions
Function, specific-or: Private ordinary functions
Function, split-names: Private ordinary functions
Function, split-qname: Private ordinary functions
Function, split-sequence-if: Private ordinary functions
Function, standalone-check-necessary-p: Private ordinary functions
Function, standalone-p: Private ordinary functions
Function, standard-attribute-local-name: Private ordinary functions
Function, standard-attribute-namespace-uri: Private ordinary functions
Function, standard-attribute-p: Private ordinary functions
Function, standard-attribute-qname: Private ordinary functions
Function, standard-attribute-specified-p: Private ordinary functions
Function, standard-attribute-value: Private ordinary functions
Function, start-indentation-block: Private ordinary functions
Function, starts-with-p: Private ordinary functions
Function, stir: Private ordinary functions
Function, stream-name-entity-kind: Private ordinary functions
Function, stream-name-entity-name: Private ordinary functions
Function, stream-name-p: Private ordinary functions
Function, stream-name-uri: Private ordinary functions
Function, string->xstream: Private ordinary functions
Function, string-or: Private ordinary functions
Function, synthesize-doctype: Private ordinary functions
Function, system-entries: Private ordinary functions
Function, tag-have-gt: Private ordinary functions
Function, tag-n-children: Private ordinary functions
Function, tag-name: Private ordinary functions
Function, tag-p: Private ordinary functions
Function, text: Public ordinary functions
Function, undeclare-namespaces: Private ordinary functions
Function, unescaped: Public ordinary functions
Function, unparse-indented-text: Private ordinary functions
Function, unwrap-publicid: Private ordinary functions
Function, uri-entries: Private ordinary functions
Function, uri-parsed-query: Private ordinary functions
Function, uri-rod: Private ordinary functions
Function, uri-to-pathname: Private ordinary functions
Function, valid-name-p: Private ordinary functions
Function, valid-name-p: Private ordinary functions
Function, valid-nmtoken-p: Private ordinary functions
Function, validate-attribute: Private ordinary functions
Function, validate-attribute*: Private ordinary functions
Function, validate-characters: Private ordinary functions
Function, validate-end-element: Private ordinary functions
Function, validate-entity: Private ordinary functions
Function, validate-idref: Private ordinary functions
Function, validate-nmtoken: Private ordinary functions
Function, validate-start-element: Private ordinary functions
Function, validity-error: Public ordinary functions
Function, wf-error: Private ordinary functions
Function, write-quoted-rod: Private ordinary functions
Function, xml-header-encoding: Private ordinary functions
Function, xml-header-p: Private ordinary functions
Function, xml-header-standalone-p: Private ordinary functions
Function, xml-header-version: Private ordinary functions
Function, xmlns-attr-p: Private ordinary functions
Function, xstream-open-extid: Private ordinary functions
Function, xstream-open-extid*: Private ordinary functions
Function, zstream-base-sysid: Private ordinary functions
Function, zstream-input-stack: Private ordinary functions
Function, zstream-p: Private ordinary functions
Function, zstream-push: Private ordinary functions
Function, zstream-token-category: Private ordinary functions
Function, zstream-token-semantic: Private ordinary functions
fx-op: Private macros
fx-pred: Private macros

G
Generic Function, %internal-subset: Private generic functions
Generic Function, (setf %internal-subset): Private generic functions
Generic Function, (setf attribute-local-name): Public generic functions
Generic Function, (setf attribute-namespace-uri): Public generic functions
Generic Function, (setf attribute-qname): Public generic functions
Generic Function, (setf attribute-specified-p): Public generic functions
Generic Function, (setf attribute-value): Public generic functions
Generic Function, (setf broadcast-handler-handlers): Public generic functions
Generic Function, (setf canonical): Private generic functions
Generic Function, (setf catalog-base-stack): Private generic functions
Generic Function, (setf cdatap): Private generic functions
Generic Function, (setf chained-handler): Private generic functions
Generic Function, (setf context): Private generic functions
Generic Function, (setf current-indentation): Private generic functions
Generic Function, (setf data): Public generic functions
Generic Function, (setf document): Private generic functions
Generic Function, (setf document-done-p): Private generic functions
Generic Function, (setf dribble-handler): Private generic functions
Generic Function, (setf element-stack): Private generic functions
Generic Function, (setf element-stack): Private generic functions
Generic Function, (setf handler-internal-subset-p): Private generic functions
Generic Function, (setf have-doctype): Private generic functions
Generic Function, (setf have-internal-subset): Private generic functions
Generic Function, (setf include-default-values): Private generic functions
Generic Function, (setf include-namespace-uri): Private generic functions
Generic Function, (setf indentation): Private generic functions
Generic Function, (setf internal-subset): Private generic functions
Generic Function, (setf name-for-dtd): Private generic functions
Generic Function, (setf next): Private generic functions
Generic Function, (setf node-value): Public generic functions
Generic Function, (setf notations): Private generic functions
Generic Function, (setf prefer-stack): Private generic functions
Generic Function, (setf prefix): Public generic functions
Generic Function, (setf previous-notation): Private generic functions
Generic Function, (setf proxy-chained-handler): Public generic functions
Generic Function, (setf recoder): Private generic functions
Generic Function, (setf result): Private generic functions
Generic Function, (setf root): Private generic functions
Generic Function, (setf seen-event-p): Private generic functions
Generic Function, (setf sink-omit-xml-declaration-p): Public generic functions
Generic Function, (setf sink-ystream): Private generic functions
Generic Function, (setf stack): Private generic functions
Generic Function, (setf text-buffer): Private generic functions
Generic Function, (setf upstream-source): Private generic functions
Generic Function, (setf value): Public generic functions
Generic Function, (setf width): Private generic functions
Generic Function, (setf xml-space-attributes): Private generic functions
Generic Function, (setf xml-space-dtd): Private generic functions
Generic Function, (setf xml-space-models): Private generic functions
Generic Function, (setf xmlns-stack): Private generic functions
Generic Function, append-child: Public generic functions
Generic Function, append-data: Public generic functions
Generic Function, attribute-declaration: Public generic functions
Generic Function, attribute-local-name: Public generic functions
Generic Function, attribute-namespace-uri: Public generic functions
Generic Function, attribute-p: Public generic functions
Generic Function, attribute-qname: Public generic functions
Generic Function, attribute-specified-p: Public generic functions
Generic Function, attribute-value: Public generic functions
Generic Function, attributes: Public generic functions
Generic Function, base: Private generic functions
Generic Function, broadcast-handler-handlers: Public generic functions
Generic Function, canonical: Private generic functions
Generic Function, catalog-base-stack: Private generic functions
Generic Function, cdata-section-p: Public generic functions
Generic Function, cdatap: Private generic functions
Generic Function, chained-handler: Private generic functions
Generic Function, character-data-p: Public generic functions
Generic Function, characters: Public generic functions
Generic Function, child-nodes: Public generic functions
Generic Function, clone-node: Public generic functions
Generic Function, close-source: Public generic functions
Generic Function, code: Public generic functions
Generic Function, column-number: Public generic functions
Generic Function, comment: Public generic functions
Generic Function, comment-p: Public generic functions
Generic Function, consume: Public generic functions
Generic Function, context: Private generic functions
Generic Function, create-attribute: Public generic functions
Generic Function, create-attribute-ns: Public generic functions
Generic Function, create-cdata-section: Public generic functions
Generic Function, create-comment: Public generic functions
Generic Function, create-document: Public generic functions
Generic Function, create-document-fragment: Public generic functions
Generic Function, create-document-type: Public generic functions
Generic Function, create-element: Public generic functions
Generic Function, create-element-ns: Public generic functions
Generic Function, create-entity-reference: Public generic functions
Generic Function, create-processing-instruction: Public generic functions
Generic Function, create-text-node: Public generic functions
Generic Function, current-cdata-section-p: Public generic functions
Generic Function, current-column-number: Public generic functions
Generic Function, current-indentation: Private generic functions
Generic Function, current-line-number: Public generic functions
Generic Function, current-system-id: Public generic functions
Generic Function, current-xml-base: Public generic functions
Generic Function, data: Public generic functions
Generic Function, decode-qname: Public generic functions
Generic Function, delete-data: Public generic functions
Generic Function, doctype: Public generic functions
Generic Function, document: Private generic functions
Generic Function, document-done-p: Private generic functions
Generic Function, document-element: Public generic functions
Generic Function, document-fragment-p: Public generic functions
Generic Function, document-p: Public generic functions
Generic Function, document-type-p: Public generic functions
Generic Function, dom-exception-arguments: Private generic functions
Generic Function, dom-exception-key: Private generic functions
Generic Function, dom-exception-string: Private generic functions
Generic Function, dribble-handler: Private generic functions
Generic Function, dtd: Private generic functions
Generic Function, dtd: Private generic functions
Generic Function, element-declaration: Public generic functions
Generic Function, element-p: Public generic functions
Generic Function, element-stack: Private generic functions
Generic Function, element-stack: Private generic functions
Generic Function, end-cdata: Public generic functions
Generic Function, end-document: Public generic functions
Generic Function, end-dtd: Public generic functions
Generic Function, end-element: Public generic functions
Generic Function, end-internal-subset: Public generic functions
Generic Function, end-prefix-mapping: Public generic functions
Generic Function, entities: Public generic functions
Generic Function, entity-p: Public generic functions
Generic Function, entity-reference-p: Public generic functions
Generic Function, entity-resolver: Public generic functions
Generic Function, external-entity-declaration: Public generic functions
Generic Function, find-namespace-binding: Public generic functions
Generic Function, first-child: Public generic functions
Generic Function, get-attribute: Public generic functions
Generic Function, get-attribute: Public generic functions
Generic Function, get-attribute-node: Public generic functions
Generic Function, get-attribute-node-ns: Public generic functions
Generic Function, get-attribute-ns: Public generic functions
Generic Function, get-element-by-id: Public generic functions
Generic Function, get-elements-by-tag-name: Public generic functions
Generic Function, get-elements-by-tag-name-internal: Private generic functions
Generic Function, get-elements-by-tag-name-internal-ns: Private generic functions
Generic Function, get-elements-by-tag-name-ns: Public generic functions
Generic Function, get-named-item: Public generic functions
Generic Function, get-named-item-ns: Public generic functions
Generic Function, handler-internal-subset-p: Private generic functions
Generic Function, handler-source: Private generic functions
Generic Function, has-attribute: Public generic functions
Generic Function, has-attribute-ns: Public generic functions
Generic Function, has-attributes: Public generic functions
Generic Function, has-child-nodes: Public generic functions
Generic Function, has-feature: Public generic functions
Generic Function, have-doctype: Private generic functions
Generic Function, have-internal-subset: Private generic functions
Generic Function, implementation: Public generic functions
Generic Function, import-node: Public generic functions
Generic Function, import-node-internal: Private generic functions
Generic Function, include-default-values: Private generic functions
Generic Function, include-namespace-uri: Private generic functions
Generic Function, indentation: Private generic functions
Generic Function, insert-before: Public generic functions
Generic Function, insert-data: Public generic functions
Generic Function, internal-entity-declaration: Public generic functions
Generic Function, internal-subset: Public generic functions
Generic Function, internal-subset: Private generic functions
Generic Function, is-supported: Public generic functions
Generic Function, item: Public generic functions
Generic Function, items: Public generic functions
Generic Function, last-child: Public generic functions
Generic Function, length: Public generic functions
Generic Function, line-number: Public generic functions
Generic Function, list-attributes: Public generic functions
Generic Function, local-name: Public generic functions
Generic Function, map-attributes: Public generic functions
Generic Function, map-current-namespace-declarations: Public generic functions
Generic Function, name: Public generic functions
Generic Function, name-for-dtd: Private generic functions
Generic Function, named-node-map-p: Public generic functions
Generic Function, namespace-uri: Public generic functions
Generic Function, next: Private generic functions
Generic Function, next-sibling: Public generic functions
Generic Function, node-name: Public generic functions
Generic Function, node-p: Public generic functions
Generic Function, node-type: Public generic functions
Generic Function, node-value: Public generic functions
Generic Function, normalize: Public generic functions
Generic Function, notation-declaration: Public generic functions
Generic Function, notation-name: Public generic functions
Generic Function, notation-p: Public generic functions
Generic Function, notations: Public generic functions
Generic Function, notations: Private generic functions
Generic Function, owner-document: Public generic functions
Generic Function, owner-element: Public generic functions
Generic Function, parent-node: Public generic functions
Generic Function, peek: Public generic functions
Generic Function, peek-next: Public generic functions
Generic Function, peek-value: Public generic functions
Generic Function, prefer: Private generic functions
Generic Function, prefer-stack: Private generic functions
Generic Function, prefix: Public generic functions
Generic Function, previous-notation: Private generic functions
Generic Function, previous-sibling: Public generic functions
Generic Function, processing-instruction: Public generic functions
Generic Function, processing-instruction-p: Public generic functions
Generic Function, proxy-chained-handler: Public generic functions
Generic Function, public-id: Public generic functions
Generic Function, read-only-p: Private generic functions
Generic Function, recoder: Private generic functions
Generic Function, register-sax-parser: Public generic functions
Generic Function, remove-attribute: Public generic functions
Generic Function, remove-attribute-node: Public generic functions
Generic Function, remove-attribute-ns: Public generic functions
Generic Function, remove-child: Public generic functions
Generic Function, remove-named-item: Public generic functions
Generic Function, remove-named-item-ns: Public generic functions
Generic Function, replace-child: Public generic functions
Generic Function, replace-data: Public generic functions
Generic Function, result: Private generic functions
Generic Function, root: Private generic functions
Generic Function, sax-parser: Public generic functions
Generic Function, seen-event-p: Private generic functions
Generic Function, set-attribute: Public generic functions
Generic Function, set-attribute-node: Public generic functions
Generic Function, set-attribute-node-ns: Public generic functions
Generic Function, set-attribute-ns: Public generic functions
Generic Function, set-named-item: Public generic functions
Generic Function, set-named-item-ns: Public generic functions
Generic Function, sink-encoding: Public generic functions
Generic Function, sink-omit-xml-declaration-p: Public generic functions
Generic Function, sink-ystream: Private generic functions
Generic Function, specified: Public generic functions
Generic Function, split-text: Public generic functions
Generic Function, stack: Private generic functions
Generic Function, start-cdata: Public generic functions
Generic Function, start-document: Public generic functions
Generic Function, start-dtd: Public generic functions
Generic Function, start-element: Public generic functions
Generic Function, start-internal-subset: Public generic functions
Generic Function, start-prefix-mapping: Public generic functions
Generic Function, substring-data: Public generic functions
Generic Function, system-id: Public generic functions
Generic Function, system-id: Public generic functions
Generic Function, tag-name: Public generic functions
Generic Function, target: Public generic functions
Generic Function, text-buffer: Private generic functions
Generic Function, text-node-p: Public generic functions
Generic Function, unescaped: Public generic functions
Generic Function, unparse-attribute: Public generic functions
Generic Function, unparsed-entity-declaration: Public generic functions
Generic Function, unparsed-internal-subset: Public generic functions
Generic Function, upstream-source: Private generic functions
Generic Function, value: Public generic functions
Generic Function, width: Private generic functions
Generic Function, write-attribute-child: Private generic functions
Generic Function, xml-base: Public generic functions
Generic Function, xml-space-attributes: Private generic functions
Generic Function, xml-space-dtd: Private generic functions
Generic Function, xml-space-models: Private generic functions
Generic Function, xmlns-stack: Private generic functions
get-attribute: Public generic functions
get-attribute: Public generic functions
get-attribute: Public generic functions
get-attribute: Public generic functions
get-attribute: Private ordinary functions
get-attribute-node: Public generic functions
get-attribute-node: Public generic functions
get-attribute-node-ns: Public generic functions
get-attribute-node-ns: Public generic functions
get-attribute-ns: Public generic functions
get-attribute-ns: Public generic functions
get-attribute/lname: Private ordinary functions
get-element-by-id: Public generic functions
get-element-by-id: Public generic functions
get-elements-by-tag-name: Public generic functions
get-elements-by-tag-name: Public generic functions
get-elements-by-tag-name: Public generic functions
get-elements-by-tag-name-internal: Private generic functions
get-elements-by-tag-name-internal: Private generic functions
get-elements-by-tag-name-internal-ns: Private generic functions
get-elements-by-tag-name-internal-ns: Private generic functions
get-elements-by-tag-name-ns: Public generic functions
get-elements-by-tag-name-ns: Public generic functions
get-elements-by-tag-name-ns: Public generic functions
get-entity-definition: Private ordinary functions
get-named-item: Public generic functions
get-named-item: Public generic functions
get-named-item-ns: Public generic functions
get-named-item-ns: Public generic functions
getdtd: Public ordinary functions

H
handler: Private ordinary functions
handler-internal-subset-p: Private generic functions
handler-internal-subset-p: Private generic functions
handler-source: Private generic functions
handler-source: Private generic functions
has-attribute: Public generic functions
has-attribute: Public generic functions
has-attribute-ns: Public generic functions
has-attribute-ns: Public generic functions
has-attributes: Public generic functions
has-attributes: Public generic functions
has-attributes: Public generic functions
has-child-nodes: Public generic functions
has-child-nodes: Public generic functions
has-feature: Public generic functions
has-feature: Public generic functions
have-doctype: Private generic functions
have-doctype: Private generic functions
have-internal-subset: Private generic functions
have-internal-subset: Private generic functions

I
id-table: Private ordinary functions
implementation: Public generic functions
implementation: Public generic functions
import-node: Public generic functions
import-node: Public generic functions
import-node: Public generic functions
import-node: Public generic functions
import-node: Public generic functions
import-node: Public generic functions
import-node: Public generic functions
import-node: Public generic functions
import-node: Public generic functions
import-node: Public generic functions
import-node-internal: Private generic functions
import-node-internal: Private generic functions
include-default-values: Private generic functions
include-default-values: Private generic functions
include-namespace-uri: Private generic functions
include-namespace-uri: Private generic functions
indent: Private ordinary functions
indentation: Private generic functions
indentation: Private generic functions
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-rod-stream: Private ordinary functions
insert-before: Public generic functions
insert-before: Public generic functions
insert-before: Public generic functions
insert-data: Public generic functions
insert-data: Public generic functions
intern-name: Private ordinary functions
internal-entdef-p: Private ordinary functions
internal-entity-declaration: Public generic functions
internal-entity-declaration: Public generic functions
internal-entity-declaration: Public generic functions
internal-entity-declaration: Public generic functions
internal-entity-declaration: Public generic functions
internal-entity-declaration: Public generic functions
internal-entity-declaration: Public generic functions
internal-entity-declaration: Public generic functions
internal-entity-declaration: Public generic functions
internal-entity-declaration: Public generic functions
internal-entity-declaration: Public generic functions
internal-entity-expansion: Private ordinary functions
internal-subset: Public generic functions
internal-subset: Public generic functions
internal-subset: Private generic functions
internal-subset: Private generic functions
invoke-expecting-element: Private ordinary functions
invoke-with-element: Private ordinary functions
invoke-with-element*: Private ordinary functions
invoke-with-namespace: Private ordinary functions
invoke-with-output-sink: Private ordinary functions
invoke-with-xml-output: Private ordinary functions
is-supported: Public generic functions
is-supported: Public generic functions
item: Public generic functions
item: Public generic functions
item: Public generic functions
items: Public generic functions
items: Public generic functions

K
klacks-error: Private ordinary functions
klacks/content: Private ordinary functions
klacks/doctype: Private ordinary functions
klacks/element: Private ordinary functions
klacks/element-2: Private ordinary functions
klacks/element-3: Private ordinary functions
klacks/entity-reference: Private ordinary functions
klacks/entity-reference-2: Private ordinary functions
klacks/eof: Private ordinary functions
klacks/ext-parsed-ent: Private ordinary functions
klacks/finish-doctype: Private ordinary functions
klacks/misc*-2: Private ordinary functions
klacks/nil: Private ordinary functions
klacks/xmldecl: Private ordinary functions
klacks/ztag: Private ordinary functions

L
last-child: Public generic functions
last-child: Public generic functions
legal-content-model-p: Private ordinary functions
length: Public generic functions
length: Public generic functions
length: Public generic functions
length: Public generic functions
line-number: Public generic functions
line-number: Public generic functions
line-number: Public generic functions
line-number: Public generic functions
list-attributes: Public generic functions
list-attributes: Public generic functions
list-attributes: Public generic functions
local-name: Public generic functions
local-name: Public generic functions
local-name: Public generic functions

M
Macro, %*: Private macros
Macro, %+: Private macros
Macro, %-: Private macros
Macro, %/: Private macros
Macro, %<: Private macros
Macro, %<=: Private macros
Macro, %=: Private macros
Macro, %>: Private macros
Macro, %>=: Private macros
Macro, %and: Private macros
Macro, %ash: Private macros
Macro, %ior: Private macros
Macro, %mod: Private macros
Macro, %put-unicode-char: Private macros
Macro, %rune*: Private macros
Macro, %rune+: Private macros
Macro, %rune-: Private macros
Macro, %rune-and: Private macros
Macro, %rune-ash: Private macros
Macro, %rune-ior: Private macros
Macro, %rune-mod: Private macros
Macro, %rune-xor: Private macros
Macro, %rune/: Private macros
Macro, %rune<: Private macros
Macro, %rune<=: Private macros
Macro, %rune=: Private macros
Macro, %rune>: Private macros
Macro, %rune>=: Private macros
Macro, %xor: Private macros
Macro, do-node-list: Public macros
Macro, do-node-map: Public macros
Macro, dovector: Private macros
Macro, expecting-element: Public macros
Macro, fx-op: Private macros
Macro, fx-pred: Private macros
Macro, read-data-until*: Private macros
Macro, rune-op: Private macros
Macro, rune-pred: Private macros
Macro, until: Private macros
Macro, while: Private macros
Macro, with-element: Public macros
Macro, with-element*: Public macros
Macro, with-namespace: Public macros
Macro, with-open-source: Public macros
Macro, with-open-xfile: Private macros
Macro, with-open-xstream: Private macros
Macro, with-output-sink: Public macros
Macro, with-restored-base-stack: Private macros
Macro, with-rune-collector: Private macros
Macro, with-rune-collector-2: Private macros
Macro, with-rune-collector-3: Private macros
Macro, with-rune-collector-4: Private macros
Macro, with-rune-collector-aux: Private macros
Macro, with-rune-collector/intern: Private macros
Macro, with-rune-collector/raw: Private macros
Macro, with-scratch-pads: Private macros
Macro, with-source: Private macros
Macro, with-xml-output: Public macros
Macro, with-zstream: Private macros
main-zstream: Private ordinary functions
make-attdef: Private ordinary functions
make-attribute: Public ordinary functions
make-broadcast-handler: Public ordinary functions
make-buffer: Private ordinary functions
make-catalog: Public ordinary functions
make-character-stream-sink: Public ordinary functions
make-context: Private ordinary functions
make-dom-builder: Public ordinary functions
make-dtd: Private ordinary functions
make-dtd-cache: Public ordinary functions
make-elmdef: Private ordinary functions
make-entdef: Private ordinary functions
make-entry-file: Private ordinary functions
make-external-entdef: Private ordinary functions
make-extid: Public ordinary functions
make-internal-entdef: Private ordinary functions
make-namespace-normalizer: Public ordinary functions
make-node: Public ordinary functions
make-node-list: Private ordinary functions
make-octet-stream-sink: Public ordinary functions
make-octet-vector-sink: Public ordinary functions
make-recoder: Public ordinary functions
make-rod-hashtable: Private ordinary functions
make-rod-hashtable/low: Private ordinary functions
make-rod-sink: Public ordinary functions
make-rod-stream: Private ordinary functions
make-root-model: Private ordinary functions
make-source: Public ordinary functions
make-space: Private ordinary functions
make-stream-name: Private ordinary functions
make-string-sink: Public ordinary functions
make-tag: Private ordinary functions
make-tapping-source: Public ordinary functions
make-uri: Private ordinary functions
make-validator: Public ordinary functions
make-whitespace-normalizer: Public ordinary functions
make-xml-header: Private ordinary functions
make-xmlns-attribute: Private ordinary functions
make-xmls-builder: Public ordinary functions
make-xpath-navigator: Public ordinary functions
make-zstream: Private ordinary functions
map-attributes: Public generic functions
map-attributes: Public generic functions
map-attributes: Public generic functions
map-current-namespace-declarations: Public generic functions
map-current-namespace-declarations: Public generic functions
map-current-namespace-declarations: Public generic functions
map-document: Public ordinary functions
map-node: Public ordinary functions
map-node-list: Public ordinary functions
map-node-map: Public ordinary functions
map-node/lnames: Private ordinary functions
map-node/qnames: Private ordinary functions
match-exact: Private ordinary functions
match-prefix/rewrite: Private ordinary functions
match-prefix/sorted: Private ordinary functions
maybe-add-default-attribute: Private ordinary functions
maybe-close-tag: Private ordinary functions
maybe-compile-cspec: Private ordinary functions
maybe-dribble: Private ordinary functions
maybe-emit-start-tag: Private ordinary functions
Method, %internal-subset: Private generic functions
Method, (setf %internal-subset): Private generic functions
Method, (setf attribute-local-name): Public generic functions
Method, (setf attribute-namespace-uri): Public generic functions
Method, (setf attribute-qname): Public generic functions
Method, (setf attribute-specified-p): Public generic functions
Method, (setf attribute-value): Public generic functions
Method, (setf broadcast-handler-handlers): Public generic functions
Method, (setf canonical): Private generic functions
Method, (setf catalog-base-stack): Private generic functions
Method, (setf cdatap): Private generic functions
Method, (setf chained-handler): Private generic functions
Method, (setf context): Private generic functions
Method, (setf current-indentation): Private generic functions
Method, (setf data): Public generic functions
Method, (setf data): Public generic functions
Method, (setf document): Private generic functions
Method, (setf document-done-p): Private generic functions
Method, (setf dribble-handler): Private generic functions
Method, (setf element-stack): Private generic functions
Method, (setf element-stack): Private generic functions
Method, (setf handler-internal-subset-p): Private generic functions
Method, (setf have-doctype): Private generic functions
Method, (setf have-internal-subset): Private generic functions
Method, (setf include-default-values): Private generic functions
Method, (setf include-namespace-uri): Private generic functions
Method, (setf indentation): Private generic functions
Method, (setf internal-subset): Private generic functions
Method, (setf name-for-dtd): Private generic functions
Method, (setf next): Private generic functions
Method, (setf node-value): Public generic functions
Method, (setf node-value): Public generic functions
Method, (setf node-value): Public generic functions
Method, (setf node-value): Public generic functions
Method, (setf node-value): Public generic functions
Method, (setf node-value): Public generic functions
Method, (setf node-value): Public generic functions
Method, (setf node-value): Public generic functions
Method, (setf node-value): Public generic functions
Method, (setf node-value): Public generic functions
Method, (setf notations): Private generic functions
Method, (setf prefer-stack): Private generic functions
Method, (setf prefix): Public generic functions
Method, (setf prefix): Public generic functions
Method, (setf prefix): Public generic functions
Method, (setf prefix): Public generic functions
Method, (setf previous-notation): Private generic functions
Method, (setf proxy-chained-handler): Public generic functions
Method, (setf recoder): Private generic functions
Method, (setf result): Private generic functions
Method, (setf root): Private generic functions
Method, (setf seen-event-p): Private generic functions
Method, (setf sink-omit-xml-declaration-p): Public generic functions
Method, (setf sink-ystream): Private generic functions
Method, (setf stack): Private generic functions
Method, (setf text-buffer): Private generic functions
Method, (setf upstream-source): Private generic functions
Method, (setf value): Public generic functions
Method, (setf width): Private generic functions
Method, (setf xml-space-attributes): Private generic functions
Method, (setf xml-space-dtd): Private generic functions
Method, (setf xml-space-models): Private generic functions
Method, (setf xmlns-stack): Private generic functions
Method, append-child: Public generic functions
Method, append-child: Public generic functions
Method, append-data: Public generic functions
Method, attribute-declaration: Public generic functions
Method, attribute-declaration: Public generic functions
Method, attribute-declaration: Public generic functions
Method, attribute-declaration: Public generic functions
Method, attribute-declaration: Public generic functions
Method, attribute-declaration: Public generic functions
Method, attribute-declaration: Public generic functions
Method, attribute-declaration: Public generic functions
Method, attribute-declaration: Public generic functions
Method, attribute-declaration: Public generic functions
Method, attribute-local-name: Public generic functions
Method, attribute-local-name: Public generic functions
Method, attribute-name: Public standalone methods
Method, attribute-namespace-uri: Public generic functions
Method, attribute-namespace-uri: Public generic functions
Method, attribute-p: Public generic functions
Method, attribute-p: Public generic functions
Method, attribute-qname: Public generic functions
Method, attribute-qname: Public generic functions
Method, attribute-specified-p: Public generic functions
Method, attribute-specified-p: Public generic functions
Method, attribute-specified-p: Public standalone methods
Method, attribute-value: Public generic functions
Method, attribute-value: Public generic functions
Method, attribute-value: Public standalone methods
Method, attributes: Public generic functions
Method, attributes: Public generic functions
Method, base: Private generic functions
Method, broadcast-handler-handlers: Public generic functions
Method, canonical: Private generic functions
Method, catalog-base-stack: Private generic functions
Method, cdata-section-p: Public generic functions
Method, cdata-section-p: Public generic functions
Method, cdatap: Private generic functions
Method, chained-handler: Private generic functions
Method, character-data-p: Public generic functions
Method, character-data-p: Public generic functions
Method, characters: Public generic functions
Method, characters: Public generic functions
Method, characters: Public generic functions
Method, characters: Public generic functions
Method, characters: Public generic functions
Method, characters: Public generic functions
Method, characters: Public generic functions
Method, characters: Public generic functions
Method, characters: Public generic functions
Method, characters: Public generic functions
Method, characters: Public generic functions
Method, characters: Public generic functions
Method, characters: Public standalone methods
Method, child-nodes: Public generic functions
Method, clone-node: Public generic functions
Method, clone-node: Public generic functions
Method, close-source: Public generic functions
Method, close-source: Public generic functions
Method, code: Public generic functions
Method, column-number: Public generic functions
Method, column-number: Public generic functions
Method, column-number: Public generic functions
Method, comment: Public generic functions
Method, comment: Public generic functions
Method, comment: Public generic functions
Method, comment: Public generic functions
Method, comment: Public generic functions
Method, comment: Public generic functions
Method, comment: Public generic functions
Method, comment: Public generic functions
Method, comment: Public generic functions
Method, comment: Public standalone methods
Method, comment-p: Public generic functions
Method, comment-p: Public generic functions
Method, component-name: Public standalone methods
Method, consume: Public generic functions
Method, consume: Public generic functions
Method, context: Private generic functions
Method, create-attribute: Public generic functions
Method, create-attribute-ns: Public generic functions
Method, create-cdata-section: Public generic functions
Method, create-comment: Public generic functions
Method, create-document: Public generic functions
Method, create-document-fragment: Public generic functions
Method, create-document-type: Public generic functions
Method, create-element: Public generic functions
Method, create-element-ns: Public generic functions
Method, create-entity-reference: Public generic functions
Method, create-processing-instruction: Public generic functions
Method, create-text-node: Public generic functions
Method, current-cdata-section-p: Public generic functions
Method, current-cdata-section-p: Public generic functions
Method, current-column-number: Public generic functions
Method, current-column-number: Public generic functions
Method, current-indentation: Private generic functions
Method, current-line-number: Public generic functions
Method, current-line-number: Public generic functions
Method, current-system-id: Public generic functions
Method, current-system-id: Public generic functions
Method, current-xml-base: Public generic functions
Method, current-xml-base: Public generic functions
Method, data: Public generic functions
Method, data: Public generic functions
Method, decode-qname: Public generic functions
Method, decode-qname: Public generic functions
Method, delete-data: Public generic functions
Method, doctype: Public generic functions
Method, document: Private generic functions
Method, document-done-p: Private generic functions
Method, document-element: Public generic functions
Method, document-fragment-p: Public generic functions
Method, document-fragment-p: Public generic functions
Method, document-p: Public generic functions
Method, document-p: Public generic functions
Method, document-type-p: Public generic functions
Method, document-type-p: Public generic functions
Method, dom-exception-arguments: Private generic functions
Method, dom-exception-key: Private generic functions
Method, dom-exception-string: Private generic functions
Method, dribble-handler: Private generic functions
Method, dtd: Private generic functions
Method, dtd: Private generic functions
Method, dtd: Private generic functions
Method, dtd: Private generic functions
Method, dtd: Private generic functions
Method, dtd: Private generic functions
Method, dtd: Private generic functions
Method, dtd: Private generic functions
Method, dtd: Private generic functions
Method, dtd: Private generic functions
Method, dtd: Private generic functions
Method, element-declaration: Public generic functions
Method, element-declaration: Public generic functions
Method, element-declaration: Public generic functions
Method, element-declaration: Public generic functions
Method, element-declaration: Public generic functions
Method, element-declaration: Public generic functions
Method, element-declaration: Public generic functions
Method, element-declaration: Public generic functions
Method, element-declaration: Public generic functions
Method, element-declaration: Public generic functions
Method, element-p: Public generic functions
Method, element-p: Public generic functions
Method, element-stack: Private generic functions
Method, element-stack: Private generic functions
Method, end-cdata: Public generic functions
Method, end-cdata: Public generic functions
Method, end-cdata: Public generic functions
Method, end-cdata: Public generic functions
Method, end-cdata: Public generic functions
Method, end-cdata: Public generic functions
Method, end-cdata: Public generic functions
Method, end-cdata: Public generic functions
Method, end-cdata: Public generic functions
Method, end-cdata: Public generic functions
Method, end-document: Public generic functions
Method, end-document: Public generic functions
Method, end-document: Public generic functions
Method, end-document: Public generic functions
Method, end-document: Public generic functions
Method, end-document: Public generic functions
Method, end-document: Public generic functions
Method, end-document: Public generic functions
Method, end-document: Public generic functions
Method, end-document: Public generic functions
Method, end-document: Public generic functions
Method, end-document: Public standalone methods
Method, end-dtd: Public generic functions
Method, end-dtd: Public generic functions
Method, end-dtd: Public generic functions
Method, end-dtd: Public generic functions
Method, end-dtd: Public generic functions
Method, end-dtd: Public generic functions
Method, end-dtd: Public generic functions
Method, end-dtd: Public generic functions
Method, end-dtd: Public generic functions
Method, end-element: Public generic functions
Method, end-element: Public generic functions
Method, end-element: Public generic functions
Method, end-element: Public generic functions
Method, end-element: Public generic functions
Method, end-element: Public generic functions
Method, end-element: Public generic functions
Method, end-element: Public generic functions
Method, end-element: Public generic functions
Method, end-element: Public generic functions
Method, end-element: Public generic functions
Method, end-element: Public generic functions
Method, end-element: Public generic functions
Method, end-element: Public generic functions
Method, end-element: Public standalone methods
Method, end-internal-subset: Public generic functions
Method, end-internal-subset: Public generic functions
Method, end-internal-subset: Public generic functions
Method, end-internal-subset: Public generic functions
Method, end-internal-subset: Public generic functions
Method, end-internal-subset: Public generic functions
Method, end-internal-subset: Public generic functions
Method, end-internal-subset: Public generic functions
Method, end-internal-subset: Public generic functions
Method, end-internal-subset: Public generic functions
Method, end-prefix-mapping: Public generic functions
Method, end-prefix-mapping: Public generic functions
Method, end-prefix-mapping: Public generic functions
Method, end-prefix-mapping: Public generic functions
Method, end-prefix-mapping: Public generic functions
Method, end-prefix-mapping: Public generic functions
Method, end-prefix-mapping: Public generic functions
Method, entities: Public generic functions
Method, entity-p: Public generic functions
Method, entity-p: Public generic functions
Method, entity-reference-p: Public generic functions
Method, entity-reference-p: Public generic functions
Method, entity-resolver: Public generic functions
Method, entity-resolver: Public generic functions
Method, entity-resolver: Public generic functions
Method, entity-resolver: Public generic functions
Method, entity-resolver: Public generic functions
Method, entity-resolver: Public generic functions
Method, entity-resolver: Public generic functions
Method, entity-resolver: Public generic functions
Method, entity-resolver: Public generic functions
Method, external-entity-declaration: Public generic functions
Method, external-entity-declaration: Public generic functions
Method, external-entity-declaration: Public generic functions
Method, external-entity-declaration: Public generic functions
Method, external-entity-declaration: Public generic functions
Method, external-entity-declaration: Public generic functions
Method, external-entity-declaration: Public generic functions
Method, external-entity-declaration: Public generic functions
Method, external-entity-declaration: Public generic functions
Method, external-entity-declaration: Public generic functions
Method, find-namespace-binding: Public generic functions
Method, find-namespace-binding: Public generic functions
Method, first-child: Public generic functions
Method, get-attribute: Public generic functions
Method, get-attribute: Public generic functions
Method, get-attribute-node: Public generic functions
Method, get-attribute-node-ns: Public generic functions
Method, get-attribute-ns: Public generic functions
Method, get-element-by-id: Public generic functions
Method, get-elements-by-tag-name: Public generic functions
Method, get-elements-by-tag-name: Public generic functions
Method, get-elements-by-tag-name-internal: Private generic functions
Method, get-elements-by-tag-name-internal-ns: Private generic functions
Method, get-elements-by-tag-name-ns: Public generic functions
Method, get-elements-by-tag-name-ns: Public generic functions
Method, get-named-item: Public generic functions
Method, get-named-item-ns: Public generic functions
Method, handler-internal-subset-p: Private generic functions
Method, handler-source: Private generic functions
Method, has-attribute: Public generic functions
Method, has-attribute-ns: Public generic functions
Method, has-attributes: Public generic functions
Method, has-attributes: Public generic functions
Method, has-child-nodes: Public generic functions
Method, has-feature: Public generic functions
Method, have-doctype: Private generic functions
Method, have-internal-subset: Private generic functions
Method, implementation: Public generic functions
Method, import-node: Public generic functions
Method, import-node: Public generic functions
Method, import-node: Public generic functions
Method, import-node: Public generic functions
Method, import-node: Public generic functions
Method, import-node: Public generic functions
Method, import-node: Public generic functions
Method, import-node: Public generic functions
Method, import-node: Public generic functions
Method, import-node-internal: Private generic functions
Method, include-default-values: Private generic functions
Method, include-namespace-uri: Private generic functions
Method, indentation: Private generic functions
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, insert-before: Public generic functions
Method, insert-before: Public generic functions
Method, insert-data: Public generic functions
Method, internal-entity-declaration: Public generic functions
Method, internal-entity-declaration: Public generic functions
Method, internal-entity-declaration: Public generic functions
Method, internal-entity-declaration: Public generic functions
Method, internal-entity-declaration: Public generic functions
Method, internal-entity-declaration: Public generic functions
Method, internal-entity-declaration: Public generic functions
Method, internal-entity-declaration: Public generic functions
Method, internal-entity-declaration: Public generic functions
Method, internal-entity-declaration: Public generic functions
Method, internal-subset: Public generic functions
Method, internal-subset: Private generic functions
Method, is-supported: Public generic functions
Method, item: Public generic functions
Method, item: Public generic functions
Method, items: Public generic functions
Method, last-child: Public generic functions
Method, length: Public generic functions
Method, length: Public generic functions
Method, length: Public generic functions
Method, line-number: Public generic functions
Method, line-number: Public generic functions
Method, line-number: Public generic functions
Method, list-attributes: Public generic functions
Method, list-attributes: Public generic functions
Method, local-name: Public generic functions
Method, local-name: Public generic functions
Method, map-attributes: Public generic functions
Method, map-attributes: Public generic functions
Method, map-current-namespace-declarations: Public generic functions
Method, map-current-namespace-declarations: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name: Public generic functions
Method, name-for-dtd: Private generic functions
Method, named-node-map-p: Public generic functions
Method, named-node-map-p: Public generic functions
Method, namespace-uri: Public generic functions
Method, namespace-uri: Public generic functions
Method, next: Private generic functions
Method, next-sibling: Public generic functions
Method, node-name: Public generic functions
Method, node-name: Public generic functions
Method, node-name: Public generic functions
Method, node-name: Public generic functions
Method, node-name: Public generic functions
Method, node-name: Public generic functions
Method, node-name: Public generic functions
Method, node-name: Public generic functions
Method, node-name: Public generic functions
Method, node-name: Public generic functions
Method, node-name: Public generic functions
Method, node-name: Public generic functions
Method, node-p: Public generic functions
Method, node-p: Public generic functions
Method, node-type: Public generic functions
Method, node-type: Public generic functions
Method, node-type: Public generic functions
Method, node-type: Public generic functions
Method, node-type: Public generic functions
Method, node-type: Public generic functions
Method, node-type: Public generic functions
Method, node-type: Public generic functions
Method, node-type: Public generic functions
Method, node-type: Public generic functions
Method, node-type: Public generic functions
Method, node-type: Public generic functions
Method, node-value: Public generic functions
Method, node-value: Public generic functions
Method, node-value: Public generic functions
Method, node-value: Public generic functions
Method, node-value: Public generic functions
Method, node-value: Public generic functions
Method, node-value: Public generic functions
Method, node-value: Public generic functions
Method, node-value: Public generic functions
Method, node-value: Public generic functions
Method, normalize: Public generic functions
Method, notation-declaration: Public generic functions
Method, notation-declaration: Public generic functions
Method, notation-declaration: Public generic functions
Method, notation-declaration: Public generic functions
Method, notation-declaration: Public generic functions
Method, notation-declaration: Public generic functions
Method, notation-declaration: Public generic functions
Method, notation-declaration: Public generic functions
Method, notation-declaration: Public generic functions
Method, notation-declaration: Public generic functions
Method, notation-name: Public generic functions
Method, notation-p: Public generic functions
Method, notation-p: Public generic functions
Method, notations: Public generic functions
Method, notations: Private generic functions
Method, output-files: Public standalone methods
Method, output-files: Public standalone methods
Method, owner-document: Public generic functions
Method, owner-document: Public generic functions
Method, owner-element: Public generic functions
Method, parent-node: Public generic functions
Method, peek: Public generic functions
Method, peek: Public generic functions
Method, peek-next: Public generic functions
Method, peek-next: Public generic functions
Method, peek-value: Public generic functions
Method, peek-value: Public generic functions
Method, perform: Public standalone methods
Method, perform: Public standalone methods
Method, perform: Public standalone methods
Method, prefer: Private generic functions
Method, prefer-stack: Private generic functions
Method, prefix: Public generic functions
Method, prefix: Public generic functions
Method, previous-notation: Private generic functions
Method, previous-sibling: Public generic functions
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, processing-instruction: Public generic functions
Method, processing-instruction: Public generic functions
Method, processing-instruction: Public generic functions
Method, processing-instruction: Public generic functions
Method, processing-instruction: Public generic functions
Method, processing-instruction: Public generic functions
Method, processing-instruction: Public generic functions
Method, processing-instruction: Public generic functions
Method, processing-instruction: Public generic functions
Method, processing-instruction-p: Public generic functions
Method, processing-instruction-p: Public generic functions
Method, proxy-chained-handler: Public generic functions
Method, public-id: Public generic functions
Method, public-id: Public generic functions
Method, public-id: Public generic functions
Method, read-only-p: Private generic functions
Method, read-only-p: Private generic functions
Method, recoder: Private generic functions
Method, register-sax-parser: Public generic functions
Method, register-sax-parser: Public generic functions
Method, register-sax-parser: Public generic functions
Method, register-sax-parser: Public generic functions
Method, register-sax-parser: Public generic functions
Method, remove-attribute: Public generic functions
Method, remove-attribute-node: Public generic functions
Method, remove-attribute-ns: Public generic functions
Method, remove-child: Public generic functions
Method, remove-named-item: Public generic functions
Method, remove-named-item: Public generic functions
Method, remove-named-item-ns: Public generic functions
Method, remove-named-item-ns: Public generic functions
Method, replace-child: Public generic functions
Method, replace-child: Public generic functions
Method, replace-data: Public generic functions
Method, result: Private generic functions
Method, root: Private generic functions
Method, sax-parser: Public generic functions
Method, seen-event-p: Private generic functions
Method, set-attribute: Public generic functions
Method, set-attribute-node: Public generic functions
Method, set-attribute-node-ns: Public generic functions
Method, set-attribute-ns: Public generic functions
Method, set-named-item: Public generic functions
Method, set-named-item: Public generic functions
Method, set-named-item-ns: Public generic functions
Method, set-named-item-ns: Public generic functions
Method, sink-encoding: Public generic functions
Method, sink-omit-xml-declaration-p: Public generic functions
Method, sink-ystream: Private generic functions
Method, specified: Public generic functions
Method, split-text: Public generic functions
Method, stack: Private generic functions
Method, start-cdata: Public generic functions
Method, start-cdata: Public generic functions
Method, start-cdata: Public generic functions
Method, start-cdata: Public generic functions
Method, start-cdata: Public generic functions
Method, start-cdata: Public generic functions
Method, start-cdata: Public generic functions
Method, start-cdata: Public generic functions
Method, start-cdata: Public generic functions
Method, start-cdata: Public generic functions
Method, start-document: Public generic functions
Method, start-document: Public generic functions
Method, start-document: Public generic functions
Method, start-document: Public generic functions
Method, start-document: Public generic functions
Method, start-document: Public generic functions
Method, start-document: Public generic functions
Method, start-document: Public generic functions
Method, start-document: Public generic functions
Method, start-document: Public standalone methods
Method, start-dtd: Public generic functions
Method, start-dtd: Public generic functions
Method, start-dtd: Public generic functions
Method, start-dtd: Public generic functions
Method, start-dtd: Public generic functions
Method, start-dtd: Public generic functions
Method, start-dtd: Public generic functions
Method, start-dtd: Public generic functions
Method, start-dtd: Public generic functions
Method, start-element: Public generic functions
Method, start-element: Public generic functions
Method, start-element: Public generic functions
Method, start-element: Public generic functions
Method, start-element: Public generic functions
Method, start-element: Public generic functions
Method, start-element: Public generic functions
Method, start-element: Public generic functions
Method, start-element: Public generic functions
Method, start-element: Public generic functions
Method, start-element: Public generic functions
Method, start-element: Public generic functions
Method, start-element: Public generic functions
Method, start-element: Public generic functions
Method, start-element: Public standalone methods
Method, start-internal-subset: Public generic functions
Method, start-internal-subset: Public generic functions
Method, start-internal-subset: Public generic functions
Method, start-internal-subset: Public generic functions
Method, start-internal-subset: Public generic functions
Method, start-internal-subset: Public generic functions
Method, start-internal-subset: Public generic functions
Method, start-internal-subset: Public generic functions
Method, start-internal-subset: Public generic functions
Method, start-internal-subset: Public generic functions
Method, start-prefix-mapping: Public generic functions
Method, start-prefix-mapping: Public generic functions
Method, start-prefix-mapping: Public generic functions
Method, start-prefix-mapping: Public generic functions
Method, start-prefix-mapping: Public generic functions
Method, start-prefix-mapping: Public generic functions
Method, start-prefix-mapping: Public generic functions
Method, substring-data: Public generic functions
Method, system-id: Public generic functions
Method, system-id: Public generic functions
Method, system-id: Public generic functions
Method, system-id: Public generic functions
Method, system-id: Public generic functions
Method, system-id: Public generic functions
Method, tag-name: Public generic functions
Method, target: Public generic functions
Method, text-buffer: Private generic functions
Method, text-node-p: Public generic functions
Method, text-node-p: Public generic functions
Method, unescaped: Public generic functions
Method, unescaped: Public generic functions
Method, unescaped: Public generic functions
Method, unescaped: Public generic functions
Method, unescaped: Public generic functions
Method, unescaped: Public generic functions
Method, unescaped: Public generic functions
Method, unescaped: Public standalone methods
Method, unparse-attribute: Public generic functions
Method, unparse-attribute: Public generic functions
Method, unparse-attribute: Public generic functions
Method, unparsed-entity-declaration: Public generic functions
Method, unparsed-entity-declaration: Public generic functions
Method, unparsed-entity-declaration: Public generic functions
Method, unparsed-entity-declaration: Public generic functions
Method, unparsed-entity-declaration: Public generic functions
Method, unparsed-entity-declaration: Public generic functions
Method, unparsed-entity-declaration: Public generic functions
Method, unparsed-entity-declaration: Public generic functions
Method, unparsed-entity-declaration: Public generic functions
Method, unparsed-entity-declaration: Public generic functions
Method, unparsed-internal-subset: Public generic functions
Method, unparsed-internal-subset: Public generic functions
Method, unparsed-internal-subset: Public generic functions
Method, unparsed-internal-subset: Public generic functions
Method, unparsed-internal-subset: Public generic functions
Method, unparsed-internal-subset: Public generic functions
Method, upstream-source: Private generic functions
Method, value: Public generic functions
Method, width: Private generic functions
Method, write-attribute-child: Private generic functions
Method, write-attribute-child: Private generic functions
Method, xml-base: Public generic functions
Method, xml-base: Public generic functions
Method, xml-base: Public generic functions
Method, xml-space-attributes: Private generic functions
Method, xml-space-dtd: Private generic functions
Method, xml-space-models: Private generic functions
Method, xmlns-stack: Private generic functions
model-stack: Private ordinary functions
move: Private ordinary functions
mu: Private ordinary functions

N
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name: Public generic functions
name-for-dtd: Private generic functions
name-for-dtd: Private generic functions
name-hashtable: Private ordinary functions
name-rune-p: Private ordinary functions
name-start-rune-p: Private ordinary functions
named-node-map-p: Public generic functions
named-node-map-p: Public generic functions
named-node-map-p: Public generic functions
namespace-uri: Public generic functions
namespace-uri: Public generic functions
namespace-uri: Public generic functions
nc-name-p: Private ordinary functions
nearest-greater-prime: Private ordinary functions
next: Private generic functions
next: Private generic functions
next-catalog-entries: Private ordinary functions
next-sibling: Public generic functions
next-sibling: Public generic functions
node-attrs: Public ordinary functions
node-children: Public ordinary functions
node-name: Public ordinary functions
node-name: Public generic functions
node-name: Public generic functions
node-name: Public generic functions
node-name: Public generic functions
node-name: Public generic functions
node-name: Public generic functions
node-name: Public generic functions
node-name: Public generic functions
node-name: Public generic functions
node-name: Public generic functions
node-name: Public generic functions
node-name: Public generic functions
node-name: Public generic functions
node-ns: Public ordinary functions
node-p: Public generic functions
node-p: Public generic functions
node-p: Public generic functions
node-type: Public generic functions
node-type: Public generic functions
node-type: Public generic functions
node-type: Public generic functions
node-type: Public generic functions
node-type: Public generic functions
node-type: Public generic functions
node-type: Public generic functions
node-type: Public generic functions
node-type: Public generic functions
node-type: Public generic functions
node-type: Public generic functions
node-type: Public generic functions
node-value: Public generic functions
node-value: Public generic functions
node-value: Public generic functions
node-value: Public generic functions
node-value: Public generic functions
node-value: Public generic functions
node-value: Public generic functions
node-value: Public generic functions
node-value: Public generic functions
node-value: Public generic functions
node-value: Public generic functions
normalize: Public generic functions
normalize: Public generic functions
normalize-mixed-cspec: Private ordinary functions
normalize-public: Private ordinary functions
normalize-public-id: Private ordinary functions
normalize-uri: Private ordinary functions
normalizer-find-prefix: Private ordinary functions
normalizer-find-uri: Private ordinary functions
notation-declaration: Public generic functions
notation-declaration: Public generic functions
notation-declaration: Public generic functions
notation-declaration: Public generic functions
notation-declaration: Public generic functions
notation-declaration: Public generic functions
notation-declaration: Public generic functions
notation-declaration: Public generic functions
notation-declaration: Public generic functions
notation-declaration: Public generic functions
notation-declaration: Public generic functions
notation-name: Public generic functions
notation-name: Public generic functions
notation-p: Public generic functions
notation-p: Public generic functions
notation-p: Public generic functions
notations: Public generic functions
notations: Public generic functions
notations: Private generic functions
notations: Private generic functions

O
output-files: Public standalone methods
output-files: Public standalone methods
owner-document: Public generic functions
owner-document: Public generic functions
owner-document: Public generic functions
owner-element: Public generic functions
owner-element: Public generic functions

P
p/att-type: Private ordinary functions
p/att-value: Private ordinary functions
p/attdef: Private ordinary functions
p/attlist-decl: Private ordinary functions
p/cond-expect: Private ordinary functions
p/conditional-sect: Private ordinary functions
p/content: Private ordinary functions
p/cspec: Private ordinary functions
p/default-decl: Private ordinary functions
p/doctype-decl: Private ordinary functions
p/document: Private ordinary functions
p/element: Private ordinary functions
p/element-decl: Private ordinary functions
p/entity-decl: Private ordinary functions
p/entity-def: Private ordinary functions
p/entity-value: Private ordinary functions
p/eof: Private ordinary functions
p/etag: Private ordinary functions
p/ext-parsed-ent: Private ordinary functions
p/ext-subset: Private ordinary functions
p/ext-subset-decl: Private ordinary functions
p/external-id: Private ordinary functions
p/id: Private ordinary functions
p/ignore-sect: Private ordinary functions
p/include-sect: Private ordinary functions
p/list: Private ordinary functions
p/markup-decl: Private ordinary functions
p/markup-decl-unsafe: Private ordinary functions
p/misc*-2: Private ordinary functions
p/name: Private ordinary functions
p/nmtoken: Private ordinary functions
p/notation-decl: Private ordinary functions
p/pubid-literal: Private ordinary functions
p/s: Private ordinary functions
p/s?: Private ordinary functions
p/system-literal: Private ordinary functions
p/sztag: Private ordinary functions
p/xmldecl: Private ordinary functions
parent-node: Public generic functions
parent-node: Public generic functions
parse: Public ordinary functions
parse-catalog-file: Private ordinary functions
parse-catalog-file/strict: Private ordinary functions
parse-dtd-file: Public ordinary functions
parse-dtd-stream: Public ordinary functions
parse-empty-document: Public ordinary functions
parse-file: Public ordinary functions
parse-name.type: Private ordinary functions
parse-octets: Public ordinary functions
parse-rod: Public ordinary functions
parse-stream: Public ordinary functions
parse-text-decl: Private ordinary functions
parse-xml-decl: Private ordinary functions
parse-xstream: Private ordinary functions
parser-stream-name: Private ordinary functions
parser-xstream: Private ordinary functions
pathname-to-uri: Private ordinary functions
peek: Public generic functions
peek: Public generic functions
peek: Public generic functions
peek-next: Public generic functions
peek-next: Public generic functions
peek-next: Public generic functions
peek-token: Private ordinary functions
peek-value: Public generic functions
peek-value: Public generic functions
peek-value: Public generic functions
perform: Public standalone methods
perform: Public standalone methods
perform: Public standalone methods
prefer: Private generic functions
prefer: Private generic functions
prefer-stack: Private generic functions
prefer-stack: Private generic functions
prefix: Public generic functions
prefix: Public generic functions
prefix: Public generic functions
previous-notation: Private generic functions
previous-notation: Private generic functions
previous-sibling: Public generic functions
previous-sibling: Public generic functions
primep: Private ordinary functions
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-stream-name: Private ordinary functions
process-attributes: Private ordinary functions
process-cdata-section: Private ordinary functions
process-characters: Private ordinary functions
processing-instruction: Public ordinary functions
processing-instruction: Public generic functions
processing-instruction: Public generic functions
processing-instruction: Public generic functions
processing-instruction: Public generic functions
processing-instruction: Public generic functions
processing-instruction: Public generic functions
processing-instruction: Public generic functions
processing-instruction: Public generic functions
processing-instruction: Public generic functions
processing-instruction: Public generic functions
processing-instruction-p: Public generic functions
processing-instruction-p: Public generic functions
processing-instruction-p: Public generic functions
proxy-chained-handler: Public generic functions
proxy-chained-handler: Public generic functions
pubid-char-p: Private ordinary functions
public-entries: Private ordinary functions
public-id: Public generic functions
public-id: Public generic functions
public-id: Public generic functions
public-id: Public generic functions
put-rod: Private ordinary functions

Q
query-value: Private ordinary functions

R
rcurry: Private ordinary functions
read-att-value: Private ordinary functions
read-att-value-2: Private ordinary functions
read-attribute: Private ordinary functions
read-attribute-list: Private ordinary functions
read-cdata: Private ordinary functions
read-cdata-sect: Private ordinary functions
read-character-reference: Private ordinary functions
read-comment-content: Private ordinary functions
read-data-until*: Private macros
read-entity-like: Private ordinary functions
read-name-token: Private ordinary functions
read-only-p: Private generic functions
read-only-p: Private generic functions
read-only-p: Private generic functions
read-pe-reference: Private ordinary functions
read-pi: Private ordinary functions
read-pi-content: Private ordinary functions
read-s?: Private ordinary functions
read-tag-2: Private ordinary functions
read-token: Private ordinary functions
read-token-2: Private ordinary functions
read-token-3: Private ordinary functions
read-token-after-<: Private ordinary functions
read-token-after-<!: Private ordinary functions
real-rod: Private ordinary functions
recoder: Private generic functions
recoder: Private generic functions
recurse-on-entity: Private ordinary functions
referenced-notations: Private ordinary functions
register-sax-parser: Public generic functions
register-sax-parser: Public generic functions
register-sax-parser: Public generic functions
register-sax-parser: Public generic functions
register-sax-parser: Public generic functions
register-sax-parser: Public generic functions
remdtd: Public ordinary functions
remove-attribute: Public generic functions
remove-attribute: Public generic functions
remove-attribute-node: Public generic functions
remove-attribute-node: Public generic functions
remove-attribute-ns: Public generic functions
remove-attribute-ns: Public generic functions
remove-child: Public generic functions
remove-child: Public generic functions
remove-named-item: Public generic functions
remove-named-item: Public generic functions
remove-named-item: Public generic functions
remove-named-item-ns: Public generic functions
remove-named-item-ns: Public generic functions
remove-named-item-ns: Public generic functions
rename-attribute: Private ordinary functions
replace-child: Public generic functions
replace-child: Public generic functions
replace-child: Public generic functions
replace-data: Public generic functions
replace-data: Public generic functions
report-cached-dtd: Private ordinary functions
report-entity: Private ordinary functions
resolve-entity: Private ordinary functions
resolve-extid: Public ordinary functions
resolve-synonym-stream: Private ordinary functions
resolve-uri: Public ordinary functions
result: Private generic functions
result: Private generic functions
rewrite-system-entries: Private ordinary functions
rewrite-uri-entries: Private ordinary functions
rod-hash: Private ordinary functions
rod-hash-get: Private ordinary functions
rod-hash-set: Private ordinary functions
rod-hashtable-p: Private ordinary functions
rod-hashtable-size: Private ordinary functions
rod-hashtable-table: Private ordinary functions
rod-starts-with: Private ordinary functions
rod-stream-buf: Private ordinary functions
rod-stream-p: Private ordinary functions
rod-stream-position: Private ordinary functions
rod-subseq*: Private ordinary functions
rod-subseq**: Private ordinary functions
rod=*: Private ordinary functions
rod=**: Private ordinary functions
root: Private generic functions
root: Private generic functions
rune-op: Private macros
rune-pred: Private macros

S
safe-parse-uri: Private ordinary functions
safe-split-qname: Private ordinary functions
safe-stream-sysid: Private ordinary functions
sax-parser: Public generic functions
sax-parser: Public generic functions
seen-event-p: Private generic functions
seen-event-p: Private generic functions
serialize-declaration-kludge: Private ordinary functions
serialize-element: Public ordinary functions
serialize-event: Public ordinary functions
serialize-source: Public ordinary functions
set-attribute: Public generic functions
set-attribute: Public generic functions
set-attribute-namespace: Private ordinary functions
set-attribute-node: Public generic functions
set-attribute-node: Public generic functions
set-attribute-node-ns: Public generic functions
set-attribute-node-ns: Public generic functions
set-attribute-ns: Public generic functions
set-attribute-ns: Public generic functions
set-entity: Private ordinary functions
set-full-speed: Private ordinary functions
set-named-item: Public generic functions
set-named-item: Public generic functions
set-named-item: Public generic functions
set-named-item-ns: Public generic functions
set-named-item-ns: Public generic functions
set-named-item-ns: Public generic functions
setp: Private ordinary functions
setup-encoding: Private ordinary functions
sink-encoding: Public generic functions
sink-encoding: Public generic functions
sink-fresh-line: Private ordinary functions
sink-omit-xml-declaration-p: Public generic functions
sink-omit-xml-declaration-p: Public generic functions
sink-write-escapable-rod: Private ordinary functions
sink-write-escapable-rod/attribute: Private ordinary functions
sink-write-escapable-rod/canonical: Private ordinary functions
sink-write-escapable-rod/dtd: Private ordinary functions
sink-write-rod: Private ordinary functions
sink-write-rune: Private ordinary functions
sink-ystream: Private generic functions
sink-ystream: Private generic functions
skip: Public ordinary functions
source-stream-name: Private ordinary functions
source-xstream: Private ordinary functions
space-rune-p: Private ordinary functions
specific-or: Private ordinary functions
specified: Public generic functions
specified: Public generic functions
split-names: Private ordinary functions
split-qname: Private ordinary functions
split-sequence-if: Private ordinary functions
split-text: Public generic functions
split-text: Public generic functions
stack: Private generic functions
stack: Private generic functions
standalone-check-necessary-p: Private ordinary functions
standalone-p: Private ordinary functions
standard-attribute-local-name: Private ordinary functions
standard-attribute-namespace-uri: Private ordinary functions
standard-attribute-p: Private ordinary functions
standard-attribute-qname: Private ordinary functions
standard-attribute-specified-p: Private ordinary functions
standard-attribute-value: Private ordinary functions
start-cdata: Public generic functions
start-cdata: Public generic functions
start-cdata: Public generic functions
start-cdata: Public generic functions
start-cdata: Public generic functions
start-cdata: Public generic functions
start-cdata: Public generic functions
start-cdata: Public generic functions
start-cdata: Public generic functions
start-cdata: Public generic functions
start-cdata: Public generic functions
start-document: Public generic functions
start-document: Public generic functions
start-document: Public generic functions
start-document: Public generic functions
start-document: Public generic functions
start-document: Public generic functions
start-document: Public generic functions
start-document: Public generic functions
start-document: Public generic functions
start-document: Public generic functions
start-document: Public standalone methods
start-dtd: Public generic functions
start-dtd: Public generic functions
start-dtd: Public generic functions
start-dtd: Public generic functions
start-dtd: Public generic functions
start-dtd: Public generic functions
start-dtd: Public generic functions
start-dtd: Public generic functions
start-dtd: Public generic functions
start-dtd: Public generic functions
start-element: Public generic functions
start-element: Public generic functions
start-element: Public generic functions
start-element: Public generic functions
start-element: Public generic functions
start-element: Public generic functions
start-element: Public generic functions
start-element: Public generic functions
start-element: Public generic functions
start-element: Public generic functions
start-element: Public generic functions
start-element: Public generic functions
start-element: Public generic functions
start-element: Public generic functions
start-element: Public generic functions
start-element: Public standalone methods
start-indentation-block: Private ordinary functions
start-internal-subset: Public generic functions
start-internal-subset: Public generic functions
start-internal-subset: Public generic functions
start-internal-subset: Public generic functions
start-internal-subset: Public generic functions
start-internal-subset: Public generic functions
start-internal-subset: Public generic functions
start-internal-subset: Public generic functions
start-internal-subset: Public generic functions
start-internal-subset: Public generic functions
start-internal-subset: Public generic functions
start-prefix-mapping: Public generic functions
start-prefix-mapping: Public generic functions
start-prefix-mapping: Public generic functions
start-prefix-mapping: Public generic functions
start-prefix-mapping: Public generic functions
start-prefix-mapping: Public generic functions
start-prefix-mapping: Public generic functions
start-prefix-mapping: Public generic functions
starts-with-p: Private ordinary functions
stir: Private ordinary functions
stream-name-entity-kind: Private ordinary functions
stream-name-entity-name: Private ordinary functions
stream-name-p: Private ordinary functions
stream-name-uri: Private ordinary functions
string->xstream: Private ordinary functions
string-or: Private ordinary functions
substring-data: Public generic functions
substring-data: Public generic functions
synthesize-doctype: Private ordinary functions
system-entries: Private ordinary functions
system-id: Public generic functions
system-id: Public generic functions
system-id: Public generic functions
system-id: Public generic functions
system-id: Public generic functions
system-id: Public generic functions
system-id: Public generic functions
system-id: Public generic functions

T
tag-have-gt: Private ordinary functions
tag-n-children: Private ordinary functions
tag-name: Public generic functions
tag-name: Public generic functions
tag-name: Private ordinary functions
tag-p: Private ordinary functions
target: Public generic functions
target: Public generic functions
text: Public ordinary functions
text-buffer: Private generic functions
text-buffer: Private generic functions
text-node-p: Public generic functions
text-node-p: Public generic functions
text-node-p: Public generic functions

U
undeclare-namespaces: Private ordinary functions
unescaped: Public ordinary functions
unescaped: Public generic functions
unescaped: Public generic functions
unescaped: Public generic functions
unescaped: Public generic functions
unescaped: Public generic functions
unescaped: Public generic functions
unescaped: Public generic functions
unescaped: Public generic functions
unescaped: Public standalone methods
unparse-attribute: Public generic functions
unparse-attribute: Public generic functions
unparse-attribute: Public generic functions
unparse-attribute: Public generic functions
unparse-indented-text: Private ordinary functions
unparsed-entity-declaration: Public generic functions
unparsed-entity-declaration: Public generic functions
unparsed-entity-declaration: Public generic functions
unparsed-entity-declaration: Public generic functions
unparsed-entity-declaration: Public generic functions
unparsed-entity-declaration: Public generic functions
unparsed-entity-declaration: Public generic functions
unparsed-entity-declaration: Public generic functions
unparsed-entity-declaration: Public generic functions
unparsed-entity-declaration: Public generic functions
unparsed-entity-declaration: Public generic functions
unparsed-internal-subset: Public generic functions
unparsed-internal-subset: Public generic functions
unparsed-internal-subset: Public generic functions
unparsed-internal-subset: Public generic functions
unparsed-internal-subset: Public generic functions
unparsed-internal-subset: Public generic functions
unparsed-internal-subset: Public generic functions
until: Private macros
unwrap-publicid: Private ordinary functions
upstream-source: Private generic functions
upstream-source: Private generic functions
uri-entries: Private ordinary functions
uri-parsed-query: Private ordinary functions
uri-rod: Private ordinary functions
uri-to-pathname: Private ordinary functions

V
valid-name-p: Private ordinary functions
valid-name-p: Private ordinary functions
valid-nmtoken-p: Private ordinary functions
validate-attribute: Private ordinary functions
validate-attribute*: Private ordinary functions
validate-characters: Private ordinary functions
validate-end-element: Private ordinary functions
validate-entity: Private ordinary functions
validate-idref: Private ordinary functions
validate-nmtoken: Private ordinary functions
validate-start-element: Private ordinary functions
validity-error: Public ordinary functions
value: Public generic functions
value: Public generic functions

W
wf-error: Private ordinary functions
while: Private macros
width: Private generic functions
width: Private generic functions
with-element: Public macros
with-element*: Public macros
with-namespace: Public macros
with-open-source: Public macros
with-open-xfile: Private macros
with-open-xstream: Private macros
with-output-sink: Public macros
with-restored-base-stack: Private macros
with-rune-collector: Private macros
with-rune-collector-2: Private macros
with-rune-collector-3: Private macros
with-rune-collector-4: Private macros
with-rune-collector-aux: Private macros
with-rune-collector/intern: Private macros
with-rune-collector/raw: Private macros
with-scratch-pads: Private macros
with-source: Private macros
with-xml-output: Public macros
with-zstream: Private macros
write-attribute-child: Private generic functions
write-attribute-child: Private generic functions
write-attribute-child: Private generic functions
write-quoted-rod: Private ordinary functions

X
xml-base: Public generic functions
xml-base: Public generic functions
xml-base: Public generic functions
xml-base: Public generic functions
xml-header-encoding: Private ordinary functions
xml-header-p: Private ordinary functions
xml-header-standalone-p: Private ordinary functions
xml-header-version: Private ordinary functions
xml-space-attributes: Private generic functions
xml-space-attributes: Private generic functions
xml-space-dtd: Private generic functions
xml-space-dtd: Private generic functions
xml-space-models: Private generic functions
xml-space-models: Private generic functions
xmlns-attr-p: Private ordinary functions
xmlns-stack: Private generic functions
xmlns-stack: Private generic functions
xstream-open-extid: Private ordinary functions
xstream-open-extid*: Private ordinary functions

Z
zstream-base-sysid: Private ordinary functions
zstream-input-stack: Private ordinary functions
zstream-p: Private ordinary functions
zstream-push: Private ordinary functions
zstream-token-category: Private ordinary functions
zstream-token-semantic: Private ordinary functions


A.3 Variables

Jump to:   %   *   +  
A   B   C   D   E   F   G   H   I   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y  
Index Entry  Section

%
%internal-subset: Private classes

*
*cache-all-dtds*: Public special variables
*catalog*: Public special variables
*catalog-dtd*: Private special variables
*clone-not-import*: Private special variables
*ctx*: Private special variables
*current-element*: Private special variables
*current-namespace-bindings*: Private special variables
*data-behaviour*: Private special variables
*default-catalog*: Private special variables
*dtd-cache*: Public special variables
*expand-pe-p*: Private special variables
*external-subset-p*: Private special variables
*fast*: Private special variables
*include-xmlns-attributes*: Public special variables
*initial-namespace-bindings*: Private special variables
*left-recursion*: Private special variables
*namespace-bindings*: Private special variables
*namespace-processing*: Public special variables
*prefer*: Public special variables
*redefinition-warning*: Private special variables
*scratch-pad*: Private special variables
*scratch-pad-2*: Private special variables
*scratch-pad-3*: Private special variables
*scratch-pad-4*: Private special variables
*sink*: Private special variables
*unparse-namespace-bindings*: Private special variables
*use-xmlns-namespace*: Public special variables
*validate*: Private special variables
*xmlns-namespace*: Private special variables

+
+fixnum-bits+: Private constants
+fixnum-mask+: Private constants

A
arguments: Private conditions
attributes: Private structures
attributes: Private classes
attributes: Private classes
attributes: Private classes

B
base-stack: Private structures
buf: Private structures

C
canonical: Private classes
catalog-base-stack: Private classes
cdata-section-p: Private classes
cdatap: Private classes
chained-handler: Private classes
children: Private classes
children: Private classes
compiled-cspec: Private structures
Constant, +fixnum-bits+: Private constants
Constant, +fixnum-mask+: Private constants
content: Private structures
context: Private classes
context: Private classes
continuation: Private classes
ctx: Private classes
current-attributes: Private classes
current-indentation: Private classes
current-key: Private classes
current-namespace-declarations: Private classes
current-values: Private classes

D
data: Private classes
data-behaviour: Private classes
default: Private structures
delegate-public-entries: Private structures
delegate-system-entries: Private structures
delegate-uri-entries: Private structures
disallow-internal-subset: Private structures
doc-type: Private classes
document: Private classes
document-done-p: Public classes
dom-impl-dtd: Public classes
dom-impl-entity-resolver: Public classes
dribble-handler: Public classes
dtd: Private structures
dtd: Private classes
dtd: Private classes
dtd: Private classes
dtd-cache: Private structures

E
element: Private structures
element: Private classes
element-stack: Private classes
element-stack: Private classes
element-type: Private classes
elements: Private structures
encoding: Private structures
encoding: Private classes
entities: Private classes
entity-kind: Private structures
entity-name: Private structures
entity-resolver: Private structures
entity-resolver: Private classes
error-culprit: Private classes
expansion: Private structures
external-declarations: Public classes
external-p: Private structures
external-p: Private structures
external-subset-p: Private structures
extid: Private structures

F
file-table: Private structures

G
gentities: Private structures

H
handler: Private structures
handler-source: Private classes
handlers: Public classes
have-doctype: Private classes
have-gt: Private structures
have-internal-subset: Private classes

I
id-table: Private structures
include-default-values: Private classes
include-namespace-uri: Private classes
indentation: Private classes
input-stack: Private structures
internal-declarations: Public classes
internal-subset: Private classes
internal-subset-p: Private classes
items: Private classes

K
key: Private conditions

L
local-name: Private structures
local-name: Private classes

M
main-files: Private structures
main-zstream: Private structures
map: Private classes
model-stack: Private structures
models: Private classes

N
n-children: Private structures
name: Private structures
name: Private structures
name: Private structures
name: Private classes
name: Private classes
name: Private classes
name: Private classes
name: Private classes
name-for-dtd: Private classes
name-hashtable: Private structures
namespace-stack: Private classes
namespace-uri: Private structures
namespace-uri: Private classes
namespaces: Private classes
ndata: Private structures
next: Private classes
next-catalog-entries: Private structures
notation-name: Private classes
notations: Private structures
notations: Private classes
notations: Private classes

O
of: Private classes
owner: Private classes
owner: Private classes
owner-element: Private classes

P
parent: Private classes
parents: Private classes
pentities: Private structures
position: Private structures
prefer-stack: Private classes
prefix: Private classes
prefixes: Private classes
previous-notation: Private classes
public: Private structures
public-entries: Private structures
public-id: Private classes
public-id: Private classes
public-id: Private classes

Q
qname: Private structures

R
read-only-p: Private classes
read-only-p: Private classes
recoder: Private classes
referenced-notations: Private structures
result: Private classes
rewrite-system-entries: Private structures
rewrite-uri-entries: Private structures
root: Private classes
root: Private classes

S
sax-parser: Public classes
scratch-pad: Private classes
scratch-pad-2: Private classes
scratch-pad-3: Private classes
scratch-pad-4: Private classes
seen-event-p: Public classes
sink-omit-xml-declaration-p: Private classes
size: Private structures
Slot, %internal-subset: Private classes
Slot, arguments: Private conditions
Slot, attributes: Private structures
Slot, attributes: Private classes
Slot, attributes: Private classes
Slot, attributes: Private classes
Slot, base-stack: Private structures
Slot, buf: Private structures
Slot, canonical: Private classes
Slot, catalog-base-stack: Private classes
Slot, cdata-section-p: Private classes
Slot, cdatap: Private classes
Slot, chained-handler: Private classes
Slot, children: Private classes
Slot, children: Private classes
Slot, compiled-cspec: Private structures
Slot, content: Private structures
Slot, context: Private classes
Slot, context: Private classes
Slot, continuation: Private classes
Slot, ctx: Private classes
Slot, current-attributes: Private classes
Slot, current-indentation: Private classes
Slot, current-key: Private classes
Slot, current-namespace-declarations: Private classes
Slot, current-values: Private classes
Slot, data: Private classes
Slot, data-behaviour: Private classes
Slot, default: Private structures
Slot, delegate-public-entries: Private structures
Slot, delegate-system-entries: Private structures
Slot, delegate-uri-entries: Private structures
Slot, disallow-internal-subset: Private structures
Slot, doc-type: Private classes
Slot, document: Private classes
Slot, document-done-p: Public classes
Slot, dom-impl-dtd: Public classes
Slot, dom-impl-entity-resolver: Public classes
Slot, dribble-handler: Public classes
Slot, dtd: Private structures
Slot, dtd: Private classes
Slot, dtd: Private classes
Slot, dtd: Private classes
Slot, dtd-cache: Private structures
Slot, element: Private structures
Slot, element: Private classes
Slot, element-stack: Private classes
Slot, element-stack: Private classes
Slot, element-type: Private classes
Slot, elements: Private structures
Slot, encoding: Private structures
Slot, encoding: Private classes
Slot, entities: Private classes
Slot, entity-kind: Private structures
Slot, entity-name: Private structures
Slot, entity-resolver: Private structures
Slot, entity-resolver: Private classes
Slot, error-culprit: Private classes
Slot, expansion: Private structures
Slot, external-declarations: Public classes
Slot, external-p: Private structures
Slot, external-p: Private structures
Slot, external-subset-p: Private structures
Slot, extid: Private structures
Slot, file-table: Private structures
Slot, gentities: Private structures
Slot, handler: Private structures
Slot, handler-source: Private classes
Slot, handlers: Public classes
Slot, have-doctype: Private classes
Slot, have-gt: Private structures
Slot, have-internal-subset: Private classes
Slot, id-table: Private structures
Slot, include-default-values: Private classes
Slot, include-namespace-uri: Private classes
Slot, indentation: Private classes
Slot, input-stack: Private structures
Slot, internal-declarations: Public classes
Slot, internal-subset: Private classes
Slot, internal-subset-p: Private classes
Slot, items: Private classes
Slot, key: Private conditions
Slot, local-name: Private structures
Slot, local-name: Private classes
Slot, main-files: Private structures
Slot, main-zstream: Private structures
Slot, map: Private classes
Slot, model-stack: Private structures
Slot, models: Private classes
Slot, n-children: Private structures
Slot, name: Private structures
Slot, name: Private structures
Slot, name: Private structures
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, name-for-dtd: Private classes
Slot, name-hashtable: Private structures
Slot, namespace-stack: Private classes
Slot, namespace-uri: Private structures
Slot, namespace-uri: Private classes
Slot, namespaces: Private classes
Slot, ndata: Private structures
Slot, next: Private classes
Slot, next-catalog-entries: Private structures
Slot, notation-name: Private classes
Slot, notations: Private structures
Slot, notations: Private classes
Slot, notations: Private classes
Slot, of: Private classes
Slot, owner: Private classes
Slot, owner: Private classes
Slot, owner-element: Private classes
Slot, parent: Private classes
Slot, parents: Private classes
Slot, pentities: Private structures
Slot, position: Private structures
Slot, prefer-stack: Private classes
Slot, prefix: Private classes
Slot, prefixes: Private classes
Slot, previous-notation: Private classes
Slot, public: Private structures
Slot, public-entries: Private structures
Slot, public-id: Private classes
Slot, public-id: Private classes
Slot, public-id: Private classes
Slot, qname: Private structures
Slot, read-only-p: Private classes
Slot, read-only-p: Private classes
Slot, recoder: Private classes
Slot, referenced-notations: Private structures
Slot, result: Private classes
Slot, rewrite-system-entries: Private structures
Slot, rewrite-uri-entries: Private structures
Slot, root: Private classes
Slot, root: Private classes
Slot, sax-parser: Public classes
Slot, scratch-pad: Private classes
Slot, scratch-pad-2: Private classes
Slot, scratch-pad-3: Private classes
Slot, scratch-pad-4: Private classes
Slot, seen-event-p: Public classes
Slot, sink-omit-xml-declaration-p: Private classes
Slot, size: Private structures
Slot, source: Private classes
Slot, specified-p: Private structures
Slot, specified-p: Private classes
Slot, stack: Private classes
Slot, standalone-p: Private structures
Slot, standalone-p: Private structures
Slot, string: Private conditions
Slot, system: Private structures
Slot, system-entries: Private structures
Slot, system-id: Private classes
Slot, system-id: Private classes
Slot, system-id: Private classes
Slot, table: Private structures
Slot, tag-name: Private classes
Slot, target: Private classes
Slot, temporary-streams: Private classes
Slot, text-buffer: Private classes
Slot, token-category: Private structures
Slot, token-semantic: Private structures
Slot, type: Private structures
Slot, upstream-source: Public classes
Slot, uri: Private structures
Slot, uri-entries: Private structures
Slot, validate: Private classes
Slot, value: Private structures
Slot, value: Private structures
Slot, value: Private classes
Slot, version: Private structures
Slot, width: Private classes
Slot, xmlns-stack: Private classes
Slot, ystream: Private classes
source: Private classes
Special Variable, *cache-all-dtds*: Public special variables
Special Variable, *catalog*: Public special variables
Special Variable, *catalog-dtd*: Private special variables
Special Variable, *clone-not-import*: Private special variables
Special Variable, *ctx*: Private special variables
Special Variable, *current-element*: Private special variables
Special Variable, *current-namespace-bindings*: Private special variables
Special Variable, *data-behaviour*: Private special variables
Special Variable, *default-catalog*: Private special variables
Special Variable, *dtd-cache*: Public special variables
Special Variable, *expand-pe-p*: Private special variables
Special Variable, *external-subset-p*: Private special variables
Special Variable, *fast*: Private special variables
Special Variable, *include-xmlns-attributes*: Public special variables
Special Variable, *initial-namespace-bindings*: Private special variables
Special Variable, *left-recursion*: Private special variables
Special Variable, *namespace-bindings*: Private special variables
Special Variable, *namespace-processing*: Public special variables
Special Variable, *prefer*: Public special variables
Special Variable, *redefinition-warning*: Private special variables
Special Variable, *scratch-pad*: Private special variables
Special Variable, *scratch-pad-2*: Private special variables
Special Variable, *scratch-pad-3*: Private special variables
Special Variable, *scratch-pad-4*: Private special variables
Special Variable, *sink*: Private special variables
Special Variable, *unparse-namespace-bindings*: Private special variables
Special Variable, *use-xmlns-namespace*: Public special variables
Special Variable, *validate*: Private special variables
Special Variable, *xmlns-namespace*: Private special variables
specified-p: Private structures
specified-p: Private classes
stack: Private classes
standalone-p: Private structures
standalone-p: Private structures
string: Private conditions
system: Private structures
system-entries: Private structures
system-id: Private classes
system-id: Private classes
system-id: Private classes

T
table: Private structures
tag-name: Private classes
target: Private classes
temporary-streams: Private classes
text-buffer: Private classes
token-category: Private structures
token-semantic: Private structures
type: Private structures

U
upstream-source: Public classes
uri: Private structures
uri-entries: Private structures

V
validate: Private classes
value: Private structures
value: Private structures
value: Private classes
version: Private structures

W
width: Private classes

X
xmlns-stack: Private classes

Y
ystream: Private classes


A.4 Data types

Jump to:   A   B   C   D   E   F   I   K   N   P   R   S   T   U   V   W   X   Z  
Index Entry  Section

A
abstract-handler: Public classes
atdoc-configuration.lisp: The cxml/xml/atdoc-configuration․lisp file
attdef: Private structures
attr: Public classes
attribute: Private classes
attribute-node-map: Private classes

B
broadcast-handler: Public classes

C
catalog: Private structures
catalog-parser: Private classes
catalog.lisp: The cxml/xml/catalog․lisp file
cdata-section: Public classes
cdata-section: Private classes
character-data: Public classes
character-data: Private classes
Class, abstract-handler: Public classes
Class, attr: Public classes
Class, attribute: Private classes
Class, attribute-node-map: Private classes
Class, broadcast-handler: Public classes
Class, catalog-parser: Private classes
Class, cdata-section: Public classes
Class, cdata-section: Private classes
Class, character-data: Public classes
Class, character-data: Private classes
Class, closure-source-file: Private classes
Class, comment: Public classes
Class, comment: Private classes
Class, content-handler: Public classes
Class, cxml-parser: Private classes
Class, cxml-source: Private classes
Class, default-handler: Public classes
Class, document: Public classes
Class, document: Private classes
Class, document-fragment: Public classes
Class, document-fragment: Private classes
Class, document-type: Public classes
Class, document-type: Private classes
Class, dom-builder: Private classes
Class, dummy-cxml-component: Private classes
Class, element: Public classes
Class, element: Private classes
Class, entity: Public classes
Class, entity: Private classes
Class, entity-reference: Public classes
Class, entity-reference: Private classes
Class, klacks-dtd-handler: Private classes
Class, klacksax: Private classes
Class, named-node-map: Public classes
Class, named-node-map: Private classes
Class, namespace-mixin: Private classes
Class, namespace-normalizer: Private classes
Class, node: Public classes
Class, node: Private classes
Class, notation: Public classes
Class, notation: Private classes
Class, processing-instruction: Public classes
Class, processing-instruction: Private classes
Class, recoder: Private classes
Class, sax-parser: Public classes
Class, sax-parser-mixin: Public classes
Class, sax-proxy: Public classes
Class, sink: Private classes
Class, source: Public classes
Class, tapping-source: Public classes
Class, text: Public classes
Class, text: Private classes
Class, utf8dom-file: Private classes
Class, validator: Private classes
Class, whitespace-normalizer: Private classes
Class, xmls-builder: Private classes
Class, xpath-navigator: Private classes
closure-source-file: Private classes
comment: Public classes
comment: Private classes
Condition, dom-exception: Private conditions
Condition, end-of-xstream: Private conditions
Condition, klacks-error: Public conditions
Condition, validity-error: Public conditions
Condition, well-formedness-violation: Public conditions
Condition, xml-parse-error: Public conditions
content-handler: Public classes
context: Private structures
cxml: The cxml system
cxml: The cxml package
cxml-parser: Private classes
cxml-source: Private classes
cxml-system: The cxml-system package
cxml-xmls: The cxml-xmls package
cxml.asd: The cxml/cxml․asd file
cxml/dom: The cxml/dom system
cxml/klacks: The cxml/klacks system
cxml/xml: The cxml/xml system

D
default-handler: Public classes
document: Public classes
document: Private classes
document-fragment: Public classes
document-fragment: Private classes
document-type: Public classes
document-type: Private classes
dom: The dom package
dom-builder: Private classes
dom-exception: Private conditions
dom-sax.lisp: The cxml/dom/dom-sax․lisp file
dtd: Private structures
dummy-cxml-component: Private classes

E
element: Public classes
element: Private classes
elmdef: Private structures
end-of-xstream: Private conditions
entdef: Private structures
entity: Public classes
entity: Private classes
entity-reference: Public classes
entity-reference: Private classes
entry-file: Private structures
external-entdef: Private structures
extid: Private structures

F
File, atdoc-configuration.lisp: The cxml/xml/atdoc-configuration․lisp file
File, catalog.lisp: The cxml/xml/catalog․lisp file
File, cxml.asd: The cxml/cxml․asd file
File, dom-sax.lisp: The cxml/dom/dom-sax․lisp file
File, klacks-impl.lisp: The cxml/klacks/klacks-impl․lisp file
File, klacks.lisp: The cxml/klacks/klacks․lisp file
File, package.lisp: The cxml/dom/package․lisp file
File, package.lisp: The cxml/xml/package․lisp file
File, package.lisp: The cxml/klacks/package․lisp file
File, recoder.lisp: The cxml/xml/recoder․lisp file
File, rune-builder.lisp: The cxml/dom/rune-builder․lisp file
File, rune-impl.lisp: The cxml/dom/rune-impl․lisp file
File, sax-handler.lisp: The cxml/xml/sax-handler․lisp file
File, sax-proxy.lisp: The cxml/xml/sax-proxy․lisp file
File, space-normalizer.lisp: The cxml/xml/space-normalizer․lisp file
File, split-sequence.lisp: The cxml/xml/split-sequence․lisp file
File, tap-source.lisp: The cxml/klacks/tap-source․lisp file
File, unparse.lisp: The cxml/xml/unparse․lisp file
File, util.lisp: The cxml/xml/util․lisp file
File, xml-name-rune-p.lisp: The cxml/xml/xml-name-rune-p․lisp file
File, xml-parse.lisp: The cxml/xml/xml-parse․lisp file
File, xmlns-normalizer.lisp: The cxml/xml/xmlns-normalizer․lisp file
File, xmls-compat.lisp: The cxml/xml/xmls-compat․lisp file

I
internal-entdef: Private structures

K
klacks: The klacks package
klacks-dtd-handler: Private classes
klacks-error: Public conditions
klacks-impl.lisp: The cxml/klacks/klacks-impl․lisp file
klacks.lisp: The cxml/klacks/klacks․lisp file
klacksax: Private classes

N
named-node-map: Public classes
named-node-map: Private classes
namespace-mixin: Private classes
namespace-normalizer: Private classes
node: Public classes
node: Private classes
notation: Public classes
notation: Private classes

P
Package, cxml: The cxml package
Package, cxml-system: The cxml-system package
Package, cxml-xmls: The cxml-xmls package
Package, dom: The dom package
Package, klacks: The klacks package
Package, rune-dom: The rune-dom package
Package, sax: The sax package
package.lisp: The cxml/dom/package․lisp file
package.lisp: The cxml/xml/package․lisp file
package.lisp: The cxml/klacks/package․lisp file
processing-instruction: Public classes
processing-instruction: Private classes

R
read-element: Private types
recoder: Private classes
recoder.lisp: The cxml/xml/recoder․lisp file
rod-hashtable: Private structures
rod-stream: Private structures
rune-builder.lisp: The cxml/dom/rune-builder․lisp file
rune-dom: The rune-dom package
rune-impl.lisp: The cxml/dom/rune-impl․lisp file

S
sax: The sax package
sax-handler.lisp: The cxml/xml/sax-handler․lisp file
sax-parser: Public classes
sax-parser-mixin: Public classes
sax-proxy: Public classes
sax-proxy.lisp: The cxml/xml/sax-proxy․lisp file
sax⎵handler: Private types
sink: Private classes
source: Public classes
space-normalizer.lisp: The cxml/xml/space-normalizer․lisp file
split-sequence.lisp: The cxml/xml/split-sequence․lisp file
standard-attribute: Private structures
stream-name: Private structures
Structure, attdef: Private structures
Structure, catalog: Private structures
Structure, context: Private structures
Structure, dtd: Private structures
Structure, elmdef: Private structures
Structure, entdef: Private structures
Structure, entry-file: Private structures
Structure, external-entdef: Private structures
Structure, extid: Private structures
Structure, internal-entdef: Private structures
Structure, rod-hashtable: Private structures
Structure, rod-stream: Private structures
Structure, standard-attribute: Private structures
Structure, stream-name: Private structures
Structure, tag: Private structures
Structure, xml-header: Private structures
Structure, zstream: Private structures
System, cxml: The cxml system
System, cxml/dom: The cxml/dom system
System, cxml/klacks: The cxml/klacks system
System, cxml/xml: The cxml/xml system

T
tag: Private structures
tap-source.lisp: The cxml/klacks/tap-source․lisp file
tapping-source: Public classes
text: Public classes
text: Private classes
Type, read-element: Private types
Type, sax⎵handler: Private types
Type, ufixnum: Private types

U
ufixnum: Private types
unparse.lisp: The cxml/xml/unparse․lisp file
utf8dom-file: Private classes
util.lisp: The cxml/xml/util․lisp file

V
validator: Private classes
validity-error: Public conditions

W
well-formedness-violation: Public conditions
whitespace-normalizer: Private classes

X
xml-header: Private structures
xml-name-rune-p.lisp: The cxml/xml/xml-name-rune-p․lisp file
xml-parse-error: Public conditions
xml-parse.lisp: The cxml/xml/xml-parse․lisp file
xmlns-normalizer.lisp: The cxml/xml/xmlns-normalizer․lisp file
xmls-builder: Private classes
xmls-compat.lisp: The cxml/xml/xmls-compat․lisp file
xpath-navigator: Private classes

Z
zstream: Private structures