File: Namespace.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 (94 lines) | stat: -rw-r--r-- 1,702 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
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<STYLE TYPE="text/css">@import "style.css";</STYLE>
</HEAD>
<BODY>
<H1>module Namespace</H1>
<HR>
   Adds named attributes to an object.
  
  
  
  
  
  
  
<H2>Attributes</H2>
<UL>
<LI>
<A HREF="#NA">expanded_name</A>
</LI>
<LI>
<A HREF="#N5">name</A>
</LI>
<LI>
<A HREF="#NF">prefix</A>
</LI>
</UL>
<H2>Methods</H2>
<UL>
<LI>
<A HREF="#N21">fully_expanded_name</A>
</LI>
<LI>
<A HREF="#N18">has_name</A>
</LI>
<LI>
<A HREF="#N14">name=</A>
</LI>
</UL>
<HR>
<H2>Attributes</H2>
<DIV CLASS="attributes">
<DIV STYLE="padding-bottom: 0.5em; padding-top: 0.5em;">
<B>expanded_name</B> (reader)
			
     The name of the object, valid if set
  </DIV>
<DIV STYLE="padding-bottom: 0.5em; padding-top: 0.5em;">
<B>name</B> (reader)
			
     The name of the object, valid if set
  </DIV>
<DIV STYLE="padding-bottom: 0.5em; padding-top: 0.5em;">
<B>prefix</B> (accessor)
			
     The expanded name of the object, valid if name is set
  </DIV>
</DIV>
<H2>Aliases</H2>
<DIV CLASS="alias">
<H3>local_name</H3>
			is a synonym for
			<H3>name</H3>
    
  
</DIV>
<H2>Methods</H2>
<DIV CLASS="method">
<A NAME="N21">
<H3>fully_expanded_name</H3>
</A>
<HR>
     Fully expand the name, even if the prefix wasn't specified in the source file.
  </DIV>
<DIV CLASS="method">
<A NAME="N18">
<H3>has_name</H3>
</A>
<HR>
     Compares names optionally WITH namespaces
  </DIV>
<DIV CLASS="method">
<A NAME="N14">
<H3>name=</H3>
</A>
<HR>
     Sets the name and the expanded name
  </DIV>
<DIV CLASS="footer">
			API documentation generated by <A HREF="http://www.germane-software.com/~ser/Software/api2xml">API2XML</A>
</DIV>
</BODY>
</HTML>