![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/share/doc/gnustep-base-doc/Base/Reference/ |
Upload File : |
<!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>NSXMLDTD class documentation</title> </head> <body> <font face="serif"> <a href="Base.html">Up</a> <br /> <h1><a name="title$NSXMLDTD">NSXMLDTD 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 NSXMLDTD class </a></h1> <h2><a name="class$NSXMLDTD">NSXMLDTD</a> : <a rel="gsdoc" href="NSXMLNode.html#class$NSXMLNode">NSXMLNode</a></h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>Foundation/NSXMLDTD.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Encapsulates document type definition data. </div> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSXMLDTD.html#method$NSXMLDTD+predefinedEntityDeclarationForName$">+predefinedEntityDeclarationForName:</a></li> <li><a rel="gsdoc" href="NSXMLDTD.html#method$NSXMLDTD-addChild$">-addChild:</a></li> <li><a rel="gsdoc" href="NSXMLDTD.html#method$NSXMLDTD-attributeDeclarationForName$elementName$">-attributeDeclarationForName:elementName:</a></li> <li><a rel="gsdoc" href="NSXMLDTD.html#method$NSXMLDTD-elementDeclarationForName$">-elementDeclarationForName:</a></li> <li><a rel="gsdoc" href="NSXMLDTD.html#method$NSXMLDTD-entityDeclarationForName$">-entityDeclarationForName:</a></li> <li><a rel="gsdoc" href="NSXMLDTD.html#method$NSXMLDTD-initWithContentsOfURL$options$error$">-initWithContentsOfURL:options:error:</a></li> <li><a rel="gsdoc" href="NSXMLDTD.html#method$NSXMLDTD-initWithData$options$error$">-initWithData:options:error:</a></li> <li><a rel="gsdoc" href="NSXMLDTD.html#method$NSXMLDTD-insertChild$atIndex$">-insertChild:atIndex:</a></li> <li><a rel="gsdoc" href="NSXMLDTD.html#method$NSXMLDTD-insertChildren$atIndex$">-insertChildren:atIndex:</a></li> <li><a rel="gsdoc" href="NSXMLDTD.html#method$NSXMLDTD-notationDeclarationForName$">-notationDeclarationForName:</a></li> <li><a rel="gsdoc" href="NSXMLDTD.html#method$NSXMLDTD-publicID">-publicID</a></li> <li><a rel="gsdoc" href="NSXMLDTD.html#method$NSXMLDTD-removeChildAtIndex$">-removeChildAtIndex:</a></li> <li><a rel="gsdoc" href="NSXMLDTD.html#method$NSXMLDTD-replaceChildAtIndex$withNode$">-replaceChildAtIndex:withNode:</a></li> <li><a rel="gsdoc" href="NSXMLDTD.html#method$NSXMLDTD-setChildren$">-setChildren:</a></li> <li><a rel="gsdoc" href="NSXMLDTD.html#method$NSXMLDTD-setPublicID$">-setPublicID:</a></li> <li><a rel="gsdoc" href="NSXMLDTD.html#method$NSXMLDTD-setSystemID$">-setSystemID:</a></li> <li><a rel="gsdoc" href="NSXMLDTD.html#method$NSXMLDTD-systemID">-systemID</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSXMLDTD+predefinedEntityDeclarationForName$">predefinedEntityDeclarationForName: </a></h3> + (<a rel="gsdoc" href="NSXMLDTDNode.html#class$NSXMLDTDNode">NSXMLDTDNode</a>*) <b>predefinedEntityDeclarationForName:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)name;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns the predefined entity declaration matching named. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSXMLDTD-addChild$">addChild: </a></h3> - (void) <b>addChild:</b> (<a rel="gsdoc" href="NSXMLNode.html#class$NSXMLNode">NSXMLNode</a>*)child;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Adds a <var>child</var> after the existing children. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSXMLDTD-attributeDeclarationForName$elementName$">attributeDeclarationForName: elementName: </a></h3> - (<a rel="gsdoc" href="NSXMLDTDNode.html#class$NSXMLDTDNode">NSXMLDTDNode</a>*) <b>attributeDeclarationForName:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)name<b> elementName:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)elementName;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns the attribute declaration named. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSXMLDTD-elementDeclarationForName$">elementDeclarationForName: </a></h3> - (<a rel="gsdoc" href="NSXMLDTDNode.html#class$NSXMLDTDNode">NSXMLDTDNode</a>*) <b>elementDeclarationForName:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)name;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns the element declaration named. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSXMLDTD-entityDeclarationForName$">entityDeclarationForName: </a></h3> - (<a rel="gsdoc" href="NSXMLDTDNode.html#class$NSXMLDTDNode">NSXMLDTDNode</a>*) <b>entityDeclarationForName:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)name;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns the entity declaration named. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSXMLDTD-initWithContentsOfURL$options$error$">initWithContentsOfURL: options: error: </a></h3> - (id) <b>initWithContentsOfURL:</b> (<a rel="gsdoc" href="NSURL.html#class$NSURL">NSURL</a>*)url<b> options:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSUInteger">NSUInteger</a>)mask<b> error:</b> (<a rel="gsdoc" href="NSError.html#class$NSError">NSError</a>**)error;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Load data from URL and initialise the receiver with the contents. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSXMLDTD-initWithData$options$error$">initWithData: options: error: </a></h3> - (id) <b>initWithData:</b> (<a rel="gsdoc" href="NSData.html#class$NSData">NSData</a>*)data<b> options:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSUInteger">NSUInteger</a>)mask<b> error:</b> (<a rel="gsdoc" href="NSError.html#class$NSError">NSError</a>**)error;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> This is a designated initialiser for the class.<br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSXMLDTD-insertChild$atIndex$">insertChild: atIndex: </a></h3> - (void) <b>insertChild:</b> (<a rel="gsdoc" href="NSXMLNode.html#class$NSXMLNode">NSXMLNode</a>*)child<b> atIndex:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSUInteger">NSUInteger</a>)index;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Inserts a <var>child</var> node at the specified <var>index</var> in the document. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSXMLDTD-insertChildren$atIndex$">insertChildren: atIndex: </a></h3> - (void) <b>insertChildren:</b> (<a rel="gsdoc" href="NSArray.html#class$NSArray">NSArray</a>*)children<b> atIndex:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSUInteger">NSUInteger</a>)index;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Inserts a number of child nodes at the specified <var>index</var>. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSXMLDTD-notationDeclarationForName$">notationDeclarationForName: </a></h3> - (<a rel="gsdoc" href="NSXMLDTDNode.html#class$NSXMLDTDNode">NSXMLDTDNode</a>*) <b>notationDeclarationForName:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)name;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns the notation declaration named. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSXMLDTD-publicID">publicID </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 ID set for the document. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSXMLDTD-removeChildAtIndex$">removeChildAtIndex: </a></h3> - (void) <b>removeChildAtIndex:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSUInteger">NSUInteger</a>)index;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Remove the indexed child node. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSXMLDTD-replaceChildAtIndex$withNode$">replaceChildAtIndex: withNode: </a></h3> - (void) <b>replaceChildAtIndex:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSUInteger">NSUInteger</a>)index<b> withNode:</b> (<a rel="gsdoc" href="NSXMLNode.html#class$NSXMLNode">NSXMLNode</a>*)theNode;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Replaces the child at <var>index</var> with another child. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSXMLDTD-setChildren$">setChildren: </a></h3> - (void) <b>setChildren:</b> (<a rel="gsdoc" href="NSArray.html#class$NSArray">NSArray</a>*)children;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Replaces all existing <var>children</var> with the child nodes in the array. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSXMLDTD-setPublicID$">setPublicID: </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 document. <br /> This identifier should be in the default catalog or in a location given by the XML_CATALOG_FILES environment variable. <br /> You should also set the systemID when you set this. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSXMLDTD-setSystemID$">setSystemID: </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$NSXMLDTD-systemID">systemID </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>