File: Instruction.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 (22 lines) | stat: -rw-r--r-- 808 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
<!DOCTYPE class>
<class name='Instruction' extends='Child'>
   Represents an XML Instruction; IE, &lt;? ... ?&gt;
  <attribute name='target' type='accessor'>
     target is the "name" of the Instruction; IE, the "tag" in &lt;?tag ...?&gt; content is everything else.
  </attribute>
  <attribute name='content' type='accessor'>
     target is the "name" of the Instruction; IE, the "tag" in &lt;?tag ...?&gt; content is everything else.
  </attribute>
  <method name='initialize'>
     Constructs a new Instruction 
  </method>
  <method name='clone'/>
  <method name='write'/>
  <method name='=='>
    <return>
      true if other is an Instruction, and the content and target of the other matches the target and content of this object.
    </return>
     
  </method>
  <method name='Instruction'/>
</class>