Fix/add documentation for klacks:list-attributes, get-attribute
This commit is contained in:
committed by
David Lichteblau
parent
1692cd238e
commit
9365c4b93c
@ -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
|
||||||
|
&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>
|
||||||
|
|||||||
Reference in New Issue
Block a user