1 2 3 4 5 6 7 8 9 10 11
|
<?xml version="1.0" encoding="UTF-8"?>
<!--[ Comment object description ]-->
<!-- $Date: 2001/11/26 22:34:21 $ $Revision: 1.1.1.1 $ -->
<interface name="Comment" inherits="CharacterData" id="ID-1728279322">
<descr><p>This interface inherits from <code>CharacterData</code> and
represents the content of a comment, i.e., all the
characters between the starting '<code><!--</code>' and
ending '<code>--></code>'. Note that this is the definition
of a comment in XML, and, in practice, HTML, although some HTML
tools may implement the full SGML comment structure.</p></descr>
</interface>
|