![]() 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>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 "<" </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 </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: </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 </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 </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 </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: </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: </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: </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: </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 </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>