Skip to content

Commit

Permalink
Fix/add documentation for klacks:list-attributes, get-attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
lichtblau authored and David Lichteblau committed Jun 8, 2011
1 parent 1692cd2 commit 9365c4b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/klacks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,21 @@
</ul>
Only valid for :start-element.
</p>
<p>
<div class="def">Function KLACKS:LIST-ATTRIBUTES (source)</div>
</p>
<p>
Return a list of SAX attribute structures for the current start tag.
Only valid for :start-element.
</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>
<div class="def">Function KLACKS:CLOSE-SOURCE (source)</div>
Expand Down

0 comments on commit 9365c4b

Please sign in to comment.