File: Comment.xml

package info (click to toggle)
gmetadom 0.2.2-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,396 kB
  • ctags: 1,195
  • sloc: sh: 8,353; xml: 3,772; cpp: 3,113; ansic: 2,660; ml: 932; makefile: 930
file content (11 lines) | stat: -rw-r--r-- 624 bytes parent folder | download | duplicates (9)
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>&lt;!--</code>' and
      ending '<code>--&gt;</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>