File: Comment.xml

package info (click to toggle)
librexml-ruby 1.2.5-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 792 kB
  • ctags: 655
  • sloc: ruby: 3,778; xml: 1,609; java: 109; makefile: 43
file content (23 lines) | stat: -rw-r--r-- 728 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE class>
<class name='Comment' extends='Child'>
   Represents an XML comment; that is, text between &lt;!-- ... --&gt;
  <include name='Comparable'>
    
  </include>
  <attribute name='string' type='accessor'/>
  <method name='initialize'>
     Constructor.  The first argument can be one of three types: 
  </method>
  <method name='clone'/>
  <method name='write'/>
  <alias alias='to_s' orig='string'>
    
  </alias>
  <method name='&lt;=&gt;'>
     Compares this Comment to another; the contents of the comment are used in the comparison.
  </method>
  <method name='=='>
     Compares this Comment to another; the contents of the comment are used in the comparison.
  </method>
  <method name='Comment'/>
</class>