File: Text.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 (107 lines) | stat: -rw-r--r-- 1,686 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
107
<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 Text</H1>
<B>Extends </B>Child<BR>
<B>Includes </B>Comparable<HR>
   Represents text in an XML document
  
  
  
  
  
  
  
  
  
<H2>Attributes</H2>
<UL>
<LI>
<A HREF="#NF">raw</A>
</LI>
<LI>
<A HREF="#NA">string</A>
</LI>
</UL>
<H2>Methods</H2>
<UL>
<LI>
<A HREF="#N1A">&lt;=&gt;</A>
</LI>
<LI>
<A HREF="#N17">clone</A>
</LI>
<LI>
<A HREF="#N13">initialize</A>
</LI>
<LI>
<A HREF="#N27">Text</A>
</LI>
<LI>
<A HREF="#N21">to_s</A>
</LI>
<LI>
<A HREF="#N24">write</A>
</LI>
</UL>
<HR>
<H2>Attributes</H2>
<DIV CLASS="attributes">
<DIV STYLE="padding-bottom: 0.5em; padding-top: 0.5em;">
<B>raw</B> (accessor)
			</DIV>
<DIV STYLE="padding-bottom: 0.5em; padding-top: 0.5em;">
<B>string</B> (reader)
			
     string is String content, raw is a boolean
  </DIV>
</DIV>
<H2>Methods</H2>
<DIV CLASS="method">
<A NAME="N1A">
<H3>&lt;=&gt;</H3>
</A><B style="padding-right: 1em;">Returns</B>
      the result of (to_s &lt;=&gt; arg.to_s)
    <HR>
    
     @return the result of (to_s &lt;=&gt; arg.to_s)
  </DIV>
<DIV CLASS="method">
<A NAME="N17">
<H3>clone</H3>
</A>
<HR>
</DIV>
<DIV CLASS="method">
<A NAME="N13">
<H3>initialize</H3>
</A>
<HR>
     Constructor 
  </DIV>
<DIV CLASS="method">
<A NAME="N27">
<H3>Text</H3>
</A>
<HR>
</DIV>
<DIV CLASS="method">
<A NAME="N21">
<H3>to_s</H3>
</A>
<HR>
</DIV>
<DIV CLASS="method">
<A NAME="N24">
<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>