File: Comment.html

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 (106 lines) | stat: -rw-r--r-- 1,746 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<STYLE TYPE="text/css">@import "style.css";</STYLE>
</HEAD>
<BODY>
<H1>class Comment</H1>
<B>Extends </B>Child<BR>
<B>Includes </B>Comparable<HR>
   Represents an XML comment; that is, text between &lt;!-- ... --&gt;
  
  
  
  
  
  
  
  
  
<H2>Attributes</H2>
<UL>
<LI>
<A HREF="#NA">string</A>
</LI>
</UL>
<H2>Methods</H2>
<UL>
<LI>
<A HREF="#N1D">&lt;=&gt;</A>
</LI>
<LI>
<A HREF="#N21">==</A>
</LI>
<LI>
<A HREF="#N12">clone</A>
</LI>
<LI>
<A HREF="#N25">Comment</A>
</LI>
<LI>
<A HREF="#NE">initialize</A>
</LI>
<LI>
<A HREF="#N15">write</A>
</LI>
</UL>
<HR>
<H2>Attributes</H2>
<DIV CLASS="attributes">
<DIV STYLE="padding-bottom: 0.5em; padding-top: 0.5em;">
<B>string</B> (accessor)
			</DIV>
</DIV>
<H2>Aliases</H2>
<DIV CLASS="alias">
<H3>to_s</H3>
			is a synonym for
			<H3>string</H3>
    
  
</DIV>
<H2>Methods</H2>
<DIV CLASS="method">
<A NAME="N1D">
<H3>&lt;=&gt;</H3>
</A>
<HR>
     Compares this Comment to another; the contents of the comment are used in the comparison.
  </DIV>
<DIV CLASS="method">
<A NAME="N21">
<H3>==</H3>
</A>
<HR>
     Compares this Comment to another; the contents of the comment are used in the comparison.
  </DIV>
<DIV CLASS="method">
<A NAME="N12">
<H3>clone</H3>
</A>
<HR>
</DIV>
<DIV CLASS="method">
<A NAME="N25">
<H3>Comment</H3>
</A>
<HR>
</DIV>
<DIV CLASS="method">
<A NAME="NE">
<H3>initialize</H3>
</A>
<HR>
     Constructor.  The first argument can be one of three types: 
  </DIV>
<DIV CLASS="method">
<A NAME="N15">
<H3>write</H3>
</A>
<HR>
</DIV>
<DIV CLASS="footer">
			API documentation generated by <A HREF="http://www.germane-software.com/~ser/Software/api2xml">API2XML</A>
</DIV>
</BODY>
</HTML>