parse-string in parse-rod umbenannt und exportiert

This commit is contained in:
dlichteblau
2005-12-28 23:18:04 +00:00
parent b5bd89f643
commit 4df5d1d054
4 changed files with 28 additions and 27 deletions

View File

@ -67,6 +67,7 @@
<div class="def">Function CXML:PARSE-FILE (pathname handler &key ...)</div>
<div class="def">Function CXML:PARSE-STREAM (stream handler &key ...)</div>
<div class="def">Function CXML:PARSE-OCTETS (octets handler &key ...)</div>
<div class="def">Function CXML:PARSE-ROD (rod handler &key ...)</div>
Parse an XML document.&nbsp;
Return values from this function depend on the SAX handler used.<br/>
Arguments:
@ -123,6 +124,11 @@
otherwise.
</li>
</ul>
<p>
Note: <tt>parse-rod</tt> assumes that the input has already been
decoded into Unicode runes and ignores the encoding
specified in the XML declaration, if any.
</p>
<p>
<div class="def">Function CXML:PARSE-DTD-FILE (pathname)</div>