Fix/add documentation for klacks:list-attributes, get-attribute

This commit is contained in:
David Lichteblau
2011-06-08 18:58:03 +02:00
committed by David Lichteblau
parent 1692cd238e
commit 9365c4b93c

View File

@ -208,10 +208,21 @@
</ul> </ul>
Only valid for :start-element. Only valid for :start-element.
</p> </p>
<p>
<div class="def">Function KLACKS:LIST-ATTRIBUTES (source)</div>
</p>
<p> <p>
Return a list of SAX attribute structures for the current start tag. Return a list of SAX attribute structures for the current start tag.
Only valid for :start-element. Only valid for :start-element.
</p> </p>
<p>
<div class="def">Function KLACKS:GET-ATTRIBUTE (source lname
&amp;optional uri)</div>
</p>
<p>
Return a SAX attribute structures for the current start tag.
Only valid for :start-element.
</p>
<p> <p>
<div class="def">Function KLACKS:CLOSE-SOURCE (source)</div> <div class="def">Function KLACKS:CLOSE-SOURCE (source)</div>