~ubuntu-branches/ubuntu/karmic/gnustep-base/karmic

« back to all changes in this revision

Viewing changes to Documentation/gsdoc/NSURL.gsdoc

  • Committer: Bazaar Package Importer
  • Author(s): Eric Heintzmann
  • Date: 2005-04-17 00:14:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050417001438-enf0y07c9tku85z1
Tags: 1.10.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.6//EN" "http://www.gnustep.org/gsdoc-0_6_6.xml">
3
 
<gsdoc base="NSURL" prev="NSTimer" next="NSURLHandle" up="Base">
4
 
  <head>
5
 
    <title>NSURL</title>
6
 
    <author name="Richard Frith-Macdonald">
7
 
      <email address="rfm@gnu.org"/>
8
 
      <url url="http://www.gnustep.org/developers/whoiswho.html"/>
9
 
    </author>
10
 
    <version>$Revision: 1.9 $</version>
11
 
    <date>$Date: 2001/03/03 09:58:53 $</date>
12
 
  </head>
13
 
  <body>
14
 
    <chapter>
15
 
      <heading>NSURL</heading>
16
 
      <class name="NSURL" super="NSObject">
17
 
        <declared>Foundation/NSURL.h</declared>
18
 
        <conform>NSCoding</conform>
19
 
          <desc>
20
 
          </desc>
21
 
        <method type="id" factory="yes">
22
 
          <sel>URLWithString:</sel>
23
 
          <arg type="NSString*">URLString</arg>
24
 
          <desc>
25
 
            Initializes with a string as specified in RFCs 1738 and 1808
26
 
          </desc>
27
 
        </method>
28
 
 
29
 
        <method type="id" factory="yes">
30
 
          <sel>URLWithString:</sel>
31
 
          <arg type="NSString*">URLString</arg>
32
 
          <sel>relativeToURL:</sel>
33
 
          <arg type="NSURL*">baseURL</arg>
34
 
          <desc>
35
 
            Initializes relative to a base URL, with a string as
36
 
            specified in RFCs 1738 and 1808
37
 
          </desc>
38
 
        </method>
39
 
 
40
 
        <method type="id" factory="yes">
41
 
          <sel>fileURLWithPath:</sel>
42
 
          <arg type="NSString*">path</arg>
43
 
          <desc>
44
 
            Initializes as a file schem URL with the specified path.
45
 
          </desc>
46
 
        </method>
47
 
 
48
 
        <method type="void">
49
 
          <sel>loadResourceDataNotifyingClient:</sel>
50
 
          <arg type="id">client</arg>
51
 
          <sel>usingCache:</sel>
52
 
          <arg type="BOOL">shouldUseCache</arg>
53
 
          <desc>
54
 
            Loads the resource data for the specified URL.
55
 
            <p>
56
 
              If <em>shouldUseCache</em> is <code>YES</code> then an attempt
57
 
              will be made to locate a cached NSURLHandle to provide the
58
 
              resource data, otherwise a new handle will be created and
59
 
              cached.
60
 
            </p>
61
 
            <p>
62
 
              If the handle does not have the data available, it will be
63
 
              asked to load the data in the background by calling its
64
 
              loadInBackground  method.
65
 
            </p>
66
 
            <p>
67
 
              The specified client (if non-nil) will be set up to recieve
68
 
              notifications of the progress fo the background load process.
69
 
            </p>
70
 
          </desc>
71
 
        </method>
72
 
 
73
 
        <method type="NSString*">
74
 
          <sel>parameterString</sel>
75
 
          <desc>
76
 
          </desc>
77
 
        </method>
78
 
 
79
 
        <method type="NSString*">
80
 
          <sel>password</sel>
81
 
          <desc>
82
 
          </desc>
83
 
        </method>
84
 
 
85
 
        <method type="NSString*">
86
 
          <sel>path</sel>
87
 
          <desc>
88
 
          </desc>
89
 
        </method>
90
 
 
91
 
        <method type="NSNumber*">
92
 
          <sel>port</sel>
93
 
          <desc>
94
 
          </desc>
95
 
        </method>
96
 
 
97
 
        <method type="id">
98
 
          <sel>propertyForKey:</sel>
99
 
          <arg type="NSString*">propertyKey</arg>
100
 
          <desc>
101
 
          </desc>
102
 
        </method>
103
 
 
104
 
        <method type="NSString*">
105
 
          <sel>query</sel>
106
 
          <desc>
107
 
          </desc>
108
 
        </method>
109
 
 
110
 
        <method type="NSString*">
111
 
          <sel>relativePath</sel>
112
 
          <desc>
113
 
          </desc>
114
 
        </method>
115
 
 
116
 
        <method type="NSString*">
117
 
          <sel>relativeString</sel>
118
 
          <desc>
119
 
          </desc>
120
 
        </method>
121
 
 
122
 
        <method type="NSData*">
123
 
          <sel>resourceDataUsingCache:</sel>
124
 
          <arg type="BOOL">shouldUseCache</arg>
125
 
          <desc>
126
 
          </desc>
127
 
        </method>
128
 
 
129
 
        <method type="NSString*">
130
 
          <sel>resourceSpecifier</sel>
131
 
          <desc>
132
 
          </desc>
133
 
        </method>
134
 
 
135
 
        <method type="NSString*">
136
 
          <sel>scheme</sel>
137
 
          <desc>
138
 
          </desc>
139
 
        </method>
140
 
 
141
 
        <method type="BOOL">
142
 
          <sel>setProperty:</sel>
143
 
          <arg type="id">property</arg>
144
 
          <desc>
145
 
          </desc>
146
 
        </method>
147
 
 
148
 
        <method type="BOOL">
149
 
          <sel>setResourceData:</sel>
150
 
          <arg type="NSData*">data</arg>
151
 
          <desc>
152
 
          </desc>
153
 
        </method>
154
 
 
155
 
        <method type="NSURL*">
156
 
          <sel>standardizedURL</sel>
157
 
          <desc>
158
 
          </desc>
159
 
        </method>
160
 
 
161
 
        <method type="NSString*">
162
 
          <sel>user</sel>
163
 
          <desc>
164
 
          </desc>
165
 
        </method>
166
 
      </class>
167
 
    </chapter>
168
 
  </body>
169
 
</gsdoc>