This file is indexed.

/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSXMLDTDNode.html is in gnustep-base-doc 1.25.1-2ubuntu3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

    <head>
    <title>NSXMLDTDNode class documentation</title>
  </head>
  <body>
    <font face="serif">
    <a href="Base.html">Up</a>
    <br />
    <h1><a name="title$NSXMLDTDNode">NSXMLDTDNode class documentation</a></h1>
    <h3>Authors</h3>
    <dl>
      <dt>Generated by Debian</dt>
      <dd>
      </dd>
    </dl>

        <div>
    </div>

          <h1><a name="001000000000">
        Software documentation for the NSXMLDTDNode class
      </a></h1>
    <h2><a name="class$NSXMLDTDNode">NSXMLDTDNode</a> : <a rel="gsdoc" href="NSXMLNode.html#class$NSXMLNode">NSXMLNode</a></h2>
    <blockquote class="declared">
      <dl>
        <dt><b>Declared in:</b></dt>
        <dd>Foundation/NSXMLDTDNode.h</dd>
      </dl>
    </blockquote>
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
          Represents the nodes whose types are present only
          in DTDs. <br /> Object values for the different nodes are:
          
      <dl>
        <dt>Entity declaration</dt>
        <dd>
          
              The string that that entity resolves to eg &quot;&lt;&quot;
            
        </dd>
        <dt>Attribute declaration</dt>
        <dd>
          The default value, if any
        </dd>
        <dt>Element declaration</dt>
        <dd>
          The validation string
        </dd>
        <dt>Notation declaration</dt>
        <dd>
          <code>nil</code>
        </dd>
      </dl>
      
        
    </div>
    <b>Method summary</b>
    <ul>
      <li><a rel="gsdoc" href="NSXMLDTDNode.html#method$NSXMLDTDNode-DTDKind">-DTDKind</a></li>
      <li><a rel="gsdoc" href="NSXMLDTDNode.html#method$NSXMLDTDNode-initWithXMLString$">-initWithXMLString:</a></li>
      <li><a rel="gsdoc" href="NSXMLDTDNode.html#method$NSXMLDTDNode-isExternal">-isExternal</a></li>
      <li><a rel="gsdoc" href="NSXMLDTDNode.html#method$NSXMLDTDNode-notationName">-notationName</a></li>
      <li><a rel="gsdoc" href="NSXMLDTDNode.html#method$NSXMLDTDNode-publicID">-publicID</a></li>
      <li><a rel="gsdoc" href="NSXMLDTDNode.html#method$NSXMLDTDNode-setDTDKind$">-setDTDKind:</a></li>
      <li><a rel="gsdoc" href="NSXMLDTDNode.html#method$NSXMLDTDNode-setNotationName$">-setNotationName:</a></li>
      <li><a rel="gsdoc" href="NSXMLDTDNode.html#method$NSXMLDTDNode-setPublicID$">-setPublicID:</a></li>
      <li><a rel="gsdoc" href="NSXMLDTDNode.html#method$NSXMLDTDNode-setSystemID$">-setSystemID:</a></li>
      <li><a rel="gsdoc" href="NSXMLDTDNode.html#method$NSXMLDTDNode-systemID">-systemID</a></li>
    </ul>
    <hr width="50%" align="left" />
<div class="method">
    <h3><a name="method$NSXMLDTDNode-DTDKind">DTDKind&nbsp;</a></h3>
    - (<a rel="gsdoc" href="TypesAndConstants.html#type$NSXMLDTDNodeKind">NSXMLDTDNodeKind</a>) <b>DTDKind</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Returns what kind of DTD node this is.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLDTDNode-initWithXMLString$">initWithXMLString:&nbsp;</a></h3>
    - (id) <b>initWithXMLString:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)string;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
This is a designated initialiser for the class.<br />
    <div class="desc">
      
            Initialises the receiver based on the contents
            of the supplied XML.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLDTDNode-isExternal">isExternal&nbsp;</a></h3>
    - (BOOL) <b>isExternal</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Returns <code>YES</code> if the system
            <strong>id</strong> is set, <code>NO</code>
            otherwise. <br /> Is valid only for entities and
            notations.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLDTDNode-notationName">notationName&nbsp;</a></h3>
    - (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*) <b>notationName</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Returns the notation name.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLDTDNode-publicID">publicID&nbsp;</a></h3>
    - (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*) <b>publicID</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Returns the public <strong>id</strong>.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLDTDNode-setDTDKind$">setDTDKind:&nbsp;</a></h3>
    - (void) <b>setDTDKind:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSXMLDTDNodeKind">NSXMLDTDNodeKind</a>)nodeKind;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Sets what kind of DTD node this is.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLDTDNode-setNotationName$">setNotationName:&nbsp;</a></h3>
    - (void) <b>setNotationName:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)notationName;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Sets the notation name if the receiver is an entity.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLDTDNode-setPublicID$">setPublicID:&nbsp;</a></h3>
    - (void) <b>setPublicID:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)publicID;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Sets the public <strong>id</strong> of this node.
            <br /> This identifier should be in the default
            catalog or in a location given by the
            XML_CATALOG_FILES environment variable.
            <br /> When the public <strong>id</strong> is set
            the system <strong>id</strong> must also be set. <br />
            This is valid only for entities and notations.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLDTDNode-setSystemID$">setSystemID:&nbsp;</a></h3>
    - (void) <b>setSystemID:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)systemID;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Sets the system ID... a URL referring to the DTD
            document.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSXMLDTDNode-systemID">systemID&nbsp;</a></h3>
    - (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*) <b>systemID</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Returns the system ID.
          
    </div>
    <hr width="25%" align="left" />
</div>
    <br />
    <a href="Base.html">Up</a>
    </font>
</body>
</html>