File: Text.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 (24 lines) | stat: -rw-r--r-- 617 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
<!DOCTYPE class>
<class name='Text' extends='Child'>
   Represents text in an XML document
  <include name='Comparable'>
    
  </include>
  <attribute name='string' type='reader'>
     string is String content, raw is a boolean
  </attribute>
  <attribute name='raw' type='accessor'/>
  <method name='initialize'>
     Constructor 
  </method>
  <method name='clone'/>
  <method name='&lt;=&gt;'>
    <return>
      the result of (to_s &lt;=&gt; arg.to_s)
    </return>
     @return the result of (to_s &lt;=&gt; arg.to_s)
  </method>
  <method name='to_s'/>
  <method name='write'/>
  <method name='Text'/>
</class>