From 9365c4b93c3e5adc55a6512b3fb453693d06a707 Mon Sep 17 00:00:00 2001 From: David Lichteblau Date: Wed, 8 Jun 2011 18:58:03 +0200 Subject: [PATCH] Fix/add documentation for klacks:list-attributes, get-attribute --- doc/klacks.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/klacks.xml b/doc/klacks.xml index ff617dc..f3b0cbd 100644 --- a/doc/klacks.xml +++ b/doc/klacks.xml @@ -209,9 +209,20 @@ Only valid for :start-element.

+

Function KLACKS:LIST-ATTRIBUTES (source)
+

+

Return a list of SAX attribute structures for the current start tag. Only valid for :start-element.

+

+

Function KLACKS:GET-ATTRIBUTE (source lname + &optional uri)
+

+

+ Return a SAX attribute structures for the current start tag. + Only valid for :start-element. +

Function KLACKS:CLOSE-SOURCE (source)
-- 2.11.4.GIT