File: Namespace.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 (25 lines) | stat: -rw-r--r-- 767 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
<!DOCTYPE module>
<module name='Namespace'>
   Adds named attributes to an object.
  <attribute name='name' type='reader'>
     The name of the object, valid if set
  </attribute>
  <attribute name='expanded_name' type='reader'>
     The name of the object, valid if set
  </attribute>
  <attribute name='prefix' type='accessor'>
     The expanded name of the object, valid if name is set
  </attribute>
  <method name='name='>
     Sets the name and the expanded name
  </method>
  <method name='has_name'>
     Compares names optionally WITH namespaces
  </method>
  <alias alias='local_name' orig='name'>
    
  </alias>
  <method name='fully_expanded_name'>
     Fully expand the name, even if the prefix wasn't specified in the source file.
  </method>
</module>