mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Documentation regeneration and XML parsing fixes/updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5dbf5144be
commit
0a86bba7b0
84 changed files with 2028 additions and 1677 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,22 @@
|
|||
2001-04-25 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/Foundation/GSXML.h: Many changes to restore encapsulation
|
||||
of libxml previously broken by someone... Partly as a matter of
|
||||
good OO programming practice, partly so that the library can be
|
||||
used effectively from Java (via JIGS).
|
||||
Moved libxml header includes out of this file.
|
||||
Removed typedefs for libxml constants and changed 'type' methods
|
||||
to return 'int'.
|
||||
Added class methods for mapping between integer type values
|
||||
and constant string type values.
|
||||
Added a typeDescription method to GSXMLAttribute for consistency.
|
||||
* Source/GSXML.m: include required headers and update to implement
|
||||
changes in API. Also fixed bug in implementation of typeDescription
|
||||
method for GSXMLNamespace.
|
||||
* Documentation/gsdoc/GSXMLNode.gsdoc: Updated to reflect current API
|
||||
* Documentation/gsdoc/GSXMLNamespace.gsdoc: ditto
|
||||
* Documentation/gsdoc/GSXMLAttribute.gsdoc: ditto
|
||||
|
||||
2001-04-25 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* base.make.in: (GNUSTEP_BASE_VERSION),
|
||||
|
|
|
@ -104,84 +104,84 @@
|
|||
</dl>
|
||||
<h3><a name ="cont-5">The Foundation classes</a></h3>
|
||||
<ul>
|
||||
<li><a href ="NSArchiver.html">NSArchiver</a>
|
||||
<li><a href ="NSArray.html">NSArray</a>
|
||||
<li><a href ="NSAssertionHandler.html">NSAssertionHandler</a>
|
||||
<li><a href ="NSAttributedString.html">NSAttributedString</a>
|
||||
<li><a href ="NSAutoreleasePool.html">NSAutoreleasePool</a>
|
||||
<li><a href ="NSBundle.html">NSBundle</a>
|
||||
<li><a href ="NSCalendarDate.html">NSCalendarDate</a>
|
||||
<li><a href ="NSCharacterSet.html">NSCharacterSet</a>
|
||||
<li><a href ="NSCoder.html">NSCoder</a>
|
||||
<li><a href ="NSConditionLock.html">NSConditionLock</a>
|
||||
<li><a href ="NSConnection.html">NSConnection</a>
|
||||
<li><a href ="NSCountedSet.html">NSCountedSet</a>
|
||||
<li><a href ="NSDate.html">NSDate</a>
|
||||
<li><a href ="NSDateFormatter.html">NSDateFormatter</a>
|
||||
<li><a href ="NSDecimalNumber.html">NSDecimalNumber</a>
|
||||
<li><a href ="NSDecimalNumberHandler.html">NSDecimalNumberHandler</a>
|
||||
<li><a href ="NSDeserializer.html">NSDeserializer</a>
|
||||
<li><a href ="NSDictionary.html">NSDictionary</a>
|
||||
<li><a href ="NSDirectoryEnumerator.html">NSDirectoryEnumerator</a>
|
||||
<li><a href ="NSDistantObject.html">NSDistantObject</a>
|
||||
<li><a href ="NSDistantObjectRequest.html">NSDistantObjectRequest</a>
|
||||
<li><a href ="NSDistributedLock.html">NSDistributedLock</a>
|
||||
<li><a href ="NSDistributedNotificationCenter.html">NSDistributedNotificationCenter</a>
|
||||
<li><a href ="NSEnumerator.html">NSEnumerator</a>
|
||||
<li><a href ="NSException.html">NSException</a>
|
||||
<li><a href ="NSFileHandle.html">NSFileHandle</a>
|
||||
<li><a href ="NSFileManager.html">NSFileManager</a>
|
||||
<li><a href ="NSFormatter.html">NSFormatter</a>
|
||||
<li><a href ="NSHost.html">NSHost</a>
|
||||
<li><a href ="NSInvocation.html">NSInvocation</a>
|
||||
<li><a href ="NSLock.html">NSLock</a>
|
||||
<li><a href ="NSMethodSignature.html">NSMethodSignature</a>
|
||||
<li><a href ="NSMutableArray.html">NSMutableArray</a>
|
||||
<li><a href ="NSMutableAttributedString.html">NSMutableAttributedString</a>
|
||||
<li><a href ="NSMutableCharacterSet.html">NSMutableCharacterSet</a>
|
||||
<li><a href ="NSMutableData.html">NSMutableData</a>
|
||||
<li><a href ="NSMutableDictionary.html">NSMutableDictionary</a>
|
||||
<li><a href ="NSMutableSet.html">NSMutableSet</a>
|
||||
<li><a href ="NSMutableString.html">NSMutableString</a>
|
||||
<li><a href ="NSNotification.html">NSNotification</a>
|
||||
<li><a href ="NSNotificationCenter.html">NSNotificationCenter</a>
|
||||
<li><a href ="NSNotificationQueue.html">NSNotificationQueue</a>
|
||||
<li><a href ="NSNull.html">NSNull</a>
|
||||
<li><a href ="NSNumber.html">NSNumber</a>
|
||||
<li><a href ="NSNumberFormatter.html">NSNumberFormatter</a>
|
||||
<li><a href ="NSObject.html">NSObject</a>
|
||||
<li><a href ="NSPort.html">NSPort</a>
|
||||
<li><a href ="NSPortCoder.html">NSPortCoder</a>
|
||||
<li><a href ="NSPortMessage.html">NSPortMessage</a>
|
||||
<li><a href ="NSPortNameServer.html">NSPortNameServer</a>
|
||||
<li><a href ="NSProcessInfo.html">NSProcessInfo</a>
|
||||
<li><a href ="NSProtocolChecker.html">NSProtocolChecker</a>
|
||||
<li><a href ="NSProxy.html">NSProxy</a>
|
||||
<li><a href ="NSRecursiveLock.html">NSRecursiveLock</a>
|
||||
<li><a href ="NSRunLoop.html">NSRunLoop</a>
|
||||
<li><a href ="NSScanner.html">NSScanner</a>
|
||||
<li><a href ="NSSerializer.html">NSSerializer</a>
|
||||
<li><a href ="NSSet.html">NSSet</a>
|
||||
<li><a href ="NSString.html">NSString</a>
|
||||
<li><a href ="NSTask.html">NSTask</a>
|
||||
<li><a href ="NSThread.html">NSThread</a>
|
||||
<li><a href ="NSTimeZone.html">NSTimeZone</a>
|
||||
<li><a href ="NSTimer.html">NSTimer</a>
|
||||
<li><a href ="NSURL.html">NSURL</a>
|
||||
<li><a href ="NSURLHandle.html">NSURLHandle</a>
|
||||
<li><a href ="NSUnarchiver.html">NSUnarchiver</a>
|
||||
<li><a href ="NSUndoManager.html">NSUndoManager</a>
|
||||
<li><a href ="NSUserDefaults.html">NSUserDefaults</a>
|
||||
<li><a href ="NSValue.html">NSValue</a>
|
||||
<li ><a href ="NSArchiver.html">NSArchiver</a>
|
||||
<li ><a href ="NSArray.html">NSArray</a>
|
||||
<li ><a href ="NSAssertionHandler.html">NSAssertionHandler</a>
|
||||
<li ><a href ="NSAttributedString.html">NSAttributedString</a>
|
||||
<li ><a href ="NSAutoreleasePool.html">NSAutoreleasePool</a>
|
||||
<li ><a href ="NSBundle.html">NSBundle</a>
|
||||
<li ><a href ="NSCalendarDate.html">NSCalendarDate</a>
|
||||
<li ><a href ="NSCharacterSet.html">NSCharacterSet</a>
|
||||
<li ><a href ="NSCoder.html">NSCoder</a>
|
||||
<li ><a href ="NSConditionLock.html">NSConditionLock</a>
|
||||
<li ><a href ="NSConnection.html">NSConnection</a>
|
||||
<li ><a href ="NSCountedSet.html">NSCountedSet</a>
|
||||
<li ><a href ="NSDate.html">NSDate</a>
|
||||
<li ><a href ="NSDateFormatter.html">NSDateFormatter</a>
|
||||
<li ><a href ="NSDecimalNumber.html">NSDecimalNumber</a>
|
||||
<li ><a href ="NSDecimalNumberHandler.html">NSDecimalNumberHandler</a>
|
||||
<li ><a href ="NSDeserializer.html">NSDeserializer</a>
|
||||
<li ><a href ="NSDictionary.html">NSDictionary</a>
|
||||
<li ><a href ="NSDirectoryEnumerator.html">NSDirectoryEnumerator</a>
|
||||
<li ><a href ="NSDistantObject.html">NSDistantObject</a>
|
||||
<li ><a href ="NSDistantObjectRequest.html">NSDistantObjectRequest</a>
|
||||
<li ><a href ="NSDistributedLock.html">NSDistributedLock</a>
|
||||
<li ><a href ="NSDistributedNotificationCenter.html">NSDistributedNotificationCenter</a>
|
||||
<li ><a href ="NSEnumerator.html">NSEnumerator</a>
|
||||
<li ><a href ="NSException.html">NSException</a>
|
||||
<li ><a href ="NSFileHandle.html">NSFileHandle</a>
|
||||
<li ><a href ="NSFileManager.html">NSFileManager</a>
|
||||
<li ><a href ="NSFormatter.html">NSFormatter</a>
|
||||
<li ><a href ="NSHost.html">NSHost</a>
|
||||
<li ><a href ="NSInvocation.html">NSInvocation</a>
|
||||
<li ><a href ="NSLock.html">NSLock</a>
|
||||
<li ><a href ="NSMethodSignature.html">NSMethodSignature</a>
|
||||
<li ><a href ="NSMutableArray.html">NSMutableArray</a>
|
||||
<li ><a href ="NSMutableAttributedString.html">NSMutableAttributedString</a>
|
||||
<li ><a href ="NSMutableCharacterSet.html">NSMutableCharacterSet</a>
|
||||
<li ><a href ="NSMutableData.html">NSMutableData</a>
|
||||
<li ><a href ="NSMutableDictionary.html">NSMutableDictionary</a>
|
||||
<li ><a href ="NSMutableSet.html">NSMutableSet</a>
|
||||
<li ><a href ="NSMutableString.html">NSMutableString</a>
|
||||
<li ><a href ="NSNotification.html">NSNotification</a>
|
||||
<li ><a href ="NSNotificationCenter.html">NSNotificationCenter</a>
|
||||
<li ><a href ="NSNotificationQueue.html">NSNotificationQueue</a>
|
||||
<li ><a href ="NSNull.html">NSNull</a>
|
||||
<li ><a href ="NSNumber.html">NSNumber</a>
|
||||
<li ><a href ="NSNumberFormatter.html">NSNumberFormatter</a>
|
||||
<li ><a href ="NSObject.html">NSObject</a>
|
||||
<li ><a href ="NSPort.html">NSPort</a>
|
||||
<li ><a href ="NSPortCoder.html">NSPortCoder</a>
|
||||
<li ><a href ="NSPortMessage.html">NSPortMessage</a>
|
||||
<li ><a href ="NSPortNameServer.html">NSPortNameServer</a>
|
||||
<li ><a href ="NSProcessInfo.html">NSProcessInfo</a>
|
||||
<li ><a href ="NSProtocolChecker.html">NSProtocolChecker</a>
|
||||
<li ><a href ="NSProxy.html">NSProxy</a>
|
||||
<li ><a href ="NSRecursiveLock.html">NSRecursiveLock</a>
|
||||
<li ><a href ="NSRunLoop.html">NSRunLoop</a>
|
||||
<li ><a href ="NSScanner.html">NSScanner</a>
|
||||
<li ><a href ="NSSerializer.html">NSSerializer</a>
|
||||
<li ><a href ="NSSet.html">NSSet</a>
|
||||
<li ><a href ="NSString.html">NSString</a>
|
||||
<li ><a href ="NSTask.html">NSTask</a>
|
||||
<li ><a href ="NSThread.html">NSThread</a>
|
||||
<li ><a href ="NSTimeZone.html">NSTimeZone</a>
|
||||
<li ><a href ="NSTimer.html">NSTimer</a>
|
||||
<li ><a href ="NSURL.html">NSURL</a>
|
||||
<li ><a href ="NSURLHandle.html">NSURLHandle</a>
|
||||
<li ><a href ="NSUnarchiver.html">NSUnarchiver</a>
|
||||
<li ><a href ="NSUndoManager.html">NSUndoManager</a>
|
||||
<li ><a href ="NSUserDefaults.html">NSUserDefaults</a>
|
||||
<li ><a href ="NSValue.html">NSValue</a>
|
||||
</ul>
|
||||
<h3><a name ="cont-6">The OpenStep functions and types</a></h3>
|
||||
<ul>
|
||||
<li><a href ="NSFunctions.html">Functions</a>
|
||||
<li ><a href ="NSFunctions.html">Functions</a>
|
||||
</ul>
|
||||
<h3><a name ="cont-7">The GNUstep extension classes</a></h3>
|
||||
<ul>
|
||||
<li><a href ="GSMime.html">GSMime</a>
|
||||
<li><a href ="GSXML.html">GSXML</a>
|
||||
<li ><a href ="GSMime.html">GSMime</a>
|
||||
<li ><a href ="GSXML.html">GSXML</a>
|
||||
</ul>
|
||||
</body>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<title>GNUstep MIME parser</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<h1>GNUstep MIME parser</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -42,8 +42,8 @@
|
|||
</dl>
|
||||
<h3><a name ="cont-1">The classes</a></h3>
|
||||
<ul>
|
||||
<li><a href ="GSMimeDocument.html">GSMimeDocument</a>
|
||||
<li><a href ="GSMimeParser.html">GSMimearser</a>
|
||||
<li ><a href ="GSMimeDocument.html">GSMimeDocument</a>
|
||||
<li ><a href ="GSMimeParser.html">GSMimearser</a>
|
||||
</ul>
|
||||
</body>
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<title>GSMimeDocument</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="GSMime.html">[Up]</a>
|
||||
<a href ="GSMimeParser.html">[Next]</a>
|
||||
<a href ="GSMime.html">[Up] </a>
|
||||
<a href ="GSMimeParser.html">[Next] </a>
|
||||
<h1>GSMimeDocument</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -73,16 +73,16 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="GSMimeDocument.html#method-0">+mimeDocument</a>
|
||||
<li><a href ="GSMimeDocument.html#method-1">-addHeader:</a>
|
||||
<li><a href ="GSMimeDocument.html#method-2">-allHeaders</a>
|
||||
<li><a href ="GSMimeDocument.html#method-3">-content</a>
|
||||
<li><a href ="GSMimeDocument.html#method-4">-deleteHeader:</a>
|
||||
<li><a href ="GSMimeDocument.html#method-5">-deleteHeaderNamed:</a>
|
||||
<li><a href ="GSMimeDocument.html#method-6">-headerNamed:</a>
|
||||
<li><a href ="GSMimeDocument.html#method-7">-headersNamed:</a>
|
||||
<li><a href ="GSMimeDocument.html#method-8">-setContent:</a>
|
||||
<li><a href ="GSMimeDocument.html#method-9">-setHeader:</a>
|
||||
<li ><a href ="GSMimeDocument.html#method-0">+mimeDocument</a>
|
||||
<li ><a href ="GSMimeDocument.html#method-1">-addHeader:</a>
|
||||
<li ><a href ="GSMimeDocument.html#method-2">-allHeaders</a>
|
||||
<li ><a href ="GSMimeDocument.html#method-3">-content</a>
|
||||
<li ><a href ="GSMimeDocument.html#method-4">-deleteHeader:</a>
|
||||
<li ><a href ="GSMimeDocument.html#method-5">-deleteHeaderNamed:</a>
|
||||
<li ><a href ="GSMimeDocument.html#method-6">-headerNamed:</a>
|
||||
<li ><a href ="GSMimeDocument.html#method-7">-headersNamed:</a>
|
||||
<li ><a href ="GSMimeDocument.html#method-8">-setContent:</a>
|
||||
<li ><a href ="GSMimeDocument.html#method-9">-setHeader:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">mimeDocument</a></h3>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<title>GSMimeParser</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="GSMimeDocument.html">[Previous]</a>
|
||||
<a href ="GSMime.html">[Up]</a>
|
||||
<a href ="GSMimeDocument.html">[Previous] </a>
|
||||
<a href ="GSMime.html">[Up] </a>
|
||||
<h1>GSMimeParser</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -33,21 +33,21 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="GSMimeParser.html#method-0">+mimeParser</a>
|
||||
<li><a href ="GSMimeParser.html#method-1">-contextFor:</a>
|
||||
<li><a href ="GSMimeParser.html#method-2">-data</a>
|
||||
<li><a href ="GSMimeParser.html#method-3">-decodeData:fromRange:intoData:withContext:</a>
|
||||
<li><a href ="GSMimeParser.html#method-4">-document</a>
|
||||
<li><a href ="GSMimeParser.html#method-5">-isComplete</a>
|
||||
<li><a href ="GSMimeParser.html#method-6">-isInBody</a>
|
||||
<li><a href ="GSMimeParser.html#method-7">-isInHeaders</a>
|
||||
<li><a href ="GSMimeParser.html#method-8">-parse:</a>
|
||||
<li><a href ="GSMimeParser.html#method-9">-parseHeader:</a>
|
||||
<li><a href ="GSMimeParser.html#method-10">-parsingHeaders</a>
|
||||
<li><a href ="GSMimeParser.html#method-11">-scanHeader:named:inTo:</a>
|
||||
<li><a href ="GSMimeParser.html#method-12">-scanSpace:</a>
|
||||
<li><a href ="GSMimeParser.html#method-13">-scanSpecial:</a>
|
||||
<li><a href ="GSMimeParser.html#method-14">-scanToken:</a>
|
||||
<li ><a href ="GSMimeParser.html#method-0">+mimeParser</a>
|
||||
<li ><a href ="GSMimeParser.html#method-1">-contextFor:</a>
|
||||
<li ><a href ="GSMimeParser.html#method-2">-data</a>
|
||||
<li ><a href ="GSMimeParser.html#method-3">-decodeData:fromRange:intoData:withContext:</a>
|
||||
<li ><a href ="GSMimeParser.html#method-4">-document</a>
|
||||
<li ><a href ="GSMimeParser.html#method-5">-isComplete</a>
|
||||
<li ><a href ="GSMimeParser.html#method-6">-isInBody</a>
|
||||
<li ><a href ="GSMimeParser.html#method-7">-isInHeaders</a>
|
||||
<li ><a href ="GSMimeParser.html#method-8">-parse:</a>
|
||||
<li ><a href ="GSMimeParser.html#method-9">-parseHeader:</a>
|
||||
<li ><a href ="GSMimeParser.html#method-10">-parsingHeaders</a>
|
||||
<li ><a href ="GSMimeParser.html#method-11">-scanHeader:named:inTo:</a>
|
||||
<li ><a href ="GSMimeParser.html#method-12">-scanSpace:</a>
|
||||
<li ><a href ="GSMimeParser.html#method-13">-scanSpecial:</a>
|
||||
<li ><a href ="GSMimeParser.html#method-14">-scanToken:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">mimeParser</a></h3>
|
||||
|
@ -70,12 +70,12 @@
|
|||
</p>
|
||||
|
||||
<ul>
|
||||
<li>base64
|
||||
<li>quoted-printable
|
||||
<li>binary
|
||||
<li>7bit
|
||||
<li>8bit
|
||||
<li>chunked (for HTTP/1.1)
|
||||
<li >base64
|
||||
<li >quoted-printable
|
||||
<li >binary
|
||||
<li >7bit
|
||||
<li >8bit
|
||||
<li >chunked (for HTTP/1.1)
|
||||
</ul>
|
||||
|
||||
|
||||
|
@ -342,8 +342,8 @@
|
|||
header line) to scan a header token - either a quoted string or
|
||||
a simple word.
|
||||
<ul>
|
||||
<li>Leading whitespace is ignored.
|
||||
<li>Backslash escapes in quoted text are converted
|
||||
<li >Leading whitespace is ignored.
|
||||
<li >Backslash escapes in quoted text are converted
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<title>GSSAXHandler</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="GSXMLParser.html">[Previous]</a>
|
||||
<a href ="GSXML.html">[Up]</a>
|
||||
<a href ="GSXMLParser.html">[Previous] </a>
|
||||
<a href ="GSXML.html">[Up] </a>
|
||||
<h1>GSSAXHandler</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -50,38 +50,38 @@ XML SAX Handler.</p>
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="GSSAXHandler.html#method-0">+handler</a>
|
||||
<li><a href ="GSSAXHandler.html#method-8">-attribute:value:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-28">-attributeDecl:name:type:typeDefValue:defaultValue:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-13">-cdataBlock:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-9">-characters:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-12">-comment:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-29">-elementDecl:type:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-4">-endDocument</a>
|
||||
<li><a href ="GSSAXHandler.html#method-7">-endElement</a>
|
||||
<li><a href ="GSSAXHandler.html#method-27">-entityDecl:type:publicId:systemId:content:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-15">-error:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-21">-externalSubset:externalID:systemID:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-16">-fatalError:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-23">-getEntity:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-24">-getParameterEntity:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-14">-globalNamespace:href:prefix:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-19">-hasExternalSubset:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-18">-hasInternalSubset:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-10">-ignoreWhitespace:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-20">-internalSubset:externalID:systemID:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-5">-isStandalone</a>
|
||||
<li><a href ="GSSAXHandler.html#method-1">-lib</a>
|
||||
<li><a href ="GSSAXHandler.html#method-22">-loadEntity:at:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-25">-namespaceDecl:href:prefix:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-26">-notationDecl:systemId:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-2">-parser</a>
|
||||
<li><a href ="GSSAXHandler.html#method-11">-processInstruction:value:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-31">-reference:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-3">-startDocument</a>
|
||||
<li><a href ="GSSAXHandler.html#method-6">-startElement:attributes:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-30">-unparsedEntityDecl:public:system:notationName:</a>
|
||||
<li><a href ="GSSAXHandler.html#method-17">-warning:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-0">+handler</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-8">-attribute:value:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-28">-attributeDecl:name:type:typeDefValue:defaultValue:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-13">-cdataBlock:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-9">-characters:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-12">-comment:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-29">-elementDecl:type:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-4">-endDocument</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-7">-endElement</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-27">-entityDecl:type:publicId:systemId:content:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-15">-error:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-21">-externalSubset:externalID:systemID:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-16">-fatalError:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-23">-getEntity:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-24">-getParameterEntity:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-14">-globalNamespace:href:prefix:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-19">-hasExternalSubset:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-18">-hasInternalSubset:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-10">-ignoreWhitespace:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-20">-internalSubset:externalID:systemID:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-5">-isStandalone</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-1">-lib</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-22">-loadEntity:at:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-25">-namespaceDecl:href:prefix:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-26">-notationDecl:systemId:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-2">-parser</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-11">-processInstruction:value:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-31">-reference:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-3">-startDocument</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-6">-startElement:attributes:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-30">-unparsedEntityDecl:public:system:notationName:</a>
|
||||
<li ><a href ="GSSAXHandler.html#method-17">-warning:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">handler</a></h3>
|
||||
|
@ -261,9 +261,9 @@ Called when found a warning.
|
|||
</p>
|
||||
|
||||
<ul>
|
||||
<li>Return 1 for yes
|
||||
<li>Return 0 for no
|
||||
<li>Return -1 for don't know (let parser decide)
|
||||
<li >Return 1 for yes
|
||||
<li >Return 0 for no
|
||||
<li >Return -1 for don't know (let parser decide)
|
||||
</ul>
|
||||
|
||||
|
||||
|
@ -277,9 +277,9 @@ Called when found a warning.
|
|||
</p>
|
||||
|
||||
<ul>
|
||||
<li>Return 1 for yes
|
||||
<li>Return 0 for no
|
||||
<li>Return -1 for don't know (let parser decide)
|
||||
<li >Return 1 for yes
|
||||
<li >Return 0 for no
|
||||
<li >Return -1 for don't know (let parser decide)
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<title>GNUstep xml parser</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<h1>GNUstep xml parser</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -20,16 +20,16 @@
|
|||
</p>
|
||||
<h3><a name ="cont-1">The classes</a></h3>
|
||||
<ul>
|
||||
<li><a href ="GSXMLNamespace.html">GSXMLNamespace</a>
|
||||
<li><a href ="GSXMLNode.html">GSXMLNode</a>
|
||||
<li><a href ="GSXMLAttribute.html">GSXMLAttribute</a>
|
||||
<li><a href ="GSXMLDocument.html">GSXMLDocument</a>
|
||||
<li><a href ="GSXMLParser.html">GSXMLParser</a>
|
||||
<li><a href ="GSSAXHandler.html">GSSAXHandler</a>
|
||||
<li>GSHTMLParser - HTML specific subclass of GSXMLParser. No
|
||||
<li ><a href ="GSXMLNamespace.html">GSXMLNamespace</a>
|
||||
<li ><a href ="GSXMLNode.html">GSXMLNode</a>
|
||||
<li ><a href ="GSXMLAttribute.html">GSXMLAttribute</a>
|
||||
<li ><a href ="GSXMLDocument.html">GSXMLDocument</a>
|
||||
<li ><a href ="GSXMLParser.html">GSXMLParser</a>
|
||||
<li ><a href ="GSSAXHandler.html">GSSAXHandler</a>
|
||||
<li >GSHTMLParser - HTML specific subclass of GSXMLParser. No
|
||||
new API intorduced.
|
||||
|
||||
<li>GSHTMLSAXHandler - HTML specific subclass of
|
||||
<li >GSHTMLSAXHandler - HTML specific subclass of
|
||||
GSXMLSAXHandler. No new API intorduced.
|
||||
|
||||
</ul>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>GSXMLAttribute</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="GSXMLNode.html">[Previous]</a>
|
||||
<a href ="GSXML.html">[Up]</a>
|
||||
<a href ="GSXMLDocument.html">[Next]</a>
|
||||
<a href ="GSXMLNode.html">[Previous] </a>
|
||||
<a href ="GSXML.html">[Up] </a>
|
||||
<a href ="GSXMLDocument.html">[Next] </a>
|
||||
<h1>GSXMLAttribute</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -28,15 +28,19 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="GSXMLAttribute.html#method-2">+attributeFrom:</a>
|
||||
<li><a href ="GSXMLAttribute.html#method-0">+attributeWithNode:name:value:</a>
|
||||
<li><a href ="GSXMLAttribute.html#method-3">-initFrom:</a>
|
||||
<li><a href ="GSXMLAttribute.html#method-1">-initWithNode:name:value:</a>
|
||||
<li><a href ="GSXMLAttribute.html#method-4">-lib</a>
|
||||
<li><a href ="GSXMLAttribute.html#method-5">-name</a>
|
||||
<li><a href ="GSXMLAttribute.html#method-7">-next</a>
|
||||
<li><a href ="GSXMLAttribute.html#method-9">-prev</a>
|
||||
<li><a href ="GSXMLAttribute.html#method-6">-value</a>
|
||||
<li ><a href ="GSXMLAttribute.html#method-4">+attributeFrom:</a>
|
||||
<li ><a href ="GSXMLAttribute.html#method-0">+attributeWithNode:name:value:</a>
|
||||
<li ><a href ="GSXMLAttribute.html#method-1">+descriptionFromType:</a>
|
||||
<li ><a href ="GSXMLAttribute.html#method-2">+typeFromDescription:</a>
|
||||
<li ><a href ="GSXMLAttribute.html#method-5">-initFrom:</a>
|
||||
<li ><a href ="GSXMLAttribute.html#method-3">-initWithNode:name:value:</a>
|
||||
<li ><a href ="GSXMLAttribute.html#method-6">-lib</a>
|
||||
<li ><a href ="GSXMLAttribute.html#method-7">-name</a>
|
||||
<li ><a href ="GSXMLAttribute.html#method-9">-next</a>
|
||||
<li ><a href ="GSXMLAttribute.html#method-11">-prev</a>
|
||||
<li ><a href ="GSXMLAttribute.html#method-12">-type</a>
|
||||
<li ><a href ="GSXMLAttribute.html#method-13">-typeDescription</a>
|
||||
<li ><a href ="GSXMLAttribute.html#method-8">-value</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">attributeWithNode:name:value:</a></h3>
|
||||
|
@ -48,7 +52,44 @@ Create a new property carried by a node.
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-2">attributeFrom:</a></h3>
|
||||
<h3><a name ="method-1">descriptionFromType:</a></h3>
|
||||
+ (NSString*) <b>descriptionFromType:</b> (int)type;<br>
|
||||
|
||||
<p>
|
||||
|
||||
Return the string constant value for the attribute
|
||||
type given.
|
||||
</p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-2">typeFromDescription:</a></h3>
|
||||
+ (int) <b>typeFromDescription:</b> (NSString*)desc;<br>
|
||||
|
||||
<p>
|
||||
|
||||
Return the numeric constant value for the attribute
|
||||
type named. This method is inefficient, so the returned
|
||||
value should be saved for re-use later. The possible
|
||||
values are -
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li >XML_ATTRIBUTE_CDATA
|
||||
<li >XML_ATTRIBUTE_ID
|
||||
<li >XML_ATTRIBUTE_IDREF
|
||||
<li >XML_ATTRIBUTE_IDREFS
|
||||
<li >XML_ATTRIBUTE_ENTITY
|
||||
<li >XML_ATTRIBUTE_ENTITIES
|
||||
<li >XML_ATTRIBUTE_NMTOKEN
|
||||
<li >XML_ATTRIBUTE_NMTOKENS
|
||||
<li >XML_ATTRIBUTE_ENUMERATION
|
||||
<li >XML_ATTRIBUTE_NOTATION
|
||||
</ul>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-4">attributeFrom:</a></h3>
|
||||
+ (GSXMLAttribute*) <b>attributeFrom:</b> (void*)data;<br>
|
||||
|
||||
<p>
|
||||
|
@ -58,7 +99,7 @@ Creation of a new Attribute from libxml data.
|
|||
|
||||
<hr>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-1">initWithNode:name:value:</a></h3>
|
||||
<h3><a name ="method-3">initWithNode:name:value:</a></h3>
|
||||
- (id) <b>initWithNode:</b> (GSXMLNode*)node <b>name:</b> (NSString*)name <b>value:</b> (NSString*)value;<br>
|
||||
|
||||
<p>
|
||||
|
@ -67,7 +108,7 @@ Create a new property carried by a node.
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-3">initFrom:</a></h3>
|
||||
<h3><a name ="method-5">initFrom:</a></h3>
|
||||
<b>This is the designated initialiser </b><br>
|
||||
- (id) <b>initFrom:</b> (void*)data;<br>
|
||||
|
||||
|
@ -77,7 +118,7 @@ Creation of a new Attribute from libxml data.
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-4">lib</a></h3>
|
||||
<h3><a name ="method-6">lib</a></h3>
|
||||
- (void*) <b>lib</b>;<br>
|
||||
|
||||
<p>
|
||||
|
@ -86,7 +127,7 @@ Return pointer to xmlAttribute structure.
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-5">name</a></h3>
|
||||
<h3><a name ="method-7">name</a></h3>
|
||||
- (NSString*) <b>name</b>;<br>
|
||||
|
||||
<p>
|
||||
|
@ -95,7 +136,7 @@ Return a Attribute name.
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-6">value</a></h3>
|
||||
<h3><a name ="method-8">value</a></h3>
|
||||
- (NSString*) <b>value</b>;<br>
|
||||
|
||||
<p>
|
||||
|
@ -104,14 +145,14 @@ Return a value of this attribute.
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-7">next</a></h3>
|
||||
<h3><a name ="method-9">next</a></h3>
|
||||
- (GSXMLAttribute*) <b>next</b>;<br>
|
||||
|
||||
<p>
|
||||
Return next Attribute.
|
||||
</p>
|
||||
|
||||
<a name ="label-8">example </a>
|
||||
<a name ="label-10">example </a>
|
||||
<pre>
|
||||
|
||||
|
||||
|
@ -127,11 +168,32 @@ Return next Attribute.
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-9">prev</a></h3>
|
||||
<h3><a name ="method-11">prev</a></h3>
|
||||
- (GSXMLAttribute*) <b>prev</b>;<br>
|
||||
|
||||
<p>
|
||||
Return previous Attribute.
|
||||
|
||||
Return previous Attribute.
|
||||
</p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-12">type</a></h3>
|
||||
- (int) <b>type</b>;<br>
|
||||
|
||||
<p>
|
||||
|
||||
Return the numeric type code for this attribute.
|
||||
</p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-13">typeDescription</a></h3>
|
||||
- (NSString*) <b>typeDescription</b>;<br>
|
||||
|
||||
<p>
|
||||
|
||||
Return the string type code for this attribute.
|
||||
</p>
|
||||
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>GSXMLDocument</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="GSXMLAtrribute.html">[Previous]</a>
|
||||
<a href ="GSXML.html">[Up]</a>
|
||||
<a href ="GSXMLParser.html">[Next]</a>
|
||||
<a href ="GSXMLAtrribute.html">[Previous] </a>
|
||||
<a href ="GSXML.html">[Up] </a>
|
||||
<a href ="GSXMLParser.html">[Next] </a>
|
||||
<h1>GSXMLDocument</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -30,17 +30,17 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="GSXMLDocument.html#method-3">+documentFrom:</a>
|
||||
<li><a href ="GSXMLDocument.html#method-0">+documentWithVersion:</a>
|
||||
<li><a href ="GSXMLDocument.html#method-6">-encoding</a>
|
||||
<li><a href ="GSXMLDocument.html#method-4">-initFrom:</a>
|
||||
<li><a href ="GSXMLDocument.html#method-2">-initWithVersion:</a>
|
||||
<li><a href ="GSXMLDocument.html#method-8">-lib</a>
|
||||
<li><a href ="GSXMLDocument.html#method-11">-makeNodeWithNamespace:name:content:</a>
|
||||
<li><a href ="GSXMLDocument.html#method-9">-root</a>
|
||||
<li><a href ="GSXMLDocument.html#method-7">-save:</a>
|
||||
<li><a href ="GSXMLDocument.html#method-10">-setRoot:</a>
|
||||
<li><a href ="GSXMLDocument.html#method-5">-version</a>
|
||||
<li ><a href ="GSXMLDocument.html#method-3">+documentFrom:</a>
|
||||
<li ><a href ="GSXMLDocument.html#method-0">+documentWithVersion:</a>
|
||||
<li ><a href ="GSXMLDocument.html#method-6">-encoding</a>
|
||||
<li ><a href ="GSXMLDocument.html#method-4">-initFrom:</a>
|
||||
<li ><a href ="GSXMLDocument.html#method-2">-initWithVersion:</a>
|
||||
<li ><a href ="GSXMLDocument.html#method-8">-lib</a>
|
||||
<li ><a href ="GSXMLDocument.html#method-11">-makeNodeWithNamespace:name:content:</a>
|
||||
<li ><a href ="GSXMLDocument.html#method-9">-root</a>
|
||||
<li ><a href ="GSXMLDocument.html#method-7">-save:</a>
|
||||
<li ><a href ="GSXMLDocument.html#method-10">-setRoot:</a>
|
||||
<li ><a href ="GSXMLDocument.html#method-5">-version</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">documentWithVersion:</a></h3>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<title>GSXMLNamespace</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="GSXML.html">[Up]</a>
|
||||
<a href ="GSXMLNode.html">[Next]</a>
|
||||
<a href ="GSXML.html">[Up] </a>
|
||||
<a href ="GSXMLNode.html">[Next] </a>
|
||||
<h1>GSXMLNamespace</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,15 +27,18 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="GSXMLNamespace.html#method-3">+namespaceFrom:</a>
|
||||
<li><a href ="GSXMLNamespace.html#method-0">+namespaceWithNode:prefix:href:</a>
|
||||
<li><a href ="GSXMLNamespace.html#method-7">-href</a>
|
||||
<li><a href ="GSXMLNamespace.html#method-4">-initFrom:</a>
|
||||
<li><a href ="GSXMLNamespace.html#method-2">-initWithNode:prefix:href:</a>
|
||||
<li><a href ="GSXMLNamespace.html#method-5">-lib</a>
|
||||
<li><a href ="GSXMLNamespace.html#method-9">-next</a>
|
||||
<li><a href ="GSXMLNamespace.html#method-6">-prefix</a>
|
||||
<li><a href ="GSXMLNamespace.html#method-8">-type</a>
|
||||
<li ><a href ="GSXMLNamespace.html#method-2">+descriptionFromType:</a>
|
||||
<li ><a href ="GSXMLNamespace.html#method-5">+namespaceFrom:</a>
|
||||
<li ><a href ="GSXMLNamespace.html#method-0">+namespaceWithNode:prefix:href:</a>
|
||||
<li ><a href ="GSXMLNamespace.html#method-3">+typeFromDescription:</a>
|
||||
<li ><a href ="GSXMLNamespace.html#method-9">-href</a>
|
||||
<li ><a href ="GSXMLNamespace.html#method-6">-initFrom:</a>
|
||||
<li ><a href ="GSXMLNamespace.html#method-4">-initWithNode:prefix:href:</a>
|
||||
<li ><a href ="GSXMLNamespace.html#method-7">-lib</a>
|
||||
<li ><a href ="GSXMLNamespace.html#method-10">-next</a>
|
||||
<li ><a href ="GSXMLNamespace.html#method-8">-prefix</a>
|
||||
<li ><a href ="GSXMLNamespace.html#method-11">-type</a>
|
||||
<li ><a href ="GSXMLNamespace.html#method-12">-typeDescription</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">namespaceWithNode:prefix:href:</a></h3>
|
||||
|
@ -78,7 +81,35 @@
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-3">namespaceFrom:</a></h3>
|
||||
<h3><a name ="method-2">descriptionFromType:</a></h3>
|
||||
+ (NSString*) <b>descriptionFromType:</b> (int)type;<br>
|
||||
|
||||
<p>
|
||||
|
||||
Return the string constant value for the namespace
|
||||
type given.
|
||||
</p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-3">typeFromDescription:</a></h3>
|
||||
+ (int) <b>typeFromDescription:</b> (NSString*)desc;<br>
|
||||
|
||||
<p>
|
||||
|
||||
Return the numeric constant value for the namespace
|
||||
type named. This method is inefficient, so the returned
|
||||
value should be saved for re-use later. The possible
|
||||
values are -
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li >XML_LOCAL_NAMESPACE
|
||||
</ul>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-5">namespaceFrom:</a></h3>
|
||||
+ (GSXMLNamespace*) <b>namespaceFrom:</b> (void*)data;<br>
|
||||
|
||||
<p>
|
||||
|
@ -89,7 +120,7 @@
|
|||
|
||||
<hr>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-2">initWithNode:prefix:href:</a></h3>
|
||||
<h3><a name ="method-4">initWithNode:prefix:href:</a></h3>
|
||||
- (id) <b>initWithNode:</b> (GSXMLNode*)node <b>prefix:</b> (NSString*)prefix <b>href:</b> (NSString*)href;<br>
|
||||
|
||||
<p>
|
||||
|
@ -101,7 +132,7 @@
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-4">initFrom:</a></h3>
|
||||
<h3><a name ="method-6">initFrom:</a></h3>
|
||||
<b>This is the designated initialiser </b><br>
|
||||
- (id) <b>initFrom:</b> (void*)data;<br>
|
||||
|
||||
|
@ -112,7 +143,7 @@
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-5">lib</a></h3>
|
||||
<h3><a name ="method-7">lib</a></h3>
|
||||
- (void*) <b>lib</b>;<br>
|
||||
|
||||
<p>
|
||||
|
@ -122,7 +153,7 @@
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-6">prefix</a></h3>
|
||||
<h3><a name ="method-8">prefix</a></h3>
|
||||
- (NSString*) <b>prefix</b>;<br>
|
||||
|
||||
<p>
|
||||
|
@ -132,7 +163,7 @@
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-7">href</a></h3>
|
||||
<h3><a name ="method-9">href</a></h3>
|
||||
- (NSString*) <b>href</b>;<br>
|
||||
|
||||
<p>
|
||||
|
@ -142,17 +173,7 @@
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-8">type</a></h3>
|
||||
- (GSXMLNamespaceType) <b>type</b>;<br>
|
||||
|
||||
<p>
|
||||
|
||||
Return type of namespace.
|
||||
</p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-9">next</a></h3>
|
||||
<h3><a name ="method-10">next</a></h3>
|
||||
- (GSXMLNamespace*) <b>next</b>;<br>
|
||||
|
||||
<p>
|
||||
|
@ -161,6 +182,26 @@
|
|||
</p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-11">type</a></h3>
|
||||
- (int) <b>type</b>;<br>
|
||||
|
||||
<p>
|
||||
|
||||
Return numeric type code of namespace.
|
||||
</p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-12">typeDescription</a></h3>
|
||||
- (NSString*) <b>typeDescription</b>;<br>
|
||||
|
||||
<p>
|
||||
|
||||
Return string type code of namespace.
|
||||
</p>
|
||||
|
||||
|
||||
<hr>
|
||||
</body>
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>GSXMLNode</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="GSXMLNamespace.html">[Previous]</a>
|
||||
<a href ="GSXML.html">[Up]</a>
|
||||
<a href ="GSXMLAttribute.html">[Next]</a>
|
||||
<a href ="GSXMLNamespace.html">[Previous] </a>
|
||||
<a href ="GSXML.html">[Up] </a>
|
||||
<a href ="GSXMLAttribute.html">[Next] </a>
|
||||
<h1>GSXMLNode</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -32,31 +32,84 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="GSXMLNode.html#method-3">+nodeFrom:</a>
|
||||
<li><a href ="GSXMLNode.html#method-0">+nodeWithNamespace:name:prefix:</a>
|
||||
<li><a href ="GSXMLNode.html#method-17">-children</a>
|
||||
<li><a href ="GSXMLNode.html#method-7">-content</a>
|
||||
<li><a href ="GSXMLNode.html#method-16">-doc</a>
|
||||
<li><a href ="GSXMLNode.html#method-4">-initFrom:</a>
|
||||
<li><a href ="GSXMLNode.html#method-2">-initWithNamespace:name:prefix:</a>
|
||||
<li><a href ="GSXMLNode.html#method-5">-lib</a>
|
||||
<li><a href ="GSXMLNode.html#method-22">-makeChild:name:content:</a>
|
||||
<li><a href ="GSXMLNode.html#method-24">-makeComment:</a>
|
||||
<li><a href ="GSXMLNode.html#method-26">-makePI:</a>
|
||||
<li><a href ="GSXMLNode.html#method-6">-name</a>
|
||||
<li><a href ="GSXMLNode.html#method-20">-next</a>
|
||||
<li><a href ="GSXMLNode.html#method-8">-ns</a>
|
||||
<li><a href ="GSXMLNode.html#method-9">-nsDef</a>
|
||||
<li><a href ="GSXMLNode.html#method-19">-parent</a>
|
||||
<li><a href ="GSXMLNode.html#method-21">-prev</a>
|
||||
<li><a href ="GSXMLNode.html#method-10">-properties</a>
|
||||
<li><a href ="GSXMLNode.html#method-12">-propertiesAsDictionary</a>
|
||||
<li><a href ="GSXMLNode.html#method-28">-setProp:value:</a>
|
||||
<li><a href ="GSXMLNode.html#method-14">-type</a>
|
||||
<li><a href ="GSXMLNode.html#method-15">-typeDescription</a>
|
||||
<li ><a href ="GSXMLNode.html#method-0">+descriptionFromType:</a>
|
||||
<li ><a href ="GSXMLNode.html#method-5">+nodeFrom:</a>
|
||||
<li ><a href ="GSXMLNode.html#method-2">+nodeWithNamespace:name:prefix:</a>
|
||||
<li ><a href ="GSXMLNode.html#method-1">+typeFromDescription:</a>
|
||||
<li ><a href ="GSXMLNode.html#method-20">-children</a>
|
||||
<li ><a href ="GSXMLNode.html#method-9">-content</a>
|
||||
<li ><a href ="GSXMLNode.html#method-19">-doc</a>
|
||||
<li ><a href ="GSXMLNode.html#method-6">-initFrom:</a>
|
||||
<li ><a href ="GSXMLNode.html#method-4">-initWithNamespace:name:prefix:</a>
|
||||
<li ><a href ="GSXMLNode.html#method-7">-lib</a>
|
||||
<li ><a href ="GSXMLNode.html#method-25">-makeChild:name:content:</a>
|
||||
<li ><a href ="GSXMLNode.html#method-27">-makeComment:</a>
|
||||
<li ><a href ="GSXMLNode.html#method-29">-makePI:</a>
|
||||
<li ><a href ="GSXMLNode.html#method-8">-name</a>
|
||||
<li ><a href ="GSXMLNode.html#method-23">-next</a>
|
||||
<li ><a href ="GSXMLNode.html#method-10">-ns</a>
|
||||
<li ><a href ="GSXMLNode.html#method-11">-nsDef</a>
|
||||
<li ><a href ="GSXMLNode.html#method-22">-parent</a>
|
||||
<li ><a href ="GSXMLNode.html#method-24">-prev</a>
|
||||
<li ><a href ="GSXMLNode.html#method-12">-properties</a>
|
||||
<li ><a href ="GSXMLNode.html#method-14">-propertiesAsDictionary</a>
|
||||
<li ><a href ="GSXMLNode.html#method-16">-propertiesAsDictionaryWithKeyTransformationSel:</a>
|
||||
<li ><a href ="GSXMLNode.html#method-31">-setProp:value:</a>
|
||||
<li ><a href ="GSXMLNode.html#method-33">-type</a>
|
||||
<li ><a href ="GSXMLNode.html#method-17">-type</a>
|
||||
<li ><a href ="GSXMLNode.html#method-18">-typeDescription</a>
|
||||
<li ><a href ="GSXMLNode.html#method-34">-typeDescription</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">nodeWithNamespace:name:prefix:</a></h3>
|
||||
<h3><a name ="method-0">descriptionFromType:</a></h3>
|
||||
+ (NSString*) <b>descriptionFromType:</b> (int)type;<br>
|
||||
|
||||
<p>
|
||||
|
||||
Return the string constant value for the node
|
||||
type given.
|
||||
</p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-1">typeFromDescription:</a></h3>
|
||||
+ (int) <b>typeFromDescription:</b> (NSString*)desc;<br>
|
||||
|
||||
<p>
|
||||
|
||||
Return the numeric constant value for the node
|
||||
type named. This method is inefficient, so the returned
|
||||
value should be saved for re-use later. The possible
|
||||
values are -
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li >XML_ELEMENT_NODE
|
||||
<li >XML_ATTRIBUTE_NODE
|
||||
<li >XML_TEXT_NODE
|
||||
<li >XML_CDATA_SECTION_NODE
|
||||
<li >XML_ENTITY_REF_NODE
|
||||
<li >XML_ENTITY_NODE
|
||||
<li >XML_PI_NODE
|
||||
<li >XML_COMMENT_NODE
|
||||
<li >XML_DOCUMENT_NODE
|
||||
<li >XML_DOCUMENT_TYPE_NODE
|
||||
<li >XML_DOCUMENT_FRAG_NODE
|
||||
<li >XML_NOTATION_NODE
|
||||
<li >XML_HTML_DOCUMENT_NODE
|
||||
<li >XML_DTD_NODE
|
||||
<li >XML_ELEMENT_DECL
|
||||
<li >XML_ATTRIBUTE_DECL
|
||||
<li >XML_ENTITY_DECL
|
||||
<li >XML_NAMESPACE_DECL
|
||||
<li >XML_XINCLUDE_START
|
||||
<li >XML_XINCLUDE_END
|
||||
<li >XML_SGML_DOCUMENT_NODE
|
||||
</ul>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-2">nodeWithNamespace:name:prefix:</a></h3>
|
||||
+ (GSXMLNode*) <b>nodeWithNamespace:</b> (GSXMLNamespace*)ns <b>name:</b> (NSString*)name <b>prefix:</b> (NSString*)prefix;<br>
|
||||
|
||||
<p>
|
||||
|
@ -66,7 +119,7 @@
|
|||
</p>
|
||||
|
||||
|
||||
<a name ="label-1">example </a>
|
||||
<a name ="label-3">example </a>
|
||||
<pre>
|
||||
|
||||
|
||||
|
@ -88,7 +141,7 @@
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-3">nodeFrom:</a></h3>
|
||||
<h3><a name ="method-5">nodeFrom:</a></h3>
|
||||
+ (GSXMLNode*) <b>nodeFrom:</b> (void*)data;<br>
|
||||
|
||||
<p>
|
||||
|
@ -99,7 +152,7 @@
|
|||
|
||||
<hr>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-2">initWithNamespace:name:prefix:</a></h3>
|
||||
<h3><a name ="method-4">initWithNamespace:name:prefix:</a></h3>
|
||||
- (id) <b>initWithNamespace:</b> (GSXMLNamespace*)ns <b>name:</b> (NSString*)name <b>prefix:</b> (NSString*)prefix;<br>
|
||||
|
||||
<p>
|
||||
|
@ -109,7 +162,7 @@
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-4">initFrom:</a></h3>
|
||||
<h3><a name ="method-6">initFrom:</a></h3>
|
||||
<b>This is the designated initialiser </b><br>
|
||||
- (id) <b>initFrom:</b> (void*)data;<br>
|
||||
|
||||
|
@ -120,7 +173,7 @@
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-5">lib</a></h3>
|
||||
<h3><a name ="method-7">lib</a></h3>
|
||||
- (void*) <b>lib</b>;<br>
|
||||
|
||||
<p>
|
||||
|
@ -130,7 +183,7 @@
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-6">name</a></h3>
|
||||
<h3><a name ="method-8">name</a></h3>
|
||||
- (NSString*) <b>name</b>;<br>
|
||||
|
||||
<p>
|
||||
|
@ -140,7 +193,7 @@
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-7">content</a></h3>
|
||||
<h3><a name ="method-9">content</a></h3>
|
||||
- (NSString*) <b>content</b>;<br>
|
||||
|
||||
<p>
|
||||
|
@ -150,7 +203,7 @@
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-8">ns</a></h3>
|
||||
<h3><a name ="method-10">ns</a></h3>
|
||||
- (GSXMLNamespace*) <b>ns</b>;<br>
|
||||
|
||||
<p>
|
||||
|
@ -160,7 +213,7 @@
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-9">nsDef</a></h3>
|
||||
<h3><a name ="method-11">nsDef</a></h3>
|
||||
- (GSXMLNamespace*) <b>nsDef</b>;<br>
|
||||
|
||||
<p>
|
||||
|
@ -170,7 +223,7 @@
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-10">properties</a></h3>
|
||||
<h3><a name ="method-12">properties</a></h3>
|
||||
- (GSXMLAttribute*) <b>properties</b>;<br>
|
||||
|
||||
<p>
|
||||
|
@ -178,7 +231,7 @@
|
|||
Return pointer to the first attribute on this node.
|
||||
</p>
|
||||
|
||||
<a name ="label-11">example </a>
|
||||
<a name ="label-13">example </a>
|
||||
<pre>
|
||||
|
||||
|
||||
|
@ -202,15 +255,15 @@
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-12">propertiesAsDictionary</a></h3>
|
||||
- (NSDictionary*) <b>propertiesAsDictionary</b>;<br>
|
||||
<h3><a name ="method-14">propertiesAsDictionary</a></h3>
|
||||
- (NSMutableDictionary*) <b>propertiesAsDictionary</b>;<br>
|
||||
|
||||
<p>
|
||||
|
||||
Return attritubes and values as a dictionary.
|
||||
Return attributes and values as a dictionary.
|
||||
</p>
|
||||
|
||||
<a name ="label-13">example </a>
|
||||
<a name ="label-15">example </a>
|
||||
<pre>
|
||||
|
||||
|
||||
|
@ -231,7 +284,27 @@
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-14">type</a></h3>
|
||||
<h3><a name ="method-16">propertiesAsDictionaryWithKeyTransformationSel:</a></h3>
|
||||
- (NSMutableDictionary*) <b>propertiesAsDictionaryWithKeyTransformationSel:</b> (SEL)keyTransformSel;<br>
|
||||
|
||||
<p>
|
||||
|
||||
Return attributes and values as a dictionary, but applies
|
||||
the specified selector to each key before adding the
|
||||
key and value to the dictionary. The selector must be a
|
||||
method of NSString taking no arguments and returning an
|
||||
object suitable for use as a dictionary key.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
This method exists for the use of GSWeb ... it is probably
|
||||
not of much use elsewhere.
|
||||
</p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-17">type</a></h3>
|
||||
- (GSXMLNodeType) <b>type</b>;<br>
|
||||
|
||||
<p>
|
||||
|
@ -241,7 +314,7 @@
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-15">typeDescription</a></h3>
|
||||
<h3><a name ="method-18">typeDescription</a></h3>
|
||||
- (NSString*) <b>typeDescription</b>;<br>
|
||||
|
||||
<p>
|
||||
|
@ -251,7 +324,7 @@
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-16">doc</a></h3>
|
||||
<h3><a name ="method-19">doc</a></h3>
|
||||
- (GSXMLDocument*) <b>doc</b>;<br>
|
||||
|
||||
<p>
|
||||
|
@ -260,14 +333,14 @@ Return owner of this node.
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-17">children</a></h3>
|
||||
<h3><a name ="method-20">children</a></h3>
|
||||
- (GSXMLNode*) <b>children</b>;<br>
|
||||
|
||||
<p>
|
||||
Return children of this node.
|
||||
</p>
|
||||
|
||||
<a name ="label-18">example </a>
|
||||
<a name ="label-21">example </a>
|
||||
<pre>
|
||||
|
||||
- (GSXMLNode*) nextElement: (GSXMLNode*)node
|
||||
|
@ -292,7 +365,7 @@ Return children of this node.
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-19">parent</a></h3>
|
||||
<h3><a name ="method-22">parent</a></h3>
|
||||
- (GSXMLNode*) <b>parent</b>;<br>
|
||||
|
||||
<p>
|
||||
|
@ -301,7 +374,7 @@ Return parent of this node.
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-20">next</a></h3>
|
||||
<h3><a name ="method-23">next</a></h3>
|
||||
- (GSXMLNode*) <b>next</b>;<br>
|
||||
|
||||
<p>
|
||||
|
@ -310,7 +383,7 @@ Return next node.
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-21">prev</a></h3>
|
||||
<h3><a name ="method-24">prev</a></h3>
|
||||
- (GSXMLNode*) <b>prev</b>;<br>
|
||||
|
||||
<p>
|
||||
|
@ -319,7 +392,7 @@ Return previous node.
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-22">makeChild:name:content:</a></h3>
|
||||
<h3><a name ="method-25">makeChild:name:content:</a></h3>
|
||||
- (GSXMLNode*) <b>makeChild:</b> (GSXMLNamespace*)ns <b>name:</b> (NSString*)name <b>content:</b> (NSString*)content;<br>
|
||||
|
||||
<p>
|
||||
|
@ -332,7 +405,7 @@ Return previous node.
|
|||
Return previous node.
|
||||
</p>
|
||||
|
||||
<a name ="label-23">example </a>
|
||||
<a name ="label-26">example </a>
|
||||
<pre>
|
||||
|
||||
|
||||
|
@ -357,7 +430,7 @@ Return previous node.
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-24">makeComment:</a></h3>
|
||||
<h3><a name ="method-27">makeComment:</a></h3>
|
||||
- (GSXMLNode*) <b>makeComment:</b> (NSString*)content;<br>
|
||||
|
||||
<p>
|
||||
|
@ -366,7 +439,7 @@ Return previous node.
|
|||
parent children list.
|
||||
</p>
|
||||
|
||||
<a name ="label-25">example </a>
|
||||
<a name ="label-28">example </a>
|
||||
<pre>
|
||||
|
||||
d = [GSXMLDocument documentWithVersion: @"1.0"];
|
||||
|
@ -380,7 +453,7 @@ Return previous node.
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-26">makePI:</a></h3>
|
||||
<h3><a name ="method-29">makePI:</a></h3>
|
||||
- (GSXMLNode*) <b>makePI:</b> (NSString*)content;<br>
|
||||
|
||||
<p>
|
||||
|
@ -389,7 +462,7 @@ Return previous node.
|
|||
added at the end of parent children list.
|
||||
</p>
|
||||
|
||||
<a name ="label-27">example </a>
|
||||
<a name ="label-30">example </a>
|
||||
<pre>
|
||||
|
||||
d = [GSXMLDocument documentWithVersion: @"1.0"];
|
||||
|
@ -404,14 +477,14 @@ Return previous node.
|
|||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-28">setProp:value:</a></h3>
|
||||
<h3><a name ="method-31">setProp:value:</a></h3>
|
||||
- (GSXMLAttribute*) <b>setProp:</b> (NSString*)name <b>value:</b> (NSString*)value;<br>
|
||||
|
||||
<p>
|
||||
Set (or reset) an attribute carried by a node.
|
||||
</p>
|
||||
|
||||
<a name ="label-29">example </a>
|
||||
<a name ="label-32">example </a>
|
||||
<pre>
|
||||
|
||||
id n1 = [GSXMLNode nodeWithNamespace: nil name: nodeName];
|
||||
|
@ -423,6 +496,26 @@ Set (or reset) an attribute carried by a node.
|
|||
</pre>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-33">type</a></h3>
|
||||
- (int) <b>type</b>;<br>
|
||||
|
||||
<p>
|
||||
|
||||
Return the numeric type code for this node.
|
||||
</p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-34">typeDescription</a></h3>
|
||||
- (NSString*) <b>typeDescription</b>;<br>
|
||||
|
||||
<p>
|
||||
|
||||
Return the string type code for this node.
|
||||
</p>
|
||||
|
||||
|
||||
<hr>
|
||||
</body>
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>GSXMLParser</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="GSXMLAttribute.html">[Previous]</a>
|
||||
<a href ="GSXML.html">[Up]</a>
|
||||
<a href ="GSSAXHandler.html">[Next]</a>
|
||||
<a href ="GSXMLAttribute.html">[Previous] </a>
|
||||
<a href ="GSXML.html">[Up] </a>
|
||||
<a href ="GSSAXHandler.html">[Next] </a>
|
||||
<h1>GSXMLParser</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -46,29 +46,29 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="GSXMLParser.html#method-0">+loadEntity:at:</a>
|
||||
<li><a href ="GSXMLParser.html#method-1">+parser</a>
|
||||
<li><a href ="GSXMLParser.html#method-2">+parserWithContentsOfFile:</a>
|
||||
<li><a href ="GSXMLParser.html#method-4">+parserWithContentsOfURL:</a>
|
||||
<li><a href ="GSXMLParser.html#method-5">+parserWithData:</a>
|
||||
<li><a href ="GSXMLParser.html#method-6">+parserWithSAXHandler:</a>
|
||||
<li><a href ="GSXMLParser.html#method-7">+parserWithSAXHandler:withContentsOfFile:</a>
|
||||
<li><a href ="GSXMLParser.html#method-9">+parserWithSAXHandler:withContentsOfURL:</a>
|
||||
<li><a href ="GSXMLParser.html#method-10">+parserWithSAXHandler:withData:</a>
|
||||
<li><a href ="GSXMLParser.html#method-11">+xmlEncodingStringForStringEncoding:</a>
|
||||
<li><a href ="GSXMLParser.html#method-25">-doValidityChecking:</a>
|
||||
<li><a href ="GSXMLParser.html#method-17">-doc</a>
|
||||
<li><a href ="GSXMLParser.html#method-26">-errNo</a>
|
||||
<li><a href ="GSXMLParser.html#method-24">-getWarnings:</a>
|
||||
<li><a href ="GSXMLParser.html#method-12">-initWithSAXHandler:</a>
|
||||
<li><a href ="GSXMLParser.html#method-13">-initWithSAXHandler:withContentsOfFile:</a>
|
||||
<li><a href ="GSXMLParser.html#method-14">-initWithSAXHandler:withContentsOfURL:</a>
|
||||
<li><a href ="GSXMLParser.html#method-15">-initWithSAXHandler:withData:</a>
|
||||
<li><a href ="GSXMLParser.html#method-23">-keepBlanks:</a>
|
||||
<li><a href ="GSXMLParser.html#method-16">-lib</a>
|
||||
<li><a href ="GSXMLParser.html#method-18">-parse</a>
|
||||
<li><a href ="GSXMLParser.html#method-20">-parse:</a>
|
||||
<li><a href ="GSXMLParser.html#method-22">-substituteEntites:</a>
|
||||
<li ><a href ="GSXMLParser.html#method-0">+loadEntity:at:</a>
|
||||
<li ><a href ="GSXMLParser.html#method-1">+parser</a>
|
||||
<li ><a href ="GSXMLParser.html#method-2">+parserWithContentsOfFile:</a>
|
||||
<li ><a href ="GSXMLParser.html#method-4">+parserWithContentsOfURL:</a>
|
||||
<li ><a href ="GSXMLParser.html#method-5">+parserWithData:</a>
|
||||
<li ><a href ="GSXMLParser.html#method-6">+parserWithSAXHandler:</a>
|
||||
<li ><a href ="GSXMLParser.html#method-7">+parserWithSAXHandler:withContentsOfFile:</a>
|
||||
<li ><a href ="GSXMLParser.html#method-9">+parserWithSAXHandler:withContentsOfURL:</a>
|
||||
<li ><a href ="GSXMLParser.html#method-10">+parserWithSAXHandler:withData:</a>
|
||||
<li ><a href ="GSXMLParser.html#method-11">+xmlEncodingStringForStringEncoding:</a>
|
||||
<li ><a href ="GSXMLParser.html#method-25">-doValidityChecking:</a>
|
||||
<li ><a href ="GSXMLParser.html#method-17">-doc</a>
|
||||
<li ><a href ="GSXMLParser.html#method-26">-errNo</a>
|
||||
<li ><a href ="GSXMLParser.html#method-24">-getWarnings:</a>
|
||||
<li ><a href ="GSXMLParser.html#method-12">-initWithSAXHandler:</a>
|
||||
<li ><a href ="GSXMLParser.html#method-13">-initWithSAXHandler:withContentsOfFile:</a>
|
||||
<li ><a href ="GSXMLParser.html#method-14">-initWithSAXHandler:withContentsOfURL:</a>
|
||||
<li ><a href ="GSXMLParser.html#method-15">-initWithSAXHandler:withData:</a>
|
||||
<li ><a href ="GSXMLParser.html#method-23">-keepBlanks:</a>
|
||||
<li ><a href ="GSXMLParser.html#method-16">-lib</a>
|
||||
<li ><a href ="GSXMLParser.html#method-18">-parse</a>
|
||||
<li ><a href ="GSXMLParser.html#method-20">-parse:</a>
|
||||
<li ><a href ="GSXMLParser.html#method-22">-substituteEntites:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">loadEntity:at:</a></h3>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<title>NSArchiver</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSArray.html">[Next]</a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSArray.html">[Next] </a>
|
||||
<h1>NSArchiver</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -26,15 +26,15 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSArchiver.html#method-0">+archiveRootObject:</a>
|
||||
<li><a href ="NSArchiver.html#method-1">+archivedDataWithRootObject:</a>
|
||||
<li><a href ="NSArchiver.html#method-2">-archiverData</a>
|
||||
<li><a href ="NSArchiver.html#method-3">-classNameEncodedForTrueClassName:</a>
|
||||
<li><a href ="NSArchiver.html#method-4">-encodeClassName:intoClassName:</a>
|
||||
<li><a href ="NSArchiver.html#method-5">-encodeConditionalObject:</a>
|
||||
<li><a href ="NSArchiver.html#method-6">-encodeRootObject:</a>
|
||||
<li><a href ="NSArchiver.html#method-7">-initForWritingWithMutableData:</a>
|
||||
<li><a href ="NSArchiver.html#method-8">-replaceObject:withObject:</a>
|
||||
<li ><a href ="NSArchiver.html#method-0">+archiveRootObject:</a>
|
||||
<li ><a href ="NSArchiver.html#method-1">+archivedDataWithRootObject:</a>
|
||||
<li ><a href ="NSArchiver.html#method-2">-archiverData</a>
|
||||
<li ><a href ="NSArchiver.html#method-3">-classNameEncodedForTrueClassName:</a>
|
||||
<li ><a href ="NSArchiver.html#method-4">-encodeClassName:intoClassName:</a>
|
||||
<li ><a href ="NSArchiver.html#method-5">-encodeConditionalObject:</a>
|
||||
<li ><a href ="NSArchiver.html#method-6">-encodeRootObject:</a>
|
||||
<li ><a href ="NSArchiver.html#method-7">-initForWritingWithMutableData:</a>
|
||||
<li ><a href ="NSArchiver.html#method-8">-replaceObject:withObject:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">archiveRootObject:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSArray</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSArchiver.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSAssertionHandler.html">[Next]</a>
|
||||
<a href ="NSArchiver.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSAssertionHandler.html">[Next] </a>
|
||||
<h1>NSArray</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,45 +27,45 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSArray.html#method-0">+allocWithZone:</a>
|
||||
<li><a href ="NSArray.html#method-1">+array</a>
|
||||
<li><a href ="NSArray.html#method-2">+arrayWithArray:</a>
|
||||
<li><a href ="NSArray.html#method-3">+arrayWithContentsOfFile:</a>
|
||||
<li><a href ="NSArray.html#method-4">+arrayWithObject:</a>
|
||||
<li><a href ="NSArray.html#method-6">+arrayWithObjects:</a>
|
||||
<li><a href ="NSArray.html#method-5">+arrayWithObjects:</a>
|
||||
<li><a href ="NSArray.html#method-7">-arrayByAddingObject:</a>
|
||||
<li><a href ="NSArray.html#method-8">-arrayByAddingObjectsFromArray:</a>
|
||||
<li><a href ="NSArray.html#method-9">-componentsJoinedByString:</a>
|
||||
<li><a href ="NSArray.html#method-10">-containsObject:</a>
|
||||
<li><a href ="NSArray.html#method-11">-count</a>
|
||||
<li><a href ="NSArray.html#method-12">-descriptionWithLocale:</a>
|
||||
<li><a href ="NSArray.html#method-13">-descriptionWithLocale:</a>
|
||||
<li><a href ="NSArray.html#method-14">-firstObjectCommonWithArray:</a>
|
||||
<li><a href ="NSArray.html#method-16">-getObjects:</a>
|
||||
<li><a href ="NSArray.html#method-15">-getObjects:</a>
|
||||
<li><a href ="NSArray.html#method-17">-indexOfObject:</a>
|
||||
<li><a href ="NSArray.html#method-18">-indexOfObject:</a>
|
||||
<li><a href ="NSArray.html#method-20">-indexOfObjectIdenticalTo:</a>
|
||||
<li><a href ="NSArray.html#method-19">-indexOfObjectIdenticalTo:</a>
|
||||
<li><a href ="NSArray.html#method-21">-initWithArray:</a>
|
||||
<li><a href ="NSArray.html#method-22">-initWithContentsOfFile:</a>
|
||||
<li><a href ="NSArray.html#method-24">-initWithObjects:</a>
|
||||
<li><a href ="NSArray.html#method-23">-initWithObjects:</a>
|
||||
<li><a href ="NSArray.html#method-25">-isEqualToArray:</a>
|
||||
<li><a href ="NSArray.html#method-26">-lastObject</a>
|
||||
<li><a href ="NSArray.html#method-27">-makeObjectsPerformSelector:</a>
|
||||
<li><a href ="NSArray.html#method-28">-makeObjectsPerformSelector:withObject:</a>
|
||||
<li><a href ="NSArray.html#method-29">-objectAtIndex:</a>
|
||||
<li><a href ="NSArray.html#method-30">-objectEnumerator</a>
|
||||
<li><a href ="NSArray.html#method-31">-pathsMatchingExtensions:</a>
|
||||
<li><a href ="NSArray.html#method-32">-reverseObjectEnumerator</a>
|
||||
<li><a href ="NSArray.html#method-33">-sortedArrayHint</a>
|
||||
<li><a href ="NSArray.html#method-34">-sortedArrayUsingFunction:context:</a>
|
||||
<li><a href ="NSArray.html#method-35">-sortedArrayUsingFunction:context:</a>
|
||||
<li><a href ="NSArray.html#method-36">-sortedArrayUsingSelector:</a>
|
||||
<li><a href ="NSArray.html#method-37">-subarrayWithRange:</a>
|
||||
<li><a href ="NSArray.html#method-38">-writeToFile:atomically:</a>
|
||||
<li ><a href ="NSArray.html#method-0">+allocWithZone:</a>
|
||||
<li ><a href ="NSArray.html#method-1">+array</a>
|
||||
<li ><a href ="NSArray.html#method-2">+arrayWithArray:</a>
|
||||
<li ><a href ="NSArray.html#method-3">+arrayWithContentsOfFile:</a>
|
||||
<li ><a href ="NSArray.html#method-4">+arrayWithObject:</a>
|
||||
<li ><a href ="NSArray.html#method-6">+arrayWithObjects:</a>
|
||||
<li ><a href ="NSArray.html#method-5">+arrayWithObjects:</a>
|
||||
<li ><a href ="NSArray.html#method-7">-arrayByAddingObject:</a>
|
||||
<li ><a href ="NSArray.html#method-8">-arrayByAddingObjectsFromArray:</a>
|
||||
<li ><a href ="NSArray.html#method-9">-componentsJoinedByString:</a>
|
||||
<li ><a href ="NSArray.html#method-10">-containsObject:</a>
|
||||
<li ><a href ="NSArray.html#method-11">-count</a>
|
||||
<li ><a href ="NSArray.html#method-12">-descriptionWithLocale:</a>
|
||||
<li ><a href ="NSArray.html#method-13">-descriptionWithLocale:</a>
|
||||
<li ><a href ="NSArray.html#method-14">-firstObjectCommonWithArray:</a>
|
||||
<li ><a href ="NSArray.html#method-16">-getObjects:</a>
|
||||
<li ><a href ="NSArray.html#method-15">-getObjects:</a>
|
||||
<li ><a href ="NSArray.html#method-17">-indexOfObject:</a>
|
||||
<li ><a href ="NSArray.html#method-18">-indexOfObject:</a>
|
||||
<li ><a href ="NSArray.html#method-20">-indexOfObjectIdenticalTo:</a>
|
||||
<li ><a href ="NSArray.html#method-19">-indexOfObjectIdenticalTo:</a>
|
||||
<li ><a href ="NSArray.html#method-21">-initWithArray:</a>
|
||||
<li ><a href ="NSArray.html#method-22">-initWithContentsOfFile:</a>
|
||||
<li ><a href ="NSArray.html#method-24">-initWithObjects:</a>
|
||||
<li ><a href ="NSArray.html#method-23">-initWithObjects:</a>
|
||||
<li ><a href ="NSArray.html#method-25">-isEqualToArray:</a>
|
||||
<li ><a href ="NSArray.html#method-26">-lastObject</a>
|
||||
<li ><a href ="NSArray.html#method-27">-makeObjectsPerformSelector:</a>
|
||||
<li ><a href ="NSArray.html#method-28">-makeObjectsPerformSelector:withObject:</a>
|
||||
<li ><a href ="NSArray.html#method-29">-objectAtIndex:</a>
|
||||
<li ><a href ="NSArray.html#method-30">-objectEnumerator</a>
|
||||
<li ><a href ="NSArray.html#method-31">-pathsMatchingExtensions:</a>
|
||||
<li ><a href ="NSArray.html#method-32">-reverseObjectEnumerator</a>
|
||||
<li ><a href ="NSArray.html#method-33">-sortedArrayHint</a>
|
||||
<li ><a href ="NSArray.html#method-34">-sortedArrayUsingFunction:context:</a>
|
||||
<li ><a href ="NSArray.html#method-35">-sortedArrayUsingFunction:context:</a>
|
||||
<li ><a href ="NSArray.html#method-36">-sortedArrayUsingSelector:</a>
|
||||
<li ><a href ="NSArray.html#method-37">-subarrayWithRange:</a>
|
||||
<li ><a href ="NSArray.html#method-38">-writeToFile:atomically:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">allocWithZone:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSAssertionHandler</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSArray.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSAttributedString.html">[Next]</a>
|
||||
<a href ="NSArray.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSAttributedString.html">[Next] </a>
|
||||
<h1>NSAssertionHandler</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,9 +27,9 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSAssertionHandler.html#method-0">+currentHandler</a>
|
||||
<li><a href ="NSAssertionHandler.html#method-1">-handleFailureInFunction:file:lineNumber:description:</a>
|
||||
<li><a href ="NSAssertionHandler.html#method-2">-handleFailureInMethod:object:file:lineNumber:description:</a>
|
||||
<li ><a href ="NSAssertionHandler.html#method-0">+currentHandler</a>
|
||||
<li ><a href ="NSAssertionHandler.html#method-1">-handleFailureInFunction:file:lineNumber:description:</a>
|
||||
<li ><a href ="NSAssertionHandler.html#method-2">-handleFailureInMethod:object:file:lineNumber:description:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">currentHandler</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSAttributedString</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSAssertionHandler.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSAutoreleasePool.html">[Next]</a>
|
||||
<a href ="NSAssertionHandler.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSAutoreleasePool.html">[Next] </a>
|
||||
<h1>NSAttributedString</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,17 +27,17 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSAttributedString.html#method-0">-attribute:atIndex:effectiveRange:</a>
|
||||
<li><a href ="NSAttributedString.html#method-1">-attribute:atIndex:longestEffectiveRange:inRange:</a>
|
||||
<li><a href ="NSAttributedString.html#method-2">-attributedSubstringFromRange:</a>
|
||||
<li><a href ="NSAttributedString.html#method-3">-attributesAtIndex:effectiveRange:</a>
|
||||
<li><a href ="NSAttributedString.html#method-4">-attributesAtIndex:longestEffectiveRange:inRange:</a>
|
||||
<li><a href ="NSAttributedString.html#method-5">-initWithAttributedString:</a>
|
||||
<li><a href ="NSAttributedString.html#method-6">-initWithString:</a>
|
||||
<li><a href ="NSAttributedString.html#method-7">-initWithString:attributes:</a>
|
||||
<li><a href ="NSAttributedString.html#method-8">-isEqualToAttributedString:</a>
|
||||
<li><a href ="NSAttributedString.html#method-9">-length</a>
|
||||
<li><a href ="NSAttributedString.html#method-10">-string</a>
|
||||
<li ><a href ="NSAttributedString.html#method-0">-attribute:atIndex:effectiveRange:</a>
|
||||
<li ><a href ="NSAttributedString.html#method-1">-attribute:atIndex:longestEffectiveRange:inRange:</a>
|
||||
<li ><a href ="NSAttributedString.html#method-2">-attributedSubstringFromRange:</a>
|
||||
<li ><a href ="NSAttributedString.html#method-3">-attributesAtIndex:effectiveRange:</a>
|
||||
<li ><a href ="NSAttributedString.html#method-4">-attributesAtIndex:longestEffectiveRange:inRange:</a>
|
||||
<li ><a href ="NSAttributedString.html#method-5">-initWithAttributedString:</a>
|
||||
<li ><a href ="NSAttributedString.html#method-6">-initWithString:</a>
|
||||
<li ><a href ="NSAttributedString.html#method-7">-initWithString:attributes:</a>
|
||||
<li ><a href ="NSAttributedString.html#method-8">-isEqualToAttributedString:</a>
|
||||
<li ><a href ="NSAttributedString.html#method-9">-length</a>
|
||||
<li ><a href ="NSAttributedString.html#method-10">-string</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">attribute:atIndex:effectiveRange:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSAutoreleasePool</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSAttributedString.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSBundle.html">[Next]</a>
|
||||
<a href ="NSAttributedString.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSBundle.html">[Next] </a>
|
||||
<h1>NSAutoreleasePool</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,8 +27,8 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSAutoreleasePool.html#method-0">+addObject:</a>
|
||||
<li><a href ="NSAutoreleasePool.html#method-1">-addObject:</a>
|
||||
<li ><a href ="NSAutoreleasePool.html#method-0">+addObject:</a>
|
||||
<li ><a href ="NSAutoreleasePool.html#method-1">-addObject:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">addObject:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSBundle</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSAutoreleasePool.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSCalendarDate.html">[Next]</a>
|
||||
<a href ="NSAutoreleasePool.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSCalendarDate.html">[Next] </a>
|
||||
<h1>NSBundle</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,23 +27,23 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSBundle.html#method-0">+allBundles</a>
|
||||
<li><a href ="NSBundle.html#method-1">+allFrameworks</a>
|
||||
<li><a href ="NSBundle.html#method-2">+bundleForClass:</a>
|
||||
<li><a href ="NSBundle.html#method-3">+bundleWithPath:</a>
|
||||
<li><a href ="NSBundle.html#method-4">+mainBundle</a>
|
||||
<li><a href ="NSBundle.html#method-5">+pathForResource:ofType:inDirectory:</a>
|
||||
<li><a href ="NSBundle.html#method-6">-bundlePath</a>
|
||||
<li><a href ="NSBundle.html#method-7">-classNamed:</a>
|
||||
<li><a href ="NSBundle.html#method-8">-infoDictionary</a>
|
||||
<li><a href ="NSBundle.html#method-9">-initWithPath:</a>
|
||||
<li><a href ="NSBundle.html#method-10">-load</a>
|
||||
<li><a href ="NSBundle.html#method-11">-localizedStringForKey:value:</a>
|
||||
<li><a href ="NSBundle.html#method-12">-pathForResource:ofType:</a>
|
||||
<li><a href ="NSBundle.html#method-13">-pathForResource:ofType:inDirectory:</a>
|
||||
<li><a href ="NSBundle.html#method-14">-pathsForResourcesOfType:inDirectory:</a>
|
||||
<li><a href ="NSBundle.html#method-15">-principalClass</a>
|
||||
<li><a href ="NSBundle.html#method-16">-resourcePath</a>
|
||||
<li ><a href ="NSBundle.html#method-0">+allBundles</a>
|
||||
<li ><a href ="NSBundle.html#method-1">+allFrameworks</a>
|
||||
<li ><a href ="NSBundle.html#method-2">+bundleForClass:</a>
|
||||
<li ><a href ="NSBundle.html#method-3">+bundleWithPath:</a>
|
||||
<li ><a href ="NSBundle.html#method-4">+mainBundle</a>
|
||||
<li ><a href ="NSBundle.html#method-5">+pathForResource:ofType:inDirectory:</a>
|
||||
<li ><a href ="NSBundle.html#method-6">-bundlePath</a>
|
||||
<li ><a href ="NSBundle.html#method-7">-classNamed:</a>
|
||||
<li ><a href ="NSBundle.html#method-8">-infoDictionary</a>
|
||||
<li ><a href ="NSBundle.html#method-9">-initWithPath:</a>
|
||||
<li ><a href ="NSBundle.html#method-10">-load</a>
|
||||
<li ><a href ="NSBundle.html#method-11">-localizedStringForKey:value:</a>
|
||||
<li ><a href ="NSBundle.html#method-12">-pathForResource:ofType:</a>
|
||||
<li ><a href ="NSBundle.html#method-13">-pathForResource:ofType:inDirectory:</a>
|
||||
<li ><a href ="NSBundle.html#method-14">-pathsForResourcesOfType:inDirectory:</a>
|
||||
<li ><a href ="NSBundle.html#method-15">-principalClass</a>
|
||||
<li ><a href ="NSBundle.html#method-16">-resourcePath</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">allBundles</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSCalendarDate</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSBundle.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSCharacterSet.html">[Next]</a>
|
||||
<a href ="NSBundle.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSCharacterSet.html">[Next] </a>
|
||||
<h1>NSCalendarDate</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,33 +27,33 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSCalendarDate.html#method-0">+calendarDate</a>
|
||||
<li><a href ="NSCalendarDate.html#method-2">+dateWithString:calendarFormat:</a>
|
||||
<li><a href ="NSCalendarDate.html#method-1">+dateWithString:calendarFormat:</a>
|
||||
<li><a href ="NSCalendarDate.html#method-3">+dateWithYear:month:day:hour:minute:second:timeZone:</a>
|
||||
<li><a href ="NSCalendarDate.html#method-4">-calendarFormat</a>
|
||||
<li><a href ="NSCalendarDate.html#method-5">-dateByAddingYears:months:days:hours:minutes:seconds:</a>
|
||||
<li><a href ="NSCalendarDate.html#method-6">-dayOfCommonEra</a>
|
||||
<li><a href ="NSCalendarDate.html#method-7">-dayOfMonth</a>
|
||||
<li><a href ="NSCalendarDate.html#method-8">-dayOfWeek</a>
|
||||
<li><a href ="NSCalendarDate.html#method-9">-dayOfYear</a>
|
||||
<li><a href ="NSCalendarDate.html#method-10">-description</a>
|
||||
<li><a href ="NSCalendarDate.html#method-12">-descriptionWithCalendarFormat:</a>
|
||||
<li><a href ="NSCalendarDate.html#method-11">-descriptionWithCalendarFormat:</a>
|
||||
<li><a href ="NSCalendarDate.html#method-13">-descriptionWithLocale:</a>
|
||||
<li><a href ="NSCalendarDate.html#method-14">-hourOfDay</a>
|
||||
<li><a href ="NSCalendarDate.html#method-15">-initWithString:</a>
|
||||
<li><a href ="NSCalendarDate.html#method-17">-initWithString:calendarFormat:</a>
|
||||
<li><a href ="NSCalendarDate.html#method-16">-initWithString:calendarFormat:</a>
|
||||
<li><a href ="NSCalendarDate.html#method-18">-initWithYear:month:day:hour:minute:second:timeZone:</a>
|
||||
<li><a href ="NSCalendarDate.html#method-19">-minuteOfHour</a>
|
||||
<li><a href ="NSCalendarDate.html#method-20">-monthOfYear</a>
|
||||
<li><a href ="NSCalendarDate.html#method-21">-secondOfMinute</a>
|
||||
<li><a href ="NSCalendarDate.html#method-22">-setCalendarFormat:</a>
|
||||
<li><a href ="NSCalendarDate.html#method-23">-setTimeZone:</a>
|
||||
<li><a href ="NSCalendarDate.html#method-24">-timeZone</a>
|
||||
<li><a href ="NSCalendarDate.html#method-25">-yearOfCommonEra</a>
|
||||
<li><a href ="NSCalendarDate.html#method-26">-years:months:days:hours:minutes:seconds:sinceDate:</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-0">+calendarDate</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-2">+dateWithString:calendarFormat:</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-1">+dateWithString:calendarFormat:</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-3">+dateWithYear:month:day:hour:minute:second:timeZone:</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-4">-calendarFormat</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-5">-dateByAddingYears:months:days:hours:minutes:seconds:</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-6">-dayOfCommonEra</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-7">-dayOfMonth</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-8">-dayOfWeek</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-9">-dayOfYear</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-10">-description</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-12">-descriptionWithCalendarFormat:</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-11">-descriptionWithCalendarFormat:</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-13">-descriptionWithLocale:</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-14">-hourOfDay</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-15">-initWithString:</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-17">-initWithString:calendarFormat:</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-16">-initWithString:calendarFormat:</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-18">-initWithYear:month:day:hour:minute:second:timeZone:</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-19">-minuteOfHour</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-20">-monthOfYear</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-21">-secondOfMinute</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-22">-setCalendarFormat:</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-23">-setTimeZone:</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-24">-timeZone</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-25">-yearOfCommonEra</a>
|
||||
<li ><a href ="NSCalendarDate.html#method-26">-years:months:days:hours:minutes:seconds:sinceDate:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">calendarDate</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSCharacterSet</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSCalendarDate.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSCoder.html">[Next]</a>
|
||||
<a href ="NSCalendarDate.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSCoder.html">[Next] </a>
|
||||
<h1>NSCharacterSet</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,25 +27,25 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSCharacterSet.html#method-0">+alphanumericCharacterSet</a>
|
||||
<li><a href ="NSCharacterSet.html#method-1">+characterSetWithBitmapRepresentation:</a>
|
||||
<li><a href ="NSCharacterSet.html#method-2">+characterSetWithCharactersInString:</a>
|
||||
<li><a href ="NSCharacterSet.html#method-3">+characterSetWithContentsOfFile:</a>
|
||||
<li><a href ="NSCharacterSet.html#method-4">+characterSetWithRange:</a>
|
||||
<li><a href ="NSCharacterSet.html#method-5">+controlCharacterSet</a>
|
||||
<li><a href ="NSCharacterSet.html#method-6">+decimalDigitCharacterSet</a>
|
||||
<li><a href ="NSCharacterSet.html#method-7">+decomposableCharacterSet</a>
|
||||
<li><a href ="NSCharacterSet.html#method-8">+illegalCharacterSet</a>
|
||||
<li><a href ="NSCharacterSet.html#method-9">+letterCharacterSet</a>
|
||||
<li><a href ="NSCharacterSet.html#method-10">+lowercaseLetterCharacterSet</a>
|
||||
<li><a href ="NSCharacterSet.html#method-11">+nonBaseCharacterSet</a>
|
||||
<li><a href ="NSCharacterSet.html#method-12">+punctuationCharacterSet</a>
|
||||
<li><a href ="NSCharacterSet.html#method-13">+uppercaseLetterCharacterSet</a>
|
||||
<li><a href ="NSCharacterSet.html#method-14">+whitespaceAndNewlineCharacterSet</a>
|
||||
<li><a href ="NSCharacterSet.html#method-15">+whitespaceCharacterSet</a>
|
||||
<li><a href ="NSCharacterSet.html#method-16">-bitmapRepresentation</a>
|
||||
<li><a href ="NSCharacterSet.html#method-17">-characterIsMember:</a>
|
||||
<li><a href ="NSCharacterSet.html#method-18">-invertedSet</a>
|
||||
<li ><a href ="NSCharacterSet.html#method-0">+alphanumericCharacterSet</a>
|
||||
<li ><a href ="NSCharacterSet.html#method-1">+characterSetWithBitmapRepresentation:</a>
|
||||
<li ><a href ="NSCharacterSet.html#method-2">+characterSetWithCharactersInString:</a>
|
||||
<li ><a href ="NSCharacterSet.html#method-3">+characterSetWithContentsOfFile:</a>
|
||||
<li ><a href ="NSCharacterSet.html#method-4">+characterSetWithRange:</a>
|
||||
<li ><a href ="NSCharacterSet.html#method-5">+controlCharacterSet</a>
|
||||
<li ><a href ="NSCharacterSet.html#method-6">+decimalDigitCharacterSet</a>
|
||||
<li ><a href ="NSCharacterSet.html#method-7">+decomposableCharacterSet</a>
|
||||
<li ><a href ="NSCharacterSet.html#method-8">+illegalCharacterSet</a>
|
||||
<li ><a href ="NSCharacterSet.html#method-9">+letterCharacterSet</a>
|
||||
<li ><a href ="NSCharacterSet.html#method-10">+lowercaseLetterCharacterSet</a>
|
||||
<li ><a href ="NSCharacterSet.html#method-11">+nonBaseCharacterSet</a>
|
||||
<li ><a href ="NSCharacterSet.html#method-12">+punctuationCharacterSet</a>
|
||||
<li ><a href ="NSCharacterSet.html#method-13">+uppercaseLetterCharacterSet</a>
|
||||
<li ><a href ="NSCharacterSet.html#method-14">+whitespaceAndNewlineCharacterSet</a>
|
||||
<li ><a href ="NSCharacterSet.html#method-15">+whitespaceCharacterSet</a>
|
||||
<li ><a href ="NSCharacterSet.html#method-16">-bitmapRepresentation</a>
|
||||
<li ><a href ="NSCharacterSet.html#method-17">-characterIsMember:</a>
|
||||
<li ><a href ="NSCharacterSet.html#method-18">-invertedSet</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">alphanumericCharacterSet</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSCoder</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSCharacterSet.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSConditionLock.html">[Next]</a>
|
||||
<a href ="NSCharacterSet.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSConditionLock.html">[Next] </a>
|
||||
<h1>NSCoder</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,34 +27,34 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSCoder.html#method-0">-decodeArrayOfObjCType:count:at:</a>
|
||||
<li><a href ="NSCoder.html#method-1">-decodeBytesWithReturnedLength:</a>
|
||||
<li><a href ="NSCoder.html#method-2">-decodeDataObject</a>
|
||||
<li><a href ="NSCoder.html#method-3">-decodeObject</a>
|
||||
<li><a href ="NSCoder.html#method-4">-decodePoint</a>
|
||||
<li><a href ="NSCoder.html#method-5">-decodePropertyList</a>
|
||||
<li><a href ="NSCoder.html#method-6">-decodeRect</a>
|
||||
<li><a href ="NSCoder.html#method-7">-decodeSize</a>
|
||||
<li><a href ="NSCoder.html#method-8">-decodeValueOfObjCType:</a>
|
||||
<li><a href ="NSCoder.html#method-9">-decodeValuesOfObjCTypes:</a>
|
||||
<li><a href ="NSCoder.html#method-10">-encodeArrayOfObjCType:count:at:</a>
|
||||
<li><a href ="NSCoder.html#method-11">-encodeBycopyObject:</a>
|
||||
<li><a href ="NSCoder.html#method-12">-encodeByrefObject:</a>
|
||||
<li><a href ="NSCoder.html#method-13">-encodeBytes:</a>
|
||||
<li><a href ="NSCoder.html#method-14">-encodeConditionalObject:</a>
|
||||
<li><a href ="NSCoder.html#method-15">-encodeDataObject:</a>
|
||||
<li><a href ="NSCoder.html#method-16">-encodeObject:</a>
|
||||
<li><a href ="NSCoder.html#method-17">-encodePoint:</a>
|
||||
<li><a href ="NSCoder.html#method-18">-encodePropertyList:</a>
|
||||
<li><a href ="NSCoder.html#method-19">-encodeRect:</a>
|
||||
<li><a href ="NSCoder.html#method-20">-encodeRootObject:</a>
|
||||
<li><a href ="NSCoder.html#method-21">-encodeSize:</a>
|
||||
<li><a href ="NSCoder.html#method-22">-encodeValueOfObjCType:</a>
|
||||
<li><a href ="NSCoder.html#method-23">-encodeValuesOfObjCTypes:</a>
|
||||
<li><a href ="NSCoder.html#method-24">-objectZone</a>
|
||||
<li><a href ="NSCoder.html#method-25">-setObjectZone:</a>
|
||||
<li><a href ="NSCoder.html#method-26">-systemVersion</a>
|
||||
<li><a href ="NSCoder.html#method-27">-versionForClassName:</a>
|
||||
<li ><a href ="NSCoder.html#method-0">-decodeArrayOfObjCType:count:at:</a>
|
||||
<li ><a href ="NSCoder.html#method-1">-decodeBytesWithReturnedLength:</a>
|
||||
<li ><a href ="NSCoder.html#method-2">-decodeDataObject</a>
|
||||
<li ><a href ="NSCoder.html#method-3">-decodeObject</a>
|
||||
<li ><a href ="NSCoder.html#method-4">-decodePoint</a>
|
||||
<li ><a href ="NSCoder.html#method-5">-decodePropertyList</a>
|
||||
<li ><a href ="NSCoder.html#method-6">-decodeRect</a>
|
||||
<li ><a href ="NSCoder.html#method-7">-decodeSize</a>
|
||||
<li ><a href ="NSCoder.html#method-8">-decodeValueOfObjCType:</a>
|
||||
<li ><a href ="NSCoder.html#method-9">-decodeValuesOfObjCTypes:</a>
|
||||
<li ><a href ="NSCoder.html#method-10">-encodeArrayOfObjCType:count:at:</a>
|
||||
<li ><a href ="NSCoder.html#method-11">-encodeBycopyObject:</a>
|
||||
<li ><a href ="NSCoder.html#method-12">-encodeByrefObject:</a>
|
||||
<li ><a href ="NSCoder.html#method-13">-encodeBytes:</a>
|
||||
<li ><a href ="NSCoder.html#method-14">-encodeConditionalObject:</a>
|
||||
<li ><a href ="NSCoder.html#method-15">-encodeDataObject:</a>
|
||||
<li ><a href ="NSCoder.html#method-16">-encodeObject:</a>
|
||||
<li ><a href ="NSCoder.html#method-17">-encodePoint:</a>
|
||||
<li ><a href ="NSCoder.html#method-18">-encodePropertyList:</a>
|
||||
<li ><a href ="NSCoder.html#method-19">-encodeRect:</a>
|
||||
<li ><a href ="NSCoder.html#method-20">-encodeRootObject:</a>
|
||||
<li ><a href ="NSCoder.html#method-21">-encodeSize:</a>
|
||||
<li ><a href ="NSCoder.html#method-22">-encodeValueOfObjCType:</a>
|
||||
<li ><a href ="NSCoder.html#method-23">-encodeValuesOfObjCTypes:</a>
|
||||
<li ><a href ="NSCoder.html#method-24">-objectZone</a>
|
||||
<li ><a href ="NSCoder.html#method-25">-setObjectZone:</a>
|
||||
<li ><a href ="NSCoder.html#method-26">-systemVersion</a>
|
||||
<li ><a href ="NSCoder.html#method-27">-versionForClassName:</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">decodeArrayOfObjCType:count:at:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSConditionLock</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSCoder.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSConnection.html">[Next]</a>
|
||||
<a href ="NSCoder.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSConnection.html">[Next] </a>
|
||||
<h1>NSConditionLock</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,14 +27,14 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSConditionLock.html#method-0">-condition</a>
|
||||
<li><a href ="NSConditionLock.html#method-1">-initWithCondition:</a>
|
||||
<li><a href ="NSConditionLock.html#method-2">-lockBeforeDate:</a>
|
||||
<li><a href ="NSConditionLock.html#method-3">-lockWhenCondition:</a>
|
||||
<li><a href ="NSConditionLock.html#method-4">-lockWhenCondition:beforeDate:</a>
|
||||
<li><a href ="NSConditionLock.html#method-5">-tryLock</a>
|
||||
<li><a href ="NSConditionLock.html#method-6">-tryLockWhenCondition:</a>
|
||||
<li><a href ="NSConditionLock.html#method-7">-unlockWithCondition:</a>
|
||||
<li ><a href ="NSConditionLock.html#method-0">-condition</a>
|
||||
<li ><a href ="NSConditionLock.html#method-1">-initWithCondition:</a>
|
||||
<li ><a href ="NSConditionLock.html#method-2">-lockBeforeDate:</a>
|
||||
<li ><a href ="NSConditionLock.html#method-3">-lockWhenCondition:</a>
|
||||
<li ><a href ="NSConditionLock.html#method-4">-lockWhenCondition:beforeDate:</a>
|
||||
<li ><a href ="NSConditionLock.html#method-5">-tryLock</a>
|
||||
<li ><a href ="NSConditionLock.html#method-6">-tryLockWhenCondition:</a>
|
||||
<li ><a href ="NSConditionLock.html#method-7">-unlockWithCondition:</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">condition</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSConnection</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSConditionLock.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSCountedSet.html">[Next]</a>
|
||||
<a href ="NSConditionLock.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSCountedSet.html">[Next] </a>
|
||||
<h1>NSConnection</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -30,48 +30,48 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSConnection.html#method-0">+allConnections</a>
|
||||
<li><a href ="NSConnection.html#method-1">+connectionWithReceivePort:</a>
|
||||
<li><a href ="NSConnection.html#method-2">+connectionWithRegisteredName:host:</a>
|
||||
<li><a href ="NSConnection.html#connectionWithRegisteredName:host:usingNameServer:">+connectionWithRegisteredName:host:usingNameServer:</a>
|
||||
<li><a href ="NSConnection.html#method-3">+currentConversation</a>
|
||||
<li><a href ="NSConnection.html#method-4">+defaultConnection</a>
|
||||
<li><a href ="NSConnection.html#method-5">+newRegisteringAtName:withRootObject:</a>
|
||||
<li><a href ="NSConnection.html#method-7">+rootProxyForConnectionWithRegisteredName:host:</a>
|
||||
<li><a href ="NSConnection.html#rootProxyForConnectionWithRegisteredName:host:usingNameServer:">+rootProxyForConnectionWithRegisteredName:host:usingNameServer:</a>
|
||||
<li><a href ="NSConnection.html#method-8">-addRequestMode:</a>
|
||||
<li><a href ="NSConnection.html#method-9">-addRunLoop:</a>
|
||||
<li><a href ="NSConnection.html#method-36">-authenticateComponents:withData:</a>
|
||||
<li><a href ="NSConnection.html#method-37">-authenticationDataForComponents:</a>
|
||||
<li><a href ="NSConnection.html#connection:shouldMakeNewConnection">-connection:shouldMakeNewConnection:</a>
|
||||
<li><a href ="NSConnection.html#method-10">-delegate</a>
|
||||
<li><a href ="NSConnection.html#method-11">-enableMultipleThreads</a>
|
||||
<li><a href ="NSConnection.html#method-12">-independentConversationQueueing</a>
|
||||
<li><a href ="NSConnection.html#initWithReceivePort:sendPort:">-initWithReceivePort:sendPort:</a>
|
||||
<li><a href ="NSConnection.html#method-13">-invalidate</a>
|
||||
<li><a href ="NSConnection.html#method-14">-isValid</a>
|
||||
<li><a href ="NSConnection.html#method-15">-localObjects</a>
|
||||
<li><a href ="NSConnection.html#method-38">-makeNewConnection:</a>
|
||||
<li><a href ="NSConnection.html#method-16">-multipleThreadsEnabled</a>
|
||||
<li><a href ="NSConnection.html#method-17">-receivePort</a>
|
||||
<li><a href ="NSConnection.html#method-18">-registerName:</a>
|
||||
<li><a href ="NSConnection.html#method-19">-registerName:withNameServer:</a>
|
||||
<li><a href ="NSConnection.html#method-20">-remoteObjects</a>
|
||||
<li><a href ="NSConnection.html#method-21">-removeRequestMode:</a>
|
||||
<li><a href ="NSConnection.html#method-22">-removeRunLoop:</a>
|
||||
<li><a href ="NSConnection.html#method-23">-replyTimeout</a>
|
||||
<li><a href ="NSConnection.html#method-24">-requestModes</a>
|
||||
<li><a href ="NSConnection.html#method-25">-requestTimeout</a>
|
||||
<li><a href ="NSConnection.html#method-26">-rootObject</a>
|
||||
<li><a href ="NSConnection.html#method-27">-rootProxy</a>
|
||||
<li><a href ="NSConnection.html#method-28">-runInNewThread</a>
|
||||
<li><a href ="NSConnection.html#method-29">-sendPort</a>
|
||||
<li><a href ="NSConnection.html#method-30">-setDelegate:</a>
|
||||
<li><a href ="NSConnection.html#method-31">-setIndependentConversationQueueing:</a>
|
||||
<li><a href ="NSConnection.html#method-32">-setReplyTimeout:</a>
|
||||
<li><a href ="NSConnection.html#method-33">-setRequestTimeout:</a>
|
||||
<li><a href ="NSConnection.html#method-34">-setRootObject:</a>
|
||||
<li><a href ="NSConnection.html#method-35">-statistics</a>
|
||||
<li ><a href ="NSConnection.html#method-0">+allConnections</a>
|
||||
<li ><a href ="NSConnection.html#method-1">+connectionWithReceivePort:</a>
|
||||
<li ><a href ="NSConnection.html#method-2">+connectionWithRegisteredName:host:</a>
|
||||
<li ><a href ="NSConnection.html#connectionWithRegisteredName:host:usingNameServer:">+connectionWithRegisteredName:host:usingNameServer:</a>
|
||||
<li ><a href ="NSConnection.html#method-3">+currentConversation</a>
|
||||
<li ><a href ="NSConnection.html#method-4">+defaultConnection</a>
|
||||
<li ><a href ="NSConnection.html#method-5">+newRegisteringAtName:withRootObject:</a>
|
||||
<li ><a href ="NSConnection.html#method-7">+rootProxyForConnectionWithRegisteredName:host:</a>
|
||||
<li ><a href ="NSConnection.html#rootProxyForConnectionWithRegisteredName:host:usingNameServer:">+rootProxyForConnectionWithRegisteredName:host:usingNameServer:</a>
|
||||
<li ><a href ="NSConnection.html#method-8">-addRequestMode:</a>
|
||||
<li ><a href ="NSConnection.html#method-9">-addRunLoop:</a>
|
||||
<li ><a href ="NSConnection.html#method-36">-authenticateComponents:withData:</a>
|
||||
<li ><a href ="NSConnection.html#method-37">-authenticationDataForComponents:</a>
|
||||
<li ><a href ="NSConnection.html#connection:shouldMakeNewConnection">-connection:shouldMakeNewConnection:</a>
|
||||
<li ><a href ="NSConnection.html#method-10">-delegate</a>
|
||||
<li ><a href ="NSConnection.html#method-11">-enableMultipleThreads</a>
|
||||
<li ><a href ="NSConnection.html#method-12">-independentConversationQueueing</a>
|
||||
<li ><a href ="NSConnection.html#initWithReceivePort:sendPort:">-initWithReceivePort:sendPort:</a>
|
||||
<li ><a href ="NSConnection.html#method-13">-invalidate</a>
|
||||
<li ><a href ="NSConnection.html#method-14">-isValid</a>
|
||||
<li ><a href ="NSConnection.html#method-15">-localObjects</a>
|
||||
<li ><a href ="NSConnection.html#method-38">-makeNewConnection:</a>
|
||||
<li ><a href ="NSConnection.html#method-16">-multipleThreadsEnabled</a>
|
||||
<li ><a href ="NSConnection.html#method-17">-receivePort</a>
|
||||
<li ><a href ="NSConnection.html#method-18">-registerName:</a>
|
||||
<li ><a href ="NSConnection.html#method-19">-registerName:withNameServer:</a>
|
||||
<li ><a href ="NSConnection.html#method-20">-remoteObjects</a>
|
||||
<li ><a href ="NSConnection.html#method-21">-removeRequestMode:</a>
|
||||
<li ><a href ="NSConnection.html#method-22">-removeRunLoop:</a>
|
||||
<li ><a href ="NSConnection.html#method-23">-replyTimeout</a>
|
||||
<li ><a href ="NSConnection.html#method-24">-requestModes</a>
|
||||
<li ><a href ="NSConnection.html#method-25">-requestTimeout</a>
|
||||
<li ><a href ="NSConnection.html#method-26">-rootObject</a>
|
||||
<li ><a href ="NSConnection.html#method-27">-rootProxy</a>
|
||||
<li ><a href ="NSConnection.html#method-28">-runInNewThread</a>
|
||||
<li ><a href ="NSConnection.html#method-29">-sendPort</a>
|
||||
<li ><a href ="NSConnection.html#method-30">-setDelegate:</a>
|
||||
<li ><a href ="NSConnection.html#method-31">-setIndependentConversationQueueing:</a>
|
||||
<li ><a href ="NSConnection.html#method-32">-setReplyTimeout:</a>
|
||||
<li ><a href ="NSConnection.html#method-33">-setRequestTimeout:</a>
|
||||
<li ><a href ="NSConnection.html#method-34">-setRootObject:</a>
|
||||
<li ><a href ="NSConnection.html#method-35">-statistics</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">allConnections</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSCountedSet</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSConnection.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSDate.html">[Next]</a>
|
||||
<a href ="NSConnection.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSDate.html">[Next] </a>
|
||||
<h1>NSCountedSet</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -40,17 +40,17 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSCountedSet.html#method-0">-addObject:</a>
|
||||
<li><a href ="NSCountedSet.html#method-1">-allObjects</a>
|
||||
<li><a href ="NSCountedSet.html#method-2">-count</a>
|
||||
<li><a href ="NSCountedSet.html#method-3">-countForObject:</a>
|
||||
<li><a href ="NSCountedSet.html#method-4">-initWithArray:</a>
|
||||
<li><a href ="NSCountedSet.html#method-5">-initWithCapacity:</a>
|
||||
<li><a href ="NSCountedSet.html#method-6">-initWithSet:</a>
|
||||
<li><a href ="NSCountedSet.html#method-7">-objectEnumerator</a>
|
||||
<li><a href ="NSCountedSet.html#method-8">-purge:</a>
|
||||
<li><a href ="NSCountedSet.html#method-9">-removeObject:</a>
|
||||
<li><a href ="NSCountedSet.html#method-10">-unique:</a>
|
||||
<li ><a href ="NSCountedSet.html#method-0">-addObject:</a>
|
||||
<li ><a href ="NSCountedSet.html#method-1">-allObjects</a>
|
||||
<li ><a href ="NSCountedSet.html#method-2">-count</a>
|
||||
<li ><a href ="NSCountedSet.html#method-3">-countForObject:</a>
|
||||
<li ><a href ="NSCountedSet.html#method-4">-initWithArray:</a>
|
||||
<li ><a href ="NSCountedSet.html#method-5">-initWithCapacity:</a>
|
||||
<li ><a href ="NSCountedSet.html#method-6">-initWithSet:</a>
|
||||
<li ><a href ="NSCountedSet.html#method-7">-objectEnumerator</a>
|
||||
<li ><a href ="NSCountedSet.html#method-8">-purge:</a>
|
||||
<li ><a href ="NSCountedSet.html#method-9">-removeObject:</a>
|
||||
<li ><a href ="NSCountedSet.html#method-10">-unique:</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">addObject:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSDate</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSCountedSet.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSDateFormatter.html">[Next]</a>
|
||||
<a href ="NSCountedSet.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSDateFormatter.html">[Next] </a>
|
||||
<h1>NSDate</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,32 +27,32 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSDate.html#method-1">+date</a>
|
||||
<li><a href ="NSDate.html#method-2">+dateWithString:</a>
|
||||
<li><a href ="NSDate.html#method-4">+dateWithTimeIntervalSince1970:</a>
|
||||
<li><a href ="NSDate.html#method-3">+dateWithTimeIntervalSinceNow:</a>
|
||||
<li><a href ="NSDate.html#method-5">+dateWithTimeIntervalSinceReferenceDate:</a>
|
||||
<li><a href ="NSDate.html#method-6">+distantFuture</a>
|
||||
<li><a href ="NSDate.html#method-7">+distantPast</a>
|
||||
<li><a href ="NSDate.html#method-0">+timeIntervalSinceReferenceDate</a>
|
||||
<li><a href ="NSDate.html#method-8">-addTimeInterval:</a>
|
||||
<li><a href ="NSDate.html#method-9">-compare:</a>
|
||||
<li><a href ="NSDate.html#method-10">-dateWithCalendarFormat:</a>
|
||||
<li><a href ="NSDate.html#method-11">-description</a>
|
||||
<li><a href ="NSDate.html#method-12">-descriptionWithCalendarFormat:timeZone:locale:</a>
|
||||
<li><a href ="NSDate.html#method-13">-descriptionWithLocale:</a>
|
||||
<li><a href ="NSDate.html#method-14">-earlierDate:</a>
|
||||
<li><a href ="NSDate.html#method-15">-init</a>
|
||||
<li><a href ="NSDate.html#method-16">-initWithString:</a>
|
||||
<li><a href ="NSDate.html#method-17">-initWithTimeInterval:sinceDate:</a>
|
||||
<li><a href ="NSDate.html#method-18">-initWithTimeIntervalSinceNow:</a>
|
||||
<li><a href ="NSDate.html#method-19">-initWithTimeIntervalSinceReferenceDate:</a>
|
||||
<li><a href ="NSDate.html#method-20">-isEqualToDate:</a>
|
||||
<li><a href ="NSDate.html#method-21">-laterDate:</a>
|
||||
<li><a href ="NSDate.html#method-23">-timeIntervalSince1970</a>
|
||||
<li><a href ="NSDate.html#method-22">-timeIntervalSinceDate:</a>
|
||||
<li><a href ="NSDate.html#method-24">-timeIntervalSinceNow</a>
|
||||
<li><a href ="NSDate.html#method-25">-timeIntervalSinceReferenceDate</a>
|
||||
<li ><a href ="NSDate.html#method-1">+date</a>
|
||||
<li ><a href ="NSDate.html#method-2">+dateWithString:</a>
|
||||
<li ><a href ="NSDate.html#method-4">+dateWithTimeIntervalSince1970:</a>
|
||||
<li ><a href ="NSDate.html#method-3">+dateWithTimeIntervalSinceNow:</a>
|
||||
<li ><a href ="NSDate.html#method-5">+dateWithTimeIntervalSinceReferenceDate:</a>
|
||||
<li ><a href ="NSDate.html#method-6">+distantFuture</a>
|
||||
<li ><a href ="NSDate.html#method-7">+distantPast</a>
|
||||
<li ><a href ="NSDate.html#method-0">+timeIntervalSinceReferenceDate</a>
|
||||
<li ><a href ="NSDate.html#method-8">-addTimeInterval:</a>
|
||||
<li ><a href ="NSDate.html#method-9">-compare:</a>
|
||||
<li ><a href ="NSDate.html#method-10">-dateWithCalendarFormat:</a>
|
||||
<li ><a href ="NSDate.html#method-11">-description</a>
|
||||
<li ><a href ="NSDate.html#method-12">-descriptionWithCalendarFormat:timeZone:locale:</a>
|
||||
<li ><a href ="NSDate.html#method-13">-descriptionWithLocale:</a>
|
||||
<li ><a href ="NSDate.html#method-14">-earlierDate:</a>
|
||||
<li ><a href ="NSDate.html#method-15">-init</a>
|
||||
<li ><a href ="NSDate.html#method-16">-initWithString:</a>
|
||||
<li ><a href ="NSDate.html#method-17">-initWithTimeInterval:sinceDate:</a>
|
||||
<li ><a href ="NSDate.html#method-18">-initWithTimeIntervalSinceNow:</a>
|
||||
<li ><a href ="NSDate.html#method-19">-initWithTimeIntervalSinceReferenceDate:</a>
|
||||
<li ><a href ="NSDate.html#method-20">-isEqualToDate:</a>
|
||||
<li ><a href ="NSDate.html#method-21">-laterDate:</a>
|
||||
<li ><a href ="NSDate.html#method-23">-timeIntervalSince1970</a>
|
||||
<li ><a href ="NSDate.html#method-22">-timeIntervalSinceDate:</a>
|
||||
<li ><a href ="NSDate.html#method-24">-timeIntervalSinceNow</a>
|
||||
<li ><a href ="NSDate.html#method-25">-timeIntervalSinceReferenceDate</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">timeIntervalSinceReferenceDate</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSDateFormatter</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSDate.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSDecimalNumber.html">[Next]</a>
|
||||
<a href ="NSDate.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSDecimalNumber.html">[Next] </a>
|
||||
<h1>NSDateFormatter</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,9 +27,9 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSDateFormatter.html#method-0">-allowsNaturalLanguage</a>
|
||||
<li><a href ="NSDateFormatter.html#method-1">-dateFormat</a>
|
||||
<li><a href ="NSDateFormatter.html#method-2">-initWithDateFormat:allowNaturalLanguage:</a>
|
||||
<li ><a href ="NSDateFormatter.html#method-0">-allowsNaturalLanguage</a>
|
||||
<li ><a href ="NSDateFormatter.html#method-1">-dateFormat</a>
|
||||
<li ><a href ="NSDateFormatter.html#method-2">-initWithDateFormat:allowNaturalLanguage:</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">allowsNaturalLanguage</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSDecimalNumber</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSDateFormatter.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSDecimalNumberHandler.html">[Next]</a>
|
||||
<a href ="NSDateFormatter.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSDecimalNumberHandler.html">[Next] </a>
|
||||
<h1>NSDecimalNumber</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -25,39 +25,39 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSDecimalNumber.html#method-0">+decimalNumberWithDecimal:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-1">+decimalNumberWithMantissa:exponent:isNegative:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-2">+decimalNumberWithString:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-3">+decimalNumberWithString:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-4">+defaultBehavior</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-5">+maximumDecimalNumber</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-6">+minimumDecimalNumber</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-7">+notANumber</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-8">+one</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-9">+setDefaultBehavior:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-10">+zero</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-11">-compare:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-12">-decimalNumberByAdding:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-13">-decimalNumberByAdding:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-15">-decimalNumberByDividingBy:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-14">-decimalNumberByDividingBy:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-16">-decimalNumberByMultiplyingBy:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-17">-decimalNumberByMultiplyingBy:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-18">-decimalNumberByMultiplyingByPowerOf10:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-19">-decimalNumberByMultiplyingByPowerOf10:withBehavior:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-20">-decimalNumberByRaisingToPower:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-21">-decimalNumberByRaisingToPower:withBehavior:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-22">-decimalNumberByRoundingAccordingToBehavior:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-23">-decimalNumberBySubtracting:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-24">-decimalNumberBySubtracting:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-25">-decimalValue</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-26">-descriptionWithLocale:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-27">-doubleValue</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-28">-initWithDecimal:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-29">-initWithMantissa:exponent:isNegative:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-31">-initWithString:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-30">-initWithString:</a>
|
||||
<li><a href ="NSDecimalNumber.html#method-32">-objCType</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-0">+decimalNumberWithDecimal:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-1">+decimalNumberWithMantissa:exponent:isNegative:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-2">+decimalNumberWithString:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-3">+decimalNumberWithString:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-4">+defaultBehavior</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-5">+maximumDecimalNumber</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-6">+minimumDecimalNumber</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-7">+notANumber</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-8">+one</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-9">+setDefaultBehavior:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-10">+zero</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-11">-compare:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-12">-decimalNumberByAdding:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-13">-decimalNumberByAdding:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-15">-decimalNumberByDividingBy:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-14">-decimalNumberByDividingBy:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-16">-decimalNumberByMultiplyingBy:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-17">-decimalNumberByMultiplyingBy:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-18">-decimalNumberByMultiplyingByPowerOf10:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-19">-decimalNumberByMultiplyingByPowerOf10:withBehavior:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-20">-decimalNumberByRaisingToPower:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-21">-decimalNumberByRaisingToPower:withBehavior:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-22">-decimalNumberByRoundingAccordingToBehavior:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-23">-decimalNumberBySubtracting:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-24">-decimalNumberBySubtracting:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-25">-decimalValue</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-26">-descriptionWithLocale:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-27">-doubleValue</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-28">-initWithDecimal:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-29">-initWithMantissa:exponent:isNegative:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-31">-initWithString:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-30">-initWithString:</a>
|
||||
<li ><a href ="NSDecimalNumber.html#method-32">-objCType</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">decimalNumberWithDecimal:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSDecimalNumberHandler</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSDecimalNumber.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSDeserializer.html">[Next]</a>
|
||||
<a href ="NSDecimalNumber.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSDeserializer.html">[Next] </a>
|
||||
<h1>NSDecimalNumberHandler</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,9 +27,9 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSDecimalNumberHandler.html#method-1">+decimalNumberHandlerWithRoundingMode:scale:raiseOnExactness:raiseOnOverflow:raiseOnUnderflow:raiseOnDivideByZero:</a>
|
||||
<li><a href ="NSDecimalNumberHandler.html#method-0">+defaultDecimalNumberHandler</a>
|
||||
<li><a href ="NSDecimalNumberHandler.html#method-2">-initWithRoundingMode:scale:raiseOnExactness:raiseOnOverflow:raiseOnUnderflow:raiseOnDivideByZero:</a>
|
||||
<li ><a href ="NSDecimalNumberHandler.html#method-1">+decimalNumberHandlerWithRoundingMode:scale:raiseOnExactness:raiseOnOverflow:raiseOnUnderflow:raiseOnDivideByZero:</a>
|
||||
<li ><a href ="NSDecimalNumberHandler.html#method-0">+defaultDecimalNumberHandler</a>
|
||||
<li ><a href ="NSDecimalNumberHandler.html#method-2">-initWithRoundingMode:scale:raiseOnExactness:raiseOnOverflow:raiseOnUnderflow:raiseOnDivideByZero:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">defaultDecimalNumberHandler</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSDeserializer</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSDecimalNumberHandler.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSDictionary.html">[Next]</a>
|
||||
<a href ="NSDecimalNumberHandler.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSDictionary.html">[Next] </a>
|
||||
<h1>NSDeserializer</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,10 +27,10 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSDeserializer.html#method-0">+deserializePropertyListFromData:atCursor:mutableContainers:</a>
|
||||
<li><a href ="NSDeserializer.html#method-1">+deserializePropertyListFromData:mutableContainers:</a>
|
||||
<li><a href ="NSDeserializer.html#method-2">+deserializePropertyListLazilyFromData:atCursor:length:mutableContainers:</a>
|
||||
<li><a href ="NSDeserializer.html#method-3">+uniquing:</a>
|
||||
<li ><a href ="NSDeserializer.html#method-0">+deserializePropertyListFromData:atCursor:mutableContainers:</a>
|
||||
<li ><a href ="NSDeserializer.html#method-1">+deserializePropertyListFromData:mutableContainers:</a>
|
||||
<li ><a href ="NSDeserializer.html#method-2">+deserializePropertyListLazilyFromData:atCursor:length:mutableContainers:</a>
|
||||
<li ><a href ="NSDeserializer.html#method-3">+uniquing:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">deserializePropertyListFromData:atCursor:mutableContainers:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSDictionary</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSDeserializer.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSDirectoryEnumerator.html">[Next]</a>
|
||||
<a href ="NSDeserializer.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSDirectoryEnumerator.html">[Next] </a>
|
||||
<h1>NSDictionary</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -31,41 +31,41 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSDictionary.html#method-0">+allocWithZone:</a>
|
||||
<li><a href ="NSDictionary.html#method-1">+dictionary</a>
|
||||
<li><a href ="NSDictionary.html#method-2">+dictionaryWithContentsOfFile:</a>
|
||||
<li><a href ="NSDictionary.html#method-3">+dictionaryWithDictionary:</a>
|
||||
<li><a href ="NSDictionary.html#method-4">+dictionaryWithObject:forKey:</a>
|
||||
<li><a href ="NSDictionary.html#method-5">+dictionaryWithObjects:forKey:</a>
|
||||
<li><a href ="NSDictionary.html#method-6">+dictionaryWithObjects:forKeys:count:</a>
|
||||
<li><a href ="NSDictionary.html#method-7">+dictionaryWithObjectsAndKeys:</a>
|
||||
<li><a href ="NSDictionary.html#method-30">- keysSortedByValueUsingSelector:</a>
|
||||
<li><a href ="NSDictionary.html#method-8">-allKeys</a>
|
||||
<li><a href ="NSDictionary.html#method-9">-allKeysForObject:</a>
|
||||
<li><a href ="NSDictionary.html#method-10">-allValues</a>
|
||||
<li><a href ="NSDictionary.html#method-11">-count</a>
|
||||
<li><a href ="NSDictionary.html#method-12">-descriptionInStringsFileFormat</a>
|
||||
<li><a href ="NSDictionary.html#method-14">-descriptionWithLocale:</a>
|
||||
<li><a href ="NSDictionary.html#method-13">-descriptionWithLocale:</a>
|
||||
<li><a href ="NSDictionary.html#method-15">-fileGroupOwnerAccountName</a>
|
||||
<li><a href ="NSDictionary.html#method-16">-fileModificationDate</a>
|
||||
<li><a href ="NSDictionary.html#method-17">-fileOwnerAccountName</a>
|
||||
<li><a href ="NSDictionary.html#method-18">-filePosixPermissions</a>
|
||||
<li><a href ="NSDictionary.html#method-19">-fileSize</a>
|
||||
<li><a href ="NSDictionary.html#method-20">-fileSystemFileNumber</a>
|
||||
<li><a href ="NSDictionary.html#method-21">-fileSystemNumber</a>
|
||||
<li><a href ="NSDictionary.html#method-22">-fileType</a>
|
||||
<li><a href ="NSDictionary.html#method-23">-initWithContentsOfFile:</a>
|
||||
<li><a href ="NSDictionary.html#method-24">-initWithDictionary:</a>
|
||||
<li><a href ="NSDictionary.html#method-25">-initWithObjects:</a>
|
||||
<li><a href ="NSDictionary.html#method-26">-initWithObjects:forKeys:count:</a>
|
||||
<li><a href ="NSDictionary.html#method-27">-initWithObjectsAndKeys:</a>
|
||||
<li><a href ="NSDictionary.html#method-28">-isEqualToDictionary:</a>
|
||||
<li><a href ="NSDictionary.html#method-29">-keyEnumerator</a>
|
||||
<li><a href ="NSDictionary.html#method-31">-objectEnumerator</a>
|
||||
<li><a href ="NSDictionary.html#method-32">-objectForKey:</a>
|
||||
<li><a href ="NSDictionary.html#method-33">-objectsForKeys:notFoundMarker:</a>
|
||||
<li><a href ="NSDictionary.html#method-34">-writeToFile:atomically:</a>
|
||||
<li ><a href ="NSDictionary.html#method-0">+allocWithZone:</a>
|
||||
<li ><a href ="NSDictionary.html#method-1">+dictionary</a>
|
||||
<li ><a href ="NSDictionary.html#method-2">+dictionaryWithContentsOfFile:</a>
|
||||
<li ><a href ="NSDictionary.html#method-3">+dictionaryWithDictionary:</a>
|
||||
<li ><a href ="NSDictionary.html#method-4">+dictionaryWithObject:forKey:</a>
|
||||
<li ><a href ="NSDictionary.html#method-5">+dictionaryWithObjects:forKey:</a>
|
||||
<li ><a href ="NSDictionary.html#method-6">+dictionaryWithObjects:forKeys:count:</a>
|
||||
<li ><a href ="NSDictionary.html#method-7">+dictionaryWithObjectsAndKeys:</a>
|
||||
<li ><a href ="NSDictionary.html#method-30">- keysSortedByValueUsingSelector:</a>
|
||||
<li ><a href ="NSDictionary.html#method-8">-allKeys</a>
|
||||
<li ><a href ="NSDictionary.html#method-9">-allKeysForObject:</a>
|
||||
<li ><a href ="NSDictionary.html#method-10">-allValues</a>
|
||||
<li ><a href ="NSDictionary.html#method-11">-count</a>
|
||||
<li ><a href ="NSDictionary.html#method-12">-descriptionInStringsFileFormat</a>
|
||||
<li ><a href ="NSDictionary.html#method-14">-descriptionWithLocale:</a>
|
||||
<li ><a href ="NSDictionary.html#method-13">-descriptionWithLocale:</a>
|
||||
<li ><a href ="NSDictionary.html#method-15">-fileGroupOwnerAccountName</a>
|
||||
<li ><a href ="NSDictionary.html#method-16">-fileModificationDate</a>
|
||||
<li ><a href ="NSDictionary.html#method-17">-fileOwnerAccountName</a>
|
||||
<li ><a href ="NSDictionary.html#method-18">-filePosixPermissions</a>
|
||||
<li ><a href ="NSDictionary.html#method-19">-fileSize</a>
|
||||
<li ><a href ="NSDictionary.html#method-20">-fileSystemFileNumber</a>
|
||||
<li ><a href ="NSDictionary.html#method-21">-fileSystemNumber</a>
|
||||
<li ><a href ="NSDictionary.html#method-22">-fileType</a>
|
||||
<li ><a href ="NSDictionary.html#method-23">-initWithContentsOfFile:</a>
|
||||
<li ><a href ="NSDictionary.html#method-24">-initWithDictionary:</a>
|
||||
<li ><a href ="NSDictionary.html#method-25">-initWithObjects:</a>
|
||||
<li ><a href ="NSDictionary.html#method-26">-initWithObjects:forKeys:count:</a>
|
||||
<li ><a href ="NSDictionary.html#method-27">-initWithObjectsAndKeys:</a>
|
||||
<li ><a href ="NSDictionary.html#method-28">-isEqualToDictionary:</a>
|
||||
<li ><a href ="NSDictionary.html#method-29">-keyEnumerator</a>
|
||||
<li ><a href ="NSDictionary.html#method-31">-objectEnumerator</a>
|
||||
<li ><a href ="NSDictionary.html#method-32">-objectForKey:</a>
|
||||
<li ><a href ="NSDictionary.html#method-33">-objectsForKeys:notFoundMarker:</a>
|
||||
<li ><a href ="NSDictionary.html#method-34">-writeToFile:atomically:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">allocWithZone:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSDirectoryEnumerator</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSDictionary.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSDistantObject.html">[Next]</a>
|
||||
<a href ="NSDictionary.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSDistantObject.html">[Next] </a>
|
||||
<h1>NSDirectoryEnumerator</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,9 +27,9 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSDirectoryEnumerator.html#method-0">-directoryAttributes</a>
|
||||
<li><a href ="NSDirectoryEnumerator.html#method-1">-fileAttributes</a>
|
||||
<li><a href ="NSDirectoryEnumerator.html#method-2">-skipDescendents</a>
|
||||
<li ><a href ="NSDirectoryEnumerator.html#method-0">-directoryAttributes</a>
|
||||
<li ><a href ="NSDirectoryEnumerator.html#method-1">-fileAttributes</a>
|
||||
<li ><a href ="NSDirectoryEnumerator.html#method-2">-skipDescendents</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">directoryAttributes</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSDistantObject</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSDirectoryEnumerator.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSDistantObjectRequest.html">[Next]</a>
|
||||
<a href ="NSDirectoryEnumerator.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSDistantObjectRequest.html">[Next] </a>
|
||||
<h1>NSDistantObject</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,12 +27,12 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSDistantObject.html#method-0">+proxyWithLocal:connection:</a>
|
||||
<li><a href ="NSDistantObject.html#method-1">+proxyWithTarget:</a>
|
||||
<li><a href ="NSDistantObject.html#method-2">-connectionForProxy</a>
|
||||
<li><a href ="NSDistantObject.html#method-3">-initWithLocal:connection:</a>
|
||||
<li><a href ="NSDistantObject.html#method-4">-initWithTarget:</a>
|
||||
<li><a href ="NSDistantObject.html#method-5">-setProtocolForProxy:</a>
|
||||
<li ><a href ="NSDistantObject.html#method-0">+proxyWithLocal:connection:</a>
|
||||
<li ><a href ="NSDistantObject.html#method-1">+proxyWithTarget:</a>
|
||||
<li ><a href ="NSDistantObject.html#method-2">-connectionForProxy</a>
|
||||
<li ><a href ="NSDistantObject.html#method-3">-initWithLocal:connection:</a>
|
||||
<li ><a href ="NSDistantObject.html#method-4">-initWithTarget:</a>
|
||||
<li ><a href ="NSDistantObject.html#method-5">-setProtocolForProxy:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">proxyWithLocal:connection:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSDistantObjectRequest</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSDistantObject.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSDistributedLock.html">[Next]</a>
|
||||
<a href ="NSDistantObject.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSDistributedLock.html">[Next] </a>
|
||||
<h1>NSDistantObjectRequest</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -25,10 +25,10 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSDistantObjectRequest.html#method-0">-connection</a>
|
||||
<li><a href ="NSDistantObjectRequest.html#method-1">-conversation</a>
|
||||
<li><a href ="NSDistantObjectRequest.html#method-2">-invocation</a>
|
||||
<li><a href ="NSDistantObjectRequest.html#method-3">-replyWithException:</a>
|
||||
<li ><a href ="NSDistantObjectRequest.html#method-0">-connection</a>
|
||||
<li ><a href ="NSDistantObjectRequest.html#method-1">-conversation</a>
|
||||
<li ><a href ="NSDistantObjectRequest.html#method-2">-invocation</a>
|
||||
<li ><a href ="NSDistantObjectRequest.html#method-3">-replyWithException:</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">connection</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSDistributedLock</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSDistantObjectRequest.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSDistributedNotificationCenter.html">[Next]</a>
|
||||
<a href ="NSDistantObjectRequest.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSDistributedNotificationCenter.html">[Next] </a>
|
||||
<h1>NSDistributedLock</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,12 +27,12 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSDistributedLock.html#method-0">+lockWithPath:</a>
|
||||
<li><a href ="NSDistributedLock.html#method-1">-breakLock</a>
|
||||
<li><a href ="NSDistributedLock.html#method-2">-initWithPath:</a>
|
||||
<li><a href ="NSDistributedLock.html#method-3">-lockDate</a>
|
||||
<li><a href ="NSDistributedLock.html#method-4">-tryLock</a>
|
||||
<li><a href ="NSDistributedLock.html#method-5">-unlock</a>
|
||||
<li ><a href ="NSDistributedLock.html#method-0">+lockWithPath:</a>
|
||||
<li ><a href ="NSDistributedLock.html#method-1">-breakLock</a>
|
||||
<li ><a href ="NSDistributedLock.html#method-2">-initWithPath:</a>
|
||||
<li ><a href ="NSDistributedLock.html#method-3">-lockDate</a>
|
||||
<li ><a href ="NSDistributedLock.html#method-4">-tryLock</a>
|
||||
<li ><a href ="NSDistributedLock.html#method-5">-unlock</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">lockWithPath:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSDistributedNotificationCenter</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSDistributedLock.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSEnumerator.html">[Next]</a>
|
||||
<a href ="NSDistributedLock.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSEnumerator.html">[Next] </a>
|
||||
<h1>NSDistributedNotificationCenter</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,17 +27,17 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSDistributedNotificationCenter.html#method-0">+defaultCenter</a>
|
||||
<li><a href ="NSDistributedNotificationCenter.html#method-1">+notificationCenterForType:</a>
|
||||
<li><a href ="NSDistributedNotificationCenter.html#method-2">-addObserver:selector:name:</a>
|
||||
<li><a href ="NSDistributedNotificationCenter.html#method-3">-addObserver:selector:name:object:suspensionBehavior:</a>
|
||||
<li><a href ="NSDistributedNotificationCenter.html#method-4">-postNotification:</a>
|
||||
<li><a href ="NSDistributedNotificationCenter.html#method-5">-postNotificationName:</a>
|
||||
<li><a href ="NSDistributedNotificationCenter.html#method-6">-postNotificationName:object:userInfo:</a>
|
||||
<li><a href ="NSDistributedNotificationCenter.html#method-7">-postNotificationName:object:userInfo:deliverImmediately:</a>
|
||||
<li><a href ="NSDistributedNotificationCenter.html#method-8">-removeObserver:name:object:</a>
|
||||
<li><a href ="NSDistributedNotificationCenter.html#method-9">-setSuspended:</a>
|
||||
<li><a href ="NSDistributedNotificationCenter.html#method-10">-suspended</a>
|
||||
<li ><a href ="NSDistributedNotificationCenter.html#method-0">+defaultCenter</a>
|
||||
<li ><a href ="NSDistributedNotificationCenter.html#method-1">+notificationCenterForType:</a>
|
||||
<li ><a href ="NSDistributedNotificationCenter.html#method-2">-addObserver:selector:name:</a>
|
||||
<li ><a href ="NSDistributedNotificationCenter.html#method-3">-addObserver:selector:name:object:suspensionBehavior:</a>
|
||||
<li ><a href ="NSDistributedNotificationCenter.html#method-4">-postNotification:</a>
|
||||
<li ><a href ="NSDistributedNotificationCenter.html#method-5">-postNotificationName:</a>
|
||||
<li ><a href ="NSDistributedNotificationCenter.html#method-6">-postNotificationName:object:userInfo:</a>
|
||||
<li ><a href ="NSDistributedNotificationCenter.html#method-7">-postNotificationName:object:userInfo:deliverImmediately:</a>
|
||||
<li ><a href ="NSDistributedNotificationCenter.html#method-8">-removeObserver:name:object:</a>
|
||||
<li ><a href ="NSDistributedNotificationCenter.html#method-9">-setSuspended:</a>
|
||||
<li ><a href ="NSDistributedNotificationCenter.html#method-10">-suspended</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">defaultCenter</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSEnumerator</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSDistributedNotificationCenter.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSException.html">[Next]</a>
|
||||
<a href ="NSDistributedNotificationCenter.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSException.html">[Next] </a>
|
||||
<h1>NSEnumerator</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,8 +27,8 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSEnumerator.html#method-0">-allObjects</a>
|
||||
<li><a href ="NSEnumerator.html#method-1">-nextObject</a>
|
||||
<li ><a href ="NSEnumerator.html#method-0">-allObjects</a>
|
||||
<li ><a href ="NSEnumerator.html#method-1">-nextObject</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">allObjects</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSException</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSEnumerator.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSFileHandle.html">[Next]</a>
|
||||
<a href ="NSEnumerator.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSFileHandle.html">[Next] </a>
|
||||
<h1>NSException</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,15 +27,15 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSException.html#method-0">+exceptionWithName:reason:userInfo:</a>
|
||||
<li><a href ="NSException.html#method-1">+raise:format:</a>
|
||||
<li><a href ="NSException.html#method-2">+raise:format:arguments:</a>
|
||||
<li><a href ="NSException.html#method-3">-description</a>
|
||||
<li><a href ="NSException.html#method-4">-initWithName:reason:userInfo:</a>
|
||||
<li><a href ="NSException.html#method-5">-name</a>
|
||||
<li><a href ="NSException.html#method-6">-raise</a>
|
||||
<li><a href ="NSException.html#method-7">-reason</a>
|
||||
<li><a href ="NSException.html#method-8">-userInfo</a>
|
||||
<li ><a href ="NSException.html#method-0">+exceptionWithName:reason:userInfo:</a>
|
||||
<li ><a href ="NSException.html#method-1">+raise:format:</a>
|
||||
<li ><a href ="NSException.html#method-2">+raise:format:arguments:</a>
|
||||
<li ><a href ="NSException.html#method-3">-description</a>
|
||||
<li ><a href ="NSException.html#method-4">-initWithName:reason:userInfo:</a>
|
||||
<li ><a href ="NSException.html#method-5">-name</a>
|
||||
<li ><a href ="NSException.html#method-6">-raise</a>
|
||||
<li ><a href ="NSException.html#method-7">-reason</a>
|
||||
<li ><a href ="NSException.html#method-8">-userInfo</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">exceptionWithName:reason:userInfo:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSFileHandle</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSException.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSFileManager.html">[Next]</a>
|
||||
<a href ="NSException.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSFileManager.html">[Next] </a>
|
||||
<h1>NSFileHandle</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,27 +27,27 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSFileHandle.html#method-0">-acceptConnectionInBackgroundAndNotify</a>
|
||||
<li><a href ="NSFileHandle.html#method-1">-acceptConnectionInBackgroundAndNotifyForModes:</a>
|
||||
<li><a href ="NSFileHandle.html#method-2">-availableData</a>
|
||||
<li><a href ="NSFileHandle.html#method-3">-closeFile</a>
|
||||
<li><a href ="NSFileHandle.html#method-4">-fileDescriptor</a>
|
||||
<li><a href ="NSFileHandle.html#method-6">-initWithFileDescriptor:</a>
|
||||
<li><a href ="NSFileHandle.html#method-5">-initWithFileDescriptor:</a>
|
||||
<li><a href ="NSFileHandle.html#method-7">-offsetInFile</a>
|
||||
<li><a href ="NSFileHandle.html#method-8">-readDataOfLength:</a>
|
||||
<li><a href ="NSFileHandle.html#method-9">-readDataToEndFile</a>
|
||||
<li><a href ="NSFileHandle.html#method-10">-readInBackgroundAndNotify</a>
|
||||
<li><a href ="NSFileHandle.html#method-11">-readInBackgroundAndNotifyForModes:</a>
|
||||
<li><a href ="NSFileHandle.html#method-12">-readToEndOfFileInBackgroundAndNotify</a>
|
||||
<li><a href ="NSFileHandle.html#method-13">-readToEndOfFileInBackgroundAndNotifyForModes:</a>
|
||||
<li><a href ="NSFileHandle.html#method-14">-seekToEndOfFile</a>
|
||||
<li><a href ="NSFileHandle.html#method-15">-seekToFileOffset:</a>
|
||||
<li><a href ="NSFileHandle.html#method-16">-synchronizeFile</a>
|
||||
<li><a href ="NSFileHandle.html#method-17">-truncateFileAtOffset:</a>
|
||||
<li><a href ="NSFileHandle.html#method-18">-waitForDataInBackgroundAndNotify</a>
|
||||
<li><a href ="NSFileHandle.html#method-19">-waitForDataInBackgroundAndNotifyForModes:</a>
|
||||
<li><a href ="NSFileHandle.html#method-20">-writeData:</a>
|
||||
<li ><a href ="NSFileHandle.html#method-0">-acceptConnectionInBackgroundAndNotify</a>
|
||||
<li ><a href ="NSFileHandle.html#method-1">-acceptConnectionInBackgroundAndNotifyForModes:</a>
|
||||
<li ><a href ="NSFileHandle.html#method-2">-availableData</a>
|
||||
<li ><a href ="NSFileHandle.html#method-3">-closeFile</a>
|
||||
<li ><a href ="NSFileHandle.html#method-4">-fileDescriptor</a>
|
||||
<li ><a href ="NSFileHandle.html#method-6">-initWithFileDescriptor:</a>
|
||||
<li ><a href ="NSFileHandle.html#method-5">-initWithFileDescriptor:</a>
|
||||
<li ><a href ="NSFileHandle.html#method-7">-offsetInFile</a>
|
||||
<li ><a href ="NSFileHandle.html#method-8">-readDataOfLength:</a>
|
||||
<li ><a href ="NSFileHandle.html#method-9">-readDataToEndFile</a>
|
||||
<li ><a href ="NSFileHandle.html#method-10">-readInBackgroundAndNotify</a>
|
||||
<li ><a href ="NSFileHandle.html#method-11">-readInBackgroundAndNotifyForModes:</a>
|
||||
<li ><a href ="NSFileHandle.html#method-12">-readToEndOfFileInBackgroundAndNotify</a>
|
||||
<li ><a href ="NSFileHandle.html#method-13">-readToEndOfFileInBackgroundAndNotifyForModes:</a>
|
||||
<li ><a href ="NSFileHandle.html#method-14">-seekToEndOfFile</a>
|
||||
<li ><a href ="NSFileHandle.html#method-15">-seekToFileOffset:</a>
|
||||
<li ><a href ="NSFileHandle.html#method-16">-synchronizeFile</a>
|
||||
<li ><a href ="NSFileHandle.html#method-17">-truncateFileAtOffset:</a>
|
||||
<li ><a href ="NSFileHandle.html#method-18">-waitForDataInBackgroundAndNotify</a>
|
||||
<li ><a href ="NSFileHandle.html#method-19">-waitForDataInBackgroundAndNotifyForModes:</a>
|
||||
<li ><a href ="NSFileHandle.html#method-20">-writeData:</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">acceptConnectionInBackgroundAndNotify</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSFileManager</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSFileHandle.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSFormatter.html">[Next]</a>
|
||||
<a href ="NSFileHandle.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSFormatter.html">[Next] </a>
|
||||
<h1>NSFileManager</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,35 +27,35 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSFileManager.html#method-0">+defaultManager</a>
|
||||
<li><a href ="NSFileManager.html#method-1">-changeCurrentDirectoryPath:</a>
|
||||
<li><a href ="NSFileManager.html#method-2">-changeFileAttributes:</a>
|
||||
<li><a href ="NSFileManager.html#method-3">-contentsAtPath:</a>
|
||||
<li><a href ="NSFileManager.html#method-4">-contentsEqualAtPath:andPath:</a>
|
||||
<li><a href ="NSFileManager.html#method-5">-copyPath:toPath:handler:</a>
|
||||
<li><a href ="NSFileManager.html#method-6">-createDirectoryAtPath:attributes:</a>
|
||||
<li><a href ="NSFileManager.html#method-7">-createFileAtPath:contents:attributes:</a>
|
||||
<li><a href ="NSFileManager.html#method-8">-createSymbolicLinkAtPath:pathContent:</a>
|
||||
<li><a href ="NSFileManager.html#method-9">-currentDirectoryPath</a>
|
||||
<li><a href ="NSFileManager.html#method-10">-directoryContentsAtPath:</a>
|
||||
<li><a href ="NSFileManager.html#method-11">-enumeratorAtPath:</a>
|
||||
<li><a href ="NSFileManager.html#method-12">-fileAttributesAtPath:traverseLink:</a>
|
||||
<li><a href ="NSFileManager.html#method-13">-fileExistsAtPath:</a>
|
||||
<li><a href ="NSFileManager.html#method-14">-fileExistsAtPath:isDirectory:</a>
|
||||
<li><a href ="NSFileManager.html#method-27">-fileManager:shouldProceedAfterError:</a>
|
||||
<li><a href ="NSFileManager.html#method-28">-fileManager:willProcessPath:</a>
|
||||
<li><a href ="NSFileManager.html#method-15">-fileSystemAttributesAtPath:</a>
|
||||
<li><a href ="NSFileManager.html#method-16">-fileSystemRepresentationWithPath:</a>
|
||||
<li><a href ="NSFileManager.html#method-17">-isDeletableFileAtPath:</a>
|
||||
<li><a href ="NSFileManager.html#method-18">-isExecutableFileAtPath:</a>
|
||||
<li><a href ="NSFileManager.html#method-19">-isReadableFileAtPath:</a>
|
||||
<li><a href ="NSFileManager.html#method-20">-isWritableFileAtPath:</a>
|
||||
<li><a href ="NSFileManager.html#method-21">-linkPath:toPath:handler:</a>
|
||||
<li><a href ="NSFileManager.html#method-22">-movePath:toPath:handler:</a>
|
||||
<li><a href ="NSFileManager.html#method-23">-pathContentOfSymbolicLinkAtPath:</a>
|
||||
<li><a href ="NSFileManager.html#method-24">-removeFileAtPath:handler:</a>
|
||||
<li><a href ="NSFileManager.html#method-25">-stringWithFileSystemRepresentation:</a>
|
||||
<li><a href ="NSFileManager.html#method-26">-subpathsAtPath:</a>
|
||||
<li ><a href ="NSFileManager.html#method-0">+defaultManager</a>
|
||||
<li ><a href ="NSFileManager.html#method-1">-changeCurrentDirectoryPath:</a>
|
||||
<li ><a href ="NSFileManager.html#method-2">-changeFileAttributes:</a>
|
||||
<li ><a href ="NSFileManager.html#method-3">-contentsAtPath:</a>
|
||||
<li ><a href ="NSFileManager.html#method-4">-contentsEqualAtPath:andPath:</a>
|
||||
<li ><a href ="NSFileManager.html#method-5">-copyPath:toPath:handler:</a>
|
||||
<li ><a href ="NSFileManager.html#method-6">-createDirectoryAtPath:attributes:</a>
|
||||
<li ><a href ="NSFileManager.html#method-7">-createFileAtPath:contents:attributes:</a>
|
||||
<li ><a href ="NSFileManager.html#method-8">-createSymbolicLinkAtPath:pathContent:</a>
|
||||
<li ><a href ="NSFileManager.html#method-9">-currentDirectoryPath</a>
|
||||
<li ><a href ="NSFileManager.html#method-10">-directoryContentsAtPath:</a>
|
||||
<li ><a href ="NSFileManager.html#method-11">-enumeratorAtPath:</a>
|
||||
<li ><a href ="NSFileManager.html#method-12">-fileAttributesAtPath:traverseLink:</a>
|
||||
<li ><a href ="NSFileManager.html#method-13">-fileExistsAtPath:</a>
|
||||
<li ><a href ="NSFileManager.html#method-14">-fileExistsAtPath:isDirectory:</a>
|
||||
<li ><a href ="NSFileManager.html#method-27">-fileManager:shouldProceedAfterError:</a>
|
||||
<li ><a href ="NSFileManager.html#method-28">-fileManager:willProcessPath:</a>
|
||||
<li ><a href ="NSFileManager.html#method-15">-fileSystemAttributesAtPath:</a>
|
||||
<li ><a href ="NSFileManager.html#method-16">-fileSystemRepresentationWithPath:</a>
|
||||
<li ><a href ="NSFileManager.html#method-17">-isDeletableFileAtPath:</a>
|
||||
<li ><a href ="NSFileManager.html#method-18">-isExecutableFileAtPath:</a>
|
||||
<li ><a href ="NSFileManager.html#method-19">-isReadableFileAtPath:</a>
|
||||
<li ><a href ="NSFileManager.html#method-20">-isWritableFileAtPath:</a>
|
||||
<li ><a href ="NSFileManager.html#method-21">-linkPath:toPath:handler:</a>
|
||||
<li ><a href ="NSFileManager.html#method-22">-movePath:toPath:handler:</a>
|
||||
<li ><a href ="NSFileManager.html#method-23">-pathContentOfSymbolicLinkAtPath:</a>
|
||||
<li ><a href ="NSFileManager.html#method-24">-removeFileAtPath:handler:</a>
|
||||
<li ><a href ="NSFileManager.html#method-25">-stringWithFileSystemRepresentation:</a>
|
||||
<li ><a href ="NSFileManager.html#method-26">-subpathsAtPath:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">defaultManager</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSFormatter</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSFileManager.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSHost.html">[Next]</a>
|
||||
<a href ="NSFileManager.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSHost.html">[Next] </a>
|
||||
<h1>NSFormatter</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,11 +27,11 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSFormatter.html#method-0">-attributedStringForObjectValue:withDefaultAttributes:</a>
|
||||
<li><a href ="NSFormatter.html#method-1">-editingStringForObjectValue:</a>
|
||||
<li><a href ="NSFormatter.html#method-2">-getObjectValue:forString:errorDescription:</a>
|
||||
<li><a href ="NSFormatter.html#method-3">-isPartialStringValid:</a>
|
||||
<li><a href ="NSFormatter.html#method-4">-stringForObjectValue:</a>
|
||||
<li ><a href ="NSFormatter.html#method-0">-attributedStringForObjectValue:withDefaultAttributes:</a>
|
||||
<li ><a href ="NSFormatter.html#method-1">-editingStringForObjectValue:</a>
|
||||
<li ><a href ="NSFormatter.html#method-2">-getObjectValue:forString:errorDescription:</a>
|
||||
<li ><a href ="NSFormatter.html#method-3">-isPartialStringValid:</a>
|
||||
<li ><a href ="NSFormatter.html#method-4">-stringForObjectValue:</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">attributedStringForObjectValue:withDefaultAttributes:</a></h3>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<title>NSFunctions</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<h1>NSFunctions</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSHost</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSFormatter.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSInvocation.html">[Next]</a>
|
||||
<a href ="NSFormatter.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSInvocation.html">[Next] </a>
|
||||
<h1>NSHost</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,17 +27,17 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSHost.html#method-0">+currentHost</a>
|
||||
<li><a href ="NSHost.html#method-1">+flushHostCache</a>
|
||||
<li><a href ="NSHost.html#method-2">+hostWithAddress:</a>
|
||||
<li><a href ="NSHost.html#method-3">+hostWithName:</a>
|
||||
<li><a href ="NSHost.html#method-4">+isHostCacheEnabled</a>
|
||||
<li><a href ="NSHost.html#method-5">+setHostCacheEnabled:</a>
|
||||
<li><a href ="NSHost.html#method-6">-address</a>
|
||||
<li><a href ="NSHost.html#method-7">-addresses</a>
|
||||
<li><a href ="NSHost.html#method-8">-isEqualToHost:</a>
|
||||
<li><a href ="NSHost.html#method-9">-name</a>
|
||||
<li><a href ="NSHost.html#method-10">-names</a>
|
||||
<li ><a href ="NSHost.html#method-0">+currentHost</a>
|
||||
<li ><a href ="NSHost.html#method-1">+flushHostCache</a>
|
||||
<li ><a href ="NSHost.html#method-2">+hostWithAddress:</a>
|
||||
<li ><a href ="NSHost.html#method-3">+hostWithName:</a>
|
||||
<li ><a href ="NSHost.html#method-4">+isHostCacheEnabled</a>
|
||||
<li ><a href ="NSHost.html#method-5">+setHostCacheEnabled:</a>
|
||||
<li ><a href ="NSHost.html#method-6">-address</a>
|
||||
<li ><a href ="NSHost.html#method-7">-addresses</a>
|
||||
<li ><a href ="NSHost.html#method-8">-isEqualToHost:</a>
|
||||
<li ><a href ="NSHost.html#method-9">-name</a>
|
||||
<li ><a href ="NSHost.html#method-10">-names</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">currentHost</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSInvocation</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSHost.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSLock.html">[Next]</a>
|
||||
<a href ="NSHost.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSLock.html">[Next] </a>
|
||||
<h1>NSInvocation</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,20 +27,20 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSInvocation.html#method-0">+invocationWithMethodSignature:</a>
|
||||
<li><a href ="NSInvocation.html#method-1">-argumentsRetained</a>
|
||||
<li><a href ="NSInvocation.html#method-2">-getArgument:atIndex:</a>
|
||||
<li><a href ="NSInvocation.html#method-3">-getReturnValue:</a>
|
||||
<li><a href ="NSInvocation.html#method-4">-invoke</a>
|
||||
<li><a href ="NSInvocation.html#method-5">-invokeWithTarget:</a>
|
||||
<li><a href ="NSInvocation.html#method-6">-methodSignature</a>
|
||||
<li><a href ="NSInvocation.html#method-7">-retainArguments</a>
|
||||
<li><a href ="NSInvocation.html#method-8">-selector</a>
|
||||
<li><a href ="NSInvocation.html#method-9">-setArgument:atIndex:</a>
|
||||
<li><a href ="NSInvocation.html#method-10">-setReturnValue:</a>
|
||||
<li><a href ="NSInvocation.html#method-11">-setSelector:</a>
|
||||
<li><a href ="NSInvocation.html#method-12">-setTarget:</a>
|
||||
<li><a href ="NSInvocation.html#method-13">-target</a>
|
||||
<li ><a href ="NSInvocation.html#method-0">+invocationWithMethodSignature:</a>
|
||||
<li ><a href ="NSInvocation.html#method-1">-argumentsRetained</a>
|
||||
<li ><a href ="NSInvocation.html#method-2">-getArgument:atIndex:</a>
|
||||
<li ><a href ="NSInvocation.html#method-3">-getReturnValue:</a>
|
||||
<li ><a href ="NSInvocation.html#method-4">-invoke</a>
|
||||
<li ><a href ="NSInvocation.html#method-5">-invokeWithTarget:</a>
|
||||
<li ><a href ="NSInvocation.html#method-6">-methodSignature</a>
|
||||
<li ><a href ="NSInvocation.html#method-7">-retainArguments</a>
|
||||
<li ><a href ="NSInvocation.html#method-8">-selector</a>
|
||||
<li ><a href ="NSInvocation.html#method-9">-setArgument:atIndex:</a>
|
||||
<li ><a href ="NSInvocation.html#method-10">-setReturnValue:</a>
|
||||
<li ><a href ="NSInvocation.html#method-11">-setSelector:</a>
|
||||
<li ><a href ="NSInvocation.html#method-12">-setTarget:</a>
|
||||
<li ><a href ="NSInvocation.html#method-13">-target</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">invocationWithMethodSignature:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSLock</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSInvocation.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSMethodSignature.html">[Next]</a>
|
||||
<a href ="NSInvocation.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSMethodSignature.html">[Next] </a>
|
||||
<h1>NSLock</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -35,8 +35,8 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSLock.html#method-0">-lockBeforeDate:</a>
|
||||
<li><a href ="NSLock.html#method-1">-tryLock</a>
|
||||
<li ><a href ="NSLock.html#method-0">-lockBeforeDate:</a>
|
||||
<li ><a href ="NSLock.html#method-1">-tryLock</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">lockBeforeDate:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSMethodSignature</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSLock.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSMutableArray.html">[Next]</a>
|
||||
<a href ="NSLock.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSMutableArray.html">[Next] </a>
|
||||
<h1>NSMethodSignature</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,12 +27,12 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSMethodSignature.html#method-1">-frameLength</a>
|
||||
<li><a href ="NSMethodSignature.html#method-0">-getArgumentTypeAtIndex:</a>
|
||||
<li><a href ="NSMethodSignature.html#method-2">-isOneway</a>
|
||||
<li><a href ="NSMethodSignature.html#method-3">-methodReturnLength</a>
|
||||
<li><a href ="NSMethodSignature.html#method-4">-methodReturnType</a>
|
||||
<li><a href ="NSMethodSignature.html#method-5">-numberOfArguments</a>
|
||||
<li ><a href ="NSMethodSignature.html#method-1">-frameLength</a>
|
||||
<li ><a href ="NSMethodSignature.html#method-0">-getArgumentTypeAtIndex:</a>
|
||||
<li ><a href ="NSMethodSignature.html#method-2">-isOneway</a>
|
||||
<li ><a href ="NSMethodSignature.html#method-3">-methodReturnLength</a>
|
||||
<li ><a href ="NSMethodSignature.html#method-4">-methodReturnType</a>
|
||||
<li ><a href ="NSMethodSignature.html#method-5">-numberOfArguments</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">getArgumentTypeAtIndex:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSMutableArray</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSMethodSignature.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSMutableAttributedString.html">[Next]</a>
|
||||
<a href ="NSMethodSignature.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSMutableAttributedString.html">[Next] </a>
|
||||
<h1>NSMutableArray</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,27 +27,27 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSMutableArray.html#method-0">+arrayWithCapacity:</a>
|
||||
<li><a href ="NSMutableArray.html#method-1">-addObject:</a>
|
||||
<li><a href ="NSMutableArray.html#method-2">-addObjectsFromArray:</a>
|
||||
<li><a href ="NSMutableArray.html#method-3">-initWithCapacity:</a>
|
||||
<li><a href ="NSMutableArray.html#method-4">-insertObject:</a>
|
||||
<li><a href ="NSMutableArray.html#method-5">-removeAllObjects</a>
|
||||
<li><a href ="NSMutableArray.html#method-6">-removeLastObject</a>
|
||||
<li><a href ="NSMutableArray.html#method-7">-removeObject:</a>
|
||||
<li><a href ="NSMutableArray.html#method-8">-removeObject:</a>
|
||||
<li><a href ="NSMutableArray.html#method-9">-removeObjectAtIndex:</a>
|
||||
<li><a href ="NSMutableArray.html#method-11">-removeObjectIdenticalTo:</a>
|
||||
<li><a href ="NSMutableArray.html#method-10">-removeObjectIdenticalTo:</a>
|
||||
<li><a href ="NSMutableArray.html#method-12">-removeObjectsFromIndices:numIndices:</a>
|
||||
<li><a href ="NSMutableArray.html#method-13">-removeObjectsInArray:</a>
|
||||
<li><a href ="NSMutableArray.html#method-14">-removeObjectsInRange:</a>
|
||||
<li><a href ="NSMutableArray.html#method-15">-replaceObjectAtIndex:withObject:</a>
|
||||
<li><a href ="NSMutableArray.html#method-16">-replaceObjectsInRange:withObjectsFromArray:</a>
|
||||
<li><a href ="NSMutableArray.html#method-17">-replaceObjectsInRange:withObjectsFromArray:</a>
|
||||
<li><a href ="NSMutableArray.html#method-18">-setArray:</a>
|
||||
<li><a href ="NSMutableArray.html#method-19">-sortUsingFunction:context:</a>
|
||||
<li><a href ="NSMutableArray.html#method-20">-sortUsingSelector:</a>
|
||||
<li ><a href ="NSMutableArray.html#method-0">+arrayWithCapacity:</a>
|
||||
<li ><a href ="NSMutableArray.html#method-1">-addObject:</a>
|
||||
<li ><a href ="NSMutableArray.html#method-2">-addObjectsFromArray:</a>
|
||||
<li ><a href ="NSMutableArray.html#method-3">-initWithCapacity:</a>
|
||||
<li ><a href ="NSMutableArray.html#method-4">-insertObject:</a>
|
||||
<li ><a href ="NSMutableArray.html#method-5">-removeAllObjects</a>
|
||||
<li ><a href ="NSMutableArray.html#method-6">-removeLastObject</a>
|
||||
<li ><a href ="NSMutableArray.html#method-7">-removeObject:</a>
|
||||
<li ><a href ="NSMutableArray.html#method-8">-removeObject:</a>
|
||||
<li ><a href ="NSMutableArray.html#method-9">-removeObjectAtIndex:</a>
|
||||
<li ><a href ="NSMutableArray.html#method-11">-removeObjectIdenticalTo:</a>
|
||||
<li ><a href ="NSMutableArray.html#method-10">-removeObjectIdenticalTo:</a>
|
||||
<li ><a href ="NSMutableArray.html#method-12">-removeObjectsFromIndices:numIndices:</a>
|
||||
<li ><a href ="NSMutableArray.html#method-13">-removeObjectsInArray:</a>
|
||||
<li ><a href ="NSMutableArray.html#method-14">-removeObjectsInRange:</a>
|
||||
<li ><a href ="NSMutableArray.html#method-15">-replaceObjectAtIndex:withObject:</a>
|
||||
<li ><a href ="NSMutableArray.html#method-16">-replaceObjectsInRange:withObjectsFromArray:</a>
|
||||
<li ><a href ="NSMutableArray.html#method-17">-replaceObjectsInRange:withObjectsFromArray:</a>
|
||||
<li ><a href ="NSMutableArray.html#method-18">-setArray:</a>
|
||||
<li ><a href ="NSMutableArray.html#method-19">-sortUsingFunction:context:</a>
|
||||
<li ><a href ="NSMutableArray.html#method-20">-sortUsingSelector:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">arrayWithCapacity:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSMutableAttributedString</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSMutableArray.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSMutableCharacterSet.html">[Next]</a>
|
||||
<a href ="NSMutableArray.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSMutableCharacterSet.html">[Next] </a>
|
||||
<h1>NSMutableAttributedString</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,19 +27,19 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSMutableAttributedString.html#method-0">-addAttribute:value:</a>
|
||||
<li><a href ="NSMutableAttributedString.html#method-1">-addAttributes:</a>
|
||||
<li><a href ="NSMutableAttributedString.html#method-2">-appendAttributedString:</a>
|
||||
<li><a href ="NSMutableAttributedString.html#method-3">-beginEditing</a>
|
||||
<li><a href ="NSMutableAttributedString.html#method-4">-deleteCharactersInRange:</a>
|
||||
<li><a href ="NSMutableAttributedString.html#method-5">-endEditing</a>
|
||||
<li><a href ="NSMutableAttributedString.html#method-6">-insertAttributedString:</a>
|
||||
<li><a href ="NSMutableAttributedString.html#method-7">-mutableString</a>
|
||||
<li><a href ="NSMutableAttributedString.html#method-8">-removeAttribute:range:</a>
|
||||
<li><a href ="NSMutableAttributedString.html#method-9">-replaceCharactersInRange:withAttributedString:</a>
|
||||
<li><a href ="NSMutableAttributedString.html#method-10">-replaceCharactersInRange:withString:</a>
|
||||
<li><a href ="NSMutableAttributedString.html#method-11">-setAttributedString:</a>
|
||||
<li><a href ="NSMutableAttributedString.html#method-12">-setAttributes:</a>
|
||||
<li ><a href ="NSMutableAttributedString.html#method-0">-addAttribute:value:</a>
|
||||
<li ><a href ="NSMutableAttributedString.html#method-1">-addAttributes:</a>
|
||||
<li ><a href ="NSMutableAttributedString.html#method-2">-appendAttributedString:</a>
|
||||
<li ><a href ="NSMutableAttributedString.html#method-3">-beginEditing</a>
|
||||
<li ><a href ="NSMutableAttributedString.html#method-4">-deleteCharactersInRange:</a>
|
||||
<li ><a href ="NSMutableAttributedString.html#method-5">-endEditing</a>
|
||||
<li ><a href ="NSMutableAttributedString.html#method-6">-insertAttributedString:</a>
|
||||
<li ><a href ="NSMutableAttributedString.html#method-7">-mutableString</a>
|
||||
<li ><a href ="NSMutableAttributedString.html#method-8">-removeAttribute:range:</a>
|
||||
<li ><a href ="NSMutableAttributedString.html#method-9">-replaceCharactersInRange:withAttributedString:</a>
|
||||
<li ><a href ="NSMutableAttributedString.html#method-10">-replaceCharactersInRange:withString:</a>
|
||||
<li ><a href ="NSMutableAttributedString.html#method-11">-setAttributedString:</a>
|
||||
<li ><a href ="NSMutableAttributedString.html#method-12">-setAttributes:</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">addAttribute:value:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSMutableCharacterSet</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSMutableAttributedString.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSMutableData.html">[Next]</a>
|
||||
<a href ="NSMutableAttributedString.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSMutableData.html">[Next] </a>
|
||||
<h1>NSMutableCharacterSet</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,13 +27,13 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSMutableCharacterSet.html#method-0">-addCharactersInRange:</a>
|
||||
<li><a href ="NSMutableCharacterSet.html#method-1">-addCharactersInString:</a>
|
||||
<li><a href ="NSMutableCharacterSet.html#method-2">-formIntersectionWithCharacterSet:</a>
|
||||
<li><a href ="NSMutableCharacterSet.html#method-3">-formUnionWithCharacterSet:</a>
|
||||
<li><a href ="NSMutableCharacterSet.html#method-4">-invert</a>
|
||||
<li><a href ="NSMutableCharacterSet.html#method-5">-removeCharactersInRange:</a>
|
||||
<li><a href ="NSMutableCharacterSet.html#method-6">-removeCharactersInString:</a>
|
||||
<li ><a href ="NSMutableCharacterSet.html#method-0">-addCharactersInRange:</a>
|
||||
<li ><a href ="NSMutableCharacterSet.html#method-1">-addCharactersInString:</a>
|
||||
<li ><a href ="NSMutableCharacterSet.html#method-2">-formIntersectionWithCharacterSet:</a>
|
||||
<li ><a href ="NSMutableCharacterSet.html#method-3">-formUnionWithCharacterSet:</a>
|
||||
<li ><a href ="NSMutableCharacterSet.html#method-4">-invert</a>
|
||||
<li ><a href ="NSMutableCharacterSet.html#method-5">-removeCharactersInRange:</a>
|
||||
<li ><a href ="NSMutableCharacterSet.html#method-6">-removeCharactersInString:</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">addCharactersInRange:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSMutableData</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSMutableCharacterSet.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSMutableDictionary.html">[Next]</a>
|
||||
<a href ="NSMutableCharacterSet.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSMutableDictionary.html">[Next] </a>
|
||||
<h1>NSMutableData</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -26,25 +26,25 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSMutableData.html#method-0">+allocWithZone:</a>
|
||||
<li><a href ="NSMutableData.html#method-1">+dataWithCapacity:</a>
|
||||
<li><a href ="NSMutableData.html#method-2">+dataWithLength:</a>
|
||||
<li><a href ="NSMutableData.html#method-3">-appendBytes:length:</a>
|
||||
<li><a href ="NSMutableData.html#method-4">-appendData:</a>
|
||||
<li><a href ="NSMutableData.html#method-5">-increaseLengthBy:</a>
|
||||
<li><a href ="NSMutableData.html#method-6">-initWithCapacity:</a>
|
||||
<li><a href ="NSMutableData.html#method-7">-initWithLength:</a>
|
||||
<li><a href ="NSMutableData.html#method-8">-mutableBytes</a>
|
||||
<li><a href ="NSMutableData.html#method-9">-replaceBytesInRange:withBytes:</a>
|
||||
<li><a href ="NSMutableData.html#method-10">-resetBytesInRange:</a>
|
||||
<li><a href ="NSMutableData.html#method-11">-serializeAlignedBytesLength:</a>
|
||||
<li><a href ="NSMutableData.html#method-12">-serializeDataAt:ofObjCType:context:</a>
|
||||
<li><a href ="NSMutableData.html#method-13">-serializeInt:</a>
|
||||
<li><a href ="NSMutableData.html#method-14">-serializeInt:atIndex:</a>
|
||||
<li><a href ="NSMutableData.html#method-15">-serializeInts:</a>
|
||||
<li><a href ="NSMutableData.html#method-16">-serializeInts:count:atIndex:</a>
|
||||
<li><a href ="NSMutableData.html#method-17">-setData:</a>
|
||||
<li><a href ="NSMutableData.html#method-18">-setLength:</a>
|
||||
<li ><a href ="NSMutableData.html#method-0">+allocWithZone:</a>
|
||||
<li ><a href ="NSMutableData.html#method-1">+dataWithCapacity:</a>
|
||||
<li ><a href ="NSMutableData.html#method-2">+dataWithLength:</a>
|
||||
<li ><a href ="NSMutableData.html#method-3">-appendBytes:length:</a>
|
||||
<li ><a href ="NSMutableData.html#method-4">-appendData:</a>
|
||||
<li ><a href ="NSMutableData.html#method-5">-increaseLengthBy:</a>
|
||||
<li ><a href ="NSMutableData.html#method-6">-initWithCapacity:</a>
|
||||
<li ><a href ="NSMutableData.html#method-7">-initWithLength:</a>
|
||||
<li ><a href ="NSMutableData.html#method-8">-mutableBytes</a>
|
||||
<li ><a href ="NSMutableData.html#method-9">-replaceBytesInRange:withBytes:</a>
|
||||
<li ><a href ="NSMutableData.html#method-10">-resetBytesInRange:</a>
|
||||
<li ><a href ="NSMutableData.html#method-11">-serializeAlignedBytesLength:</a>
|
||||
<li ><a href ="NSMutableData.html#method-12">-serializeDataAt:ofObjCType:context:</a>
|
||||
<li ><a href ="NSMutableData.html#method-13">-serializeInt:</a>
|
||||
<li ><a href ="NSMutableData.html#method-14">-serializeInt:atIndex:</a>
|
||||
<li ><a href ="NSMutableData.html#method-15">-serializeInts:</a>
|
||||
<li ><a href ="NSMutableData.html#method-16">-serializeInts:count:atIndex:</a>
|
||||
<li ><a href ="NSMutableData.html#method-17">-setData:</a>
|
||||
<li ><a href ="NSMutableData.html#method-18">-setLength:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">allocWithZone:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSMutableDictionary</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSMutableData.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSMutableSet.html">[Next]</a>
|
||||
<a href ="NSMutableData.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSMutableSet.html">[Next] </a>
|
||||
<h1>NSMutableDictionary</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,15 +27,15 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSMutableDictionary.html#method-0">+allocWithZone:</a>
|
||||
<li><a href ="NSMutableDictionary.html#method-1">+dictionaryWithCapacity:</a>
|
||||
<li><a href ="NSMutableDictionary.html#method-2">-addEntriesFromDictionary:</a>
|
||||
<li><a href ="NSMutableDictionary.html#method-3">-initWithCapacity:</a>
|
||||
<li><a href ="NSMutableDictionary.html#method-4">-removeAllObjects</a>
|
||||
<li><a href ="NSMutableDictionary.html#method-5">-removeObjectForKey:</a>
|
||||
<li><a href ="NSMutableDictionary.html#method-6">-removeObjectsForKeys:</a>
|
||||
<li><a href ="NSMutableDictionary.html#method-7">-setDictionary:</a>
|
||||
<li><a href ="NSMutableDictionary.html#method-8">-setObject:</a>
|
||||
<li ><a href ="NSMutableDictionary.html#method-0">+allocWithZone:</a>
|
||||
<li ><a href ="NSMutableDictionary.html#method-1">+dictionaryWithCapacity:</a>
|
||||
<li ><a href ="NSMutableDictionary.html#method-2">-addEntriesFromDictionary:</a>
|
||||
<li ><a href ="NSMutableDictionary.html#method-3">-initWithCapacity:</a>
|
||||
<li ><a href ="NSMutableDictionary.html#method-4">-removeAllObjects</a>
|
||||
<li ><a href ="NSMutableDictionary.html#method-5">-removeObjectForKey:</a>
|
||||
<li ><a href ="NSMutableDictionary.html#method-6">-removeObjectsForKeys:</a>
|
||||
<li ><a href ="NSMutableDictionary.html#method-7">-setDictionary:</a>
|
||||
<li ><a href ="NSMutableDictionary.html#method-8">-setObject:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">allocWithZone:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSMutableSet</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSMutableDictionary.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSMutableString.html">[Next]</a>
|
||||
<a href ="NSMutableDictionary.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSMutableString.html">[Next] </a>
|
||||
<h1>NSMutableSet</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,17 +27,17 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSMutableSet.html#method-0">+allocWithZone:</a>
|
||||
<li><a href ="NSMutableSet.html#method-1">+setWithCapacity:</a>
|
||||
<li><a href ="NSMutableSet.html#method-2">-addObject:</a>
|
||||
<li><a href ="NSMutableSet.html#method-3">-addObjectsFromArray:</a>
|
||||
<li><a href ="NSMutableSet.html#method-4">-initWithCapacity:</a>
|
||||
<li><a href ="NSMutableSet.html#method-5">-intersectSet:</a>
|
||||
<li><a href ="NSMutableSet.html#method-6">-minusSet:</a>
|
||||
<li><a href ="NSMutableSet.html#method-7">-removeAllObjects</a>
|
||||
<li><a href ="NSMutableSet.html#method-8">-removeObject:</a>
|
||||
<li><a href ="NSMutableSet.html#method-9">-setSet:</a>
|
||||
<li><a href ="NSMutableSet.html#method-10">-unionSet:</a>
|
||||
<li ><a href ="NSMutableSet.html#method-0">+allocWithZone:</a>
|
||||
<li ><a href ="NSMutableSet.html#method-1">+setWithCapacity:</a>
|
||||
<li ><a href ="NSMutableSet.html#method-2">-addObject:</a>
|
||||
<li ><a href ="NSMutableSet.html#method-3">-addObjectsFromArray:</a>
|
||||
<li ><a href ="NSMutableSet.html#method-4">-initWithCapacity:</a>
|
||||
<li ><a href ="NSMutableSet.html#method-5">-intersectSet:</a>
|
||||
<li ><a href ="NSMutableSet.html#method-6">-minusSet:</a>
|
||||
<li ><a href ="NSMutableSet.html#method-7">-removeAllObjects</a>
|
||||
<li ><a href ="NSMutableSet.html#method-8">-removeObject:</a>
|
||||
<li ><a href ="NSMutableSet.html#method-9">-setSet:</a>
|
||||
<li ><a href ="NSMutableSet.html#method-10">-unionSet:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">allocWithZone:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSMutableString</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSMutableSet.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSNotification.html">[Next]</a>
|
||||
<a href ="NSMutableSet.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSNotification.html">[Next] </a>
|
||||
<h1>NSMutableString</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,15 +27,15 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSMutableString.html#method-0">+stringWithCapacity:</a>
|
||||
<li><a href ="NSMutableString.html#method-1">-appendFormat:</a>
|
||||
<li><a href ="NSMutableString.html#method-2">-appendString:</a>
|
||||
<li><a href ="NSMutableString.html#method-3">-deleteCharactersInRange:</a>
|
||||
<li><a href ="NSMutableString.html#method-4">-initWithCapacity:</a>
|
||||
<li><a href ="NSMutableString.html#method-5">-insertString:</a>
|
||||
<li><a href ="NSMutableString.html#method-6">-replaceCharactersInRange:withString:</a>
|
||||
<li><a href ="NSMutableString.html#method-7">-replaceString:withString:</a>
|
||||
<li><a href ="NSMutableString.html#method-8">-setString:</a>
|
||||
<li ><a href ="NSMutableString.html#method-0">+stringWithCapacity:</a>
|
||||
<li ><a href ="NSMutableString.html#method-1">-appendFormat:</a>
|
||||
<li ><a href ="NSMutableString.html#method-2">-appendString:</a>
|
||||
<li ><a href ="NSMutableString.html#method-3">-deleteCharactersInRange:</a>
|
||||
<li ><a href ="NSMutableString.html#method-4">-initWithCapacity:</a>
|
||||
<li ><a href ="NSMutableString.html#method-5">-insertString:</a>
|
||||
<li ><a href ="NSMutableString.html#method-6">-replaceCharactersInRange:withString:</a>
|
||||
<li ><a href ="NSMutableString.html#method-7">-replaceString:withString:</a>
|
||||
<li ><a href ="NSMutableString.html#method-8">-setString:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">stringWithCapacity:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSNotification</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSMutableString.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSNotificationCenter.html">[Next]</a>
|
||||
<a href ="NSMutableString.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSNotificationCenter.html">[Next] </a>
|
||||
<h1>NSNotification</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,11 +27,11 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSNotification.html#method-0">+notificationWithName:object:</a>
|
||||
<li><a href ="NSNotification.html#method-1">+notificationWithName:object:userInfo:</a>
|
||||
<li><a href ="NSNotification.html#method-2">-name</a>
|
||||
<li><a href ="NSNotification.html#method-3">-object</a>
|
||||
<li><a href ="NSNotification.html#method-4">-userInfo</a>
|
||||
<li ><a href ="NSNotification.html#method-0">+notificationWithName:object:</a>
|
||||
<li ><a href ="NSNotification.html#method-1">+notificationWithName:object:userInfo:</a>
|
||||
<li ><a href ="NSNotification.html#method-2">-name</a>
|
||||
<li ><a href ="NSNotification.html#method-3">-object</a>
|
||||
<li ><a href ="NSNotification.html#method-4">-userInfo</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">notificationWithName:object:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSNotificationCenter</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSNotification.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSNotificationQueue.html">[Next]</a>
|
||||
<a href ="NSNotification.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSNotificationQueue.html">[Next] </a>
|
||||
<h1>NSNotificationCenter</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,13 +27,13 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSNotificationCenter.html#method-0">+defaultCenter</a>
|
||||
<li><a href ="NSNotificationCenter.html#method-1">-addObserver:selector:name:</a>
|
||||
<li><a href ="NSNotificationCenter.html#method-2">-postNotification:</a>
|
||||
<li><a href ="NSNotificationCenter.html#method-3">-postNotificationName:</a>
|
||||
<li><a href ="NSNotificationCenter.html#method-4">-postNotificationName:object:userInfo:</a>
|
||||
<li><a href ="NSNotificationCenter.html#method-5">-removeObserver:</a>
|
||||
<li><a href ="NSNotificationCenter.html#method-6">-removeObserver:name:object:</a>
|
||||
<li ><a href ="NSNotificationCenter.html#method-0">+defaultCenter</a>
|
||||
<li ><a href ="NSNotificationCenter.html#method-1">-addObserver:selector:name:</a>
|
||||
<li ><a href ="NSNotificationCenter.html#method-2">-postNotification:</a>
|
||||
<li ><a href ="NSNotificationCenter.html#method-3">-postNotificationName:</a>
|
||||
<li ><a href ="NSNotificationCenter.html#method-4">-postNotificationName:object:userInfo:</a>
|
||||
<li ><a href ="NSNotificationCenter.html#method-5">-removeObserver:</a>
|
||||
<li ><a href ="NSNotificationCenter.html#method-6">-removeObserver:name:object:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">defaultCenter</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSNotificationQueue</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSNotificationCenter.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSNull.html">[Next]</a>
|
||||
<a href ="NSNotificationCenter.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSNull.html">[Next] </a>
|
||||
<h1>NSNotificationQueue</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,11 +27,11 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSNotificationQueue.html#method-0">+defaultQueue</a>
|
||||
<li><a href ="NSNotificationQueue.html#method-1">-dequeueNotificationsMatching:</a>
|
||||
<li><a href ="NSNotificationQueue.html#method-2">-enqueueNotification:</a>
|
||||
<li><a href ="NSNotificationQueue.html#method-3">-enqueueNotification:postingStyle:coalesceMask:</a>
|
||||
<li><a href ="NSNotificationQueue.html#method-4">-initWithNotificationCenter:</a>
|
||||
<li ><a href ="NSNotificationQueue.html#method-0">+defaultQueue</a>
|
||||
<li ><a href ="NSNotificationQueue.html#method-1">-dequeueNotificationsMatching:</a>
|
||||
<li ><a href ="NSNotificationQueue.html#method-2">-enqueueNotification:</a>
|
||||
<li ><a href ="NSNotificationQueue.html#method-3">-enqueueNotification:postingStyle:coalesceMask:</a>
|
||||
<li ><a href ="NSNotificationQueue.html#method-4">-initWithNotificationCenter:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">defaultQueue</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSNull</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSNotificationQueue.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSNumber.html">[Next]</a>
|
||||
<a href ="NSNotificationQueue.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSNumber.html">[Next] </a>
|
||||
<h1>NSNull</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -29,7 +29,7 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSNull.html#method-0">+null</a>
|
||||
<li ><a href ="NSNull.html#method-0">+null</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">null</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSNumber</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSNull.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSNumberFormatter.html">[Next]</a>
|
||||
<a href ="NSNull.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSNumberFormatter.html">[Next] </a>
|
||||
<h1>NSNumber</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,51 +27,51 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSNumber.html#method-0">+numberWithBool:</a>
|
||||
<li><a href ="NSNumber.html#method-1">+numberWithChar:</a>
|
||||
<li><a href ="NSNumber.html#method-2">+numberWithDouble:</a>
|
||||
<li><a href ="NSNumber.html#method-3">+numberWithFloat:</a>
|
||||
<li><a href ="NSNumber.html#method-4">+numberWithInt:</a>
|
||||
<li><a href ="NSNumber.html#method-5">+numberWithLong:</a>
|
||||
<li><a href ="NSNumber.html#method-6">+numberWithLongLong:</a>
|
||||
<li><a href ="NSNumber.html#method-7">+numberWithShort:</a>
|
||||
<li><a href ="NSNumber.html#method-8">+numberWithUnsignedChar:</a>
|
||||
<li><a href ="NSNumber.html#method-9">+numberWithUnsignedInt:</a>
|
||||
<li><a href ="NSNumber.html#method-10">+numberWithUnsignedLong:</a>
|
||||
<li><a href ="NSNumber.html#method-11">+numberWithUnsignedLongLong:</a>
|
||||
<li><a href ="NSNumber.html#method-12">+numberWithUnsignedShort:</a>
|
||||
<li><a href ="NSNumber.html#method-13">-boolValue</a>
|
||||
<li><a href ="NSNumber.html#method-14">-charValue</a>
|
||||
<li><a href ="NSNumber.html#method-15">-compare:</a>
|
||||
<li><a href ="NSNumber.html#method-16">-decimalValue</a>
|
||||
<li><a href ="NSNumber.html#method-17">-description</a>
|
||||
<li><a href ="NSNumber.html#method-18">-descriptionWithLocale:</a>
|
||||
<li><a href ="NSNumber.html#method-19">-doubleValue</a>
|
||||
<li><a href ="NSNumber.html#method-20">-floatValue</a>
|
||||
<li><a href ="NSNumber.html#method-21">-initWithBool:</a>
|
||||
<li><a href ="NSNumber.html#method-22">-initWithChar:</a>
|
||||
<li><a href ="NSNumber.html#method-23">-initWithDouble:</a>
|
||||
<li><a href ="NSNumber.html#method-24">-initWithFloat:</a>
|
||||
<li><a href ="NSNumber.html#method-25">-initWithInt:</a>
|
||||
<li><a href ="NSNumber.html#method-26">-initWithLong:</a>
|
||||
<li><a href ="NSNumber.html#method-27">-initWithLongLong:</a>
|
||||
<li><a href ="NSNumber.html#method-28">-initWithShort:</a>
|
||||
<li><a href ="NSNumber.html#method-29">-initWithUnsignedChar:</a>
|
||||
<li><a href ="NSNumber.html#method-30">-initWithUnsignedInt:</a>
|
||||
<li><a href ="NSNumber.html#method-31">-initWithUnsignedLong:</a>
|
||||
<li><a href ="NSNumber.html#method-32">-initWithUnsignedLongLong:</a>
|
||||
<li><a href ="NSNumber.html#method-33">-initWithUnsignedShort:</a>
|
||||
<li><a href ="NSNumber.html#method-34">-intValue</a>
|
||||
<li><a href ="NSNumber.html#method-35">-isEqualToNumber:</a>
|
||||
<li><a href ="NSNumber.html#method-36">-longLongValue</a>
|
||||
<li><a href ="NSNumber.html#method-37">-longValue</a>
|
||||
<li><a href ="NSNumber.html#method-38">-shortValue</a>
|
||||
<li><a href ="NSNumber.html#method-39">-stringValue</a>
|
||||
<li><a href ="NSNumber.html#method-40">-unsignedCharValue</a>
|
||||
<li><a href ="NSNumber.html#method-41">-unsignedIntValue</a>
|
||||
<li><a href ="NSNumber.html#method-42">-unsignedLongLongValue</a>
|
||||
<li><a href ="NSNumber.html#method-43">-unsignedLongValue</a>
|
||||
<li><a href ="NSNumber.html#method-44">-unsignedShortValue</a>
|
||||
<li ><a href ="NSNumber.html#method-0">+numberWithBool:</a>
|
||||
<li ><a href ="NSNumber.html#method-1">+numberWithChar:</a>
|
||||
<li ><a href ="NSNumber.html#method-2">+numberWithDouble:</a>
|
||||
<li ><a href ="NSNumber.html#method-3">+numberWithFloat:</a>
|
||||
<li ><a href ="NSNumber.html#method-4">+numberWithInt:</a>
|
||||
<li ><a href ="NSNumber.html#method-5">+numberWithLong:</a>
|
||||
<li ><a href ="NSNumber.html#method-6">+numberWithLongLong:</a>
|
||||
<li ><a href ="NSNumber.html#method-7">+numberWithShort:</a>
|
||||
<li ><a href ="NSNumber.html#method-8">+numberWithUnsignedChar:</a>
|
||||
<li ><a href ="NSNumber.html#method-9">+numberWithUnsignedInt:</a>
|
||||
<li ><a href ="NSNumber.html#method-10">+numberWithUnsignedLong:</a>
|
||||
<li ><a href ="NSNumber.html#method-11">+numberWithUnsignedLongLong:</a>
|
||||
<li ><a href ="NSNumber.html#method-12">+numberWithUnsignedShort:</a>
|
||||
<li ><a href ="NSNumber.html#method-13">-boolValue</a>
|
||||
<li ><a href ="NSNumber.html#method-14">-charValue</a>
|
||||
<li ><a href ="NSNumber.html#method-15">-compare:</a>
|
||||
<li ><a href ="NSNumber.html#method-16">-decimalValue</a>
|
||||
<li ><a href ="NSNumber.html#method-17">-description</a>
|
||||
<li ><a href ="NSNumber.html#method-18">-descriptionWithLocale:</a>
|
||||
<li ><a href ="NSNumber.html#method-19">-doubleValue</a>
|
||||
<li ><a href ="NSNumber.html#method-20">-floatValue</a>
|
||||
<li ><a href ="NSNumber.html#method-21">-initWithBool:</a>
|
||||
<li ><a href ="NSNumber.html#method-22">-initWithChar:</a>
|
||||
<li ><a href ="NSNumber.html#method-23">-initWithDouble:</a>
|
||||
<li ><a href ="NSNumber.html#method-24">-initWithFloat:</a>
|
||||
<li ><a href ="NSNumber.html#method-25">-initWithInt:</a>
|
||||
<li ><a href ="NSNumber.html#method-26">-initWithLong:</a>
|
||||
<li ><a href ="NSNumber.html#method-27">-initWithLongLong:</a>
|
||||
<li ><a href ="NSNumber.html#method-28">-initWithShort:</a>
|
||||
<li ><a href ="NSNumber.html#method-29">-initWithUnsignedChar:</a>
|
||||
<li ><a href ="NSNumber.html#method-30">-initWithUnsignedInt:</a>
|
||||
<li ><a href ="NSNumber.html#method-31">-initWithUnsignedLong:</a>
|
||||
<li ><a href ="NSNumber.html#method-32">-initWithUnsignedLongLong:</a>
|
||||
<li ><a href ="NSNumber.html#method-33">-initWithUnsignedShort:</a>
|
||||
<li ><a href ="NSNumber.html#method-34">-intValue</a>
|
||||
<li ><a href ="NSNumber.html#method-35">-isEqualToNumber:</a>
|
||||
<li ><a href ="NSNumber.html#method-36">-longLongValue</a>
|
||||
<li ><a href ="NSNumber.html#method-37">-longValue</a>
|
||||
<li ><a href ="NSNumber.html#method-38">-shortValue</a>
|
||||
<li ><a href ="NSNumber.html#method-39">-stringValue</a>
|
||||
<li ><a href ="NSNumber.html#method-40">-unsignedCharValue</a>
|
||||
<li ><a href ="NSNumber.html#method-41">-unsignedIntValue</a>
|
||||
<li ><a href ="NSNumber.html#method-42">-unsignedLongLongValue</a>
|
||||
<li ><a href ="NSNumber.html#method-43">-unsignedLongValue</a>
|
||||
<li ><a href ="NSNumber.html#method-44">-unsignedShortValue</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">numberWithBool:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSNumberFormatter</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSNumber.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSObject.html">[Next]</a>
|
||||
<a href ="NSNumber.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSObject.html">[Next] </a>
|
||||
<h1>NSNumberFormatter</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,38 +27,38 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSNumberFormatter.html#method-0">-allowsFloats</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-1">-attributedStringForNil</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-2">-attributedStringForNotANumber</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-3">-attributedStringForZero</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-4">-decimalSeparator</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-5">-format</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-6">-hasThousandSeparators</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-7">-localizesFormat</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-8">-maximum</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-9">-minimum</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-10">-negativeFormat</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-11">-positiveFormat</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-12">-roundingBehavior</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-13">-setAllowsFloats:</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-14">-setAttributedStringForNil:</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-15">-setAttributedStringForNotANumber:</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-16">-setAttributedStringForZero:</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-17">-setDecimalSeparator:</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-18">-setFormat:</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-19">-setHasThousandSeparators:</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-20">-setLocalizesFormat:</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-21">-setMaximum:</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-22">-setMinimum:</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-23">-setNegativeFormat:</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-24">-setPositiveFormat:</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-25">-setRoundingBehavior:</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-26">-setTextAttributesForNegativeValues:</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-27">-setTextAttributesForPositiveValues:</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-28">-setThousandSeparator:</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-29">-textAttributesForNegativeValues</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-30">-textAttributesForPositiveValues</a>
|
||||
<li><a href ="NSNumberFormatter.html#method-31">-thousandSeparator</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-0">-allowsFloats</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-1">-attributedStringForNil</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-2">-attributedStringForNotANumber</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-3">-attributedStringForZero</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-4">-decimalSeparator</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-5">-format</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-6">-hasThousandSeparators</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-7">-localizesFormat</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-8">-maximum</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-9">-minimum</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-10">-negativeFormat</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-11">-positiveFormat</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-12">-roundingBehavior</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-13">-setAllowsFloats:</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-14">-setAttributedStringForNil:</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-15">-setAttributedStringForNotANumber:</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-16">-setAttributedStringForZero:</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-17">-setDecimalSeparator:</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-18">-setFormat:</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-19">-setHasThousandSeparators:</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-20">-setLocalizesFormat:</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-21">-setMaximum:</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-22">-setMinimum:</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-23">-setNegativeFormat:</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-24">-setPositiveFormat:</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-25">-setRoundingBehavior:</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-26">-setTextAttributesForNegativeValues:</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-27">-setTextAttributesForPositiveValues:</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-28">-setThousandSeparator:</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-29">-textAttributesForNegativeValues</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-30">-textAttributesForPositiveValues</a>
|
||||
<li ><a href ="NSNumberFormatter.html#method-31">-thousandSeparator</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">allowsFloats</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSObject</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSNumberFormatter.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSPort.html">[Next]</a>
|
||||
<a href ="NSNumberFormatter.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSPort.html">[Next] </a>
|
||||
<h1>NSObject</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -26,51 +26,51 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSObject.html#method-0">+alloc</a>
|
||||
<li><a href ="NSObject.html#method-1">+allocWithZone:</a>
|
||||
<li><a href ="NSObject.html#method-2">+cancelPreviousPerformRequestsWithTarget:selector:</a>
|
||||
<li><a href ="NSObject.html#method-3">+class</a>
|
||||
<li><a href ="NSObject.html#method-4">+conformsToProtocol:</a>
|
||||
<li><a href ="NSObject.html#method-5">+copyWithZone:</a>
|
||||
<li><a href ="NSObject.html#method-6">+description</a>
|
||||
<li><a href ="NSObject.html#method-7">+descriptionWithLocale:</a>
|
||||
<li><a href ="NSObject.html#method-8">+descriptionWithLocale:indent:</a>
|
||||
<li><a href ="NSObject.html#method-9">+descriptionWithLocale:indent:to:</a>
|
||||
<li><a href ="NSObject.html#method-10">+initialize</a>
|
||||
<li><a href ="NSObject.html#method-11">+instanceMethodForSelector:</a>
|
||||
<li><a href ="NSObject.html#method-12">+instanceMethodSignatureForSelector:</a>
|
||||
<li><a href ="NSObject.html#method-13">+instancesRespondToSelector:</a>
|
||||
<li><a href ="NSObject.html#method-14">+load</a>
|
||||
<li><a href ="NSObject.html#method-15">+mutableCopyWithZone:</a>
|
||||
<li><a href ="NSObject.html#method-16">+new</a>
|
||||
<li><a href ="NSObject.html#method-17">+poseAsClass:</a>
|
||||
<li><a href ="NSObject.html#method-18">+setVersion:</a>
|
||||
<li><a href ="NSObject.html#method-19">+superclass</a>
|
||||
<li><a href ="NSObject.html#method-20">+version</a>
|
||||
<li><a href ="NSObject.html#method-21">-awakeAfterUsingCoder:</a>
|
||||
<li><a href ="NSObject.html#method-22">-classForArchiver</a>
|
||||
<li><a href ="NSObject.html#method-23">-classForCoder</a>
|
||||
<li><a href ="NSObject.html#method-24">-classForPortCoder</a>
|
||||
<li><a href ="NSObject.html#method-25">-connection:handleRequest:</a>
|
||||
<li><a href ="NSObject.html#method-26">-copy</a>
|
||||
<li><a href ="NSObject.html#method-27">-dealloc</a>
|
||||
<li><a href ="NSObject.html#method-28">-description</a>
|
||||
<li><a href ="NSObject.html#method-29">-descriptionWithLocale:</a>
|
||||
<li><a href ="NSObject.html#method-30">-descriptionWithLocale:indent:</a>
|
||||
<li><a href ="NSObject.html#method-31">-descriptionWithLocale:indent:to:</a>
|
||||
<li><a href ="NSObject.html#method-32">-doesNotRecognizeSelector:</a>
|
||||
<li><a href ="NSObject.html#method-33">-forwardInvocation:</a>
|
||||
<li><a href ="NSObject.html#method-34">-hash</a>
|
||||
<li><a href ="NSObject.html#method-35">-init</a>
|
||||
<li><a href ="NSObject.html#method-36">-isEqual:</a>
|
||||
<li><a href ="NSObject.html#method-37">-methodForSelector:</a>
|
||||
<li><a href ="NSObject.html#method-38">-methodSignatureForSelector:</a>
|
||||
<li><a href ="NSObject.html#method-39">-mutableCopy</a>
|
||||
<li><a href ="NSObject.html#method-40">-performSelector:withObject:</a>
|
||||
<li><a href ="NSObject.html#method-41">-performSelector:withObject:afterDelay:inModes:</a>
|
||||
<li><a href ="NSObject.html#method-42">-replacementObjectForArchiver:</a>
|
||||
<li><a href ="NSObject.html#method-43">-replacementObjectForCoder:</a>
|
||||
<li><a href ="NSObject.html#method-44">-replacementObjectForPortCoder:</a>
|
||||
<li ><a href ="NSObject.html#method-0">+alloc</a>
|
||||
<li ><a href ="NSObject.html#method-1">+allocWithZone:</a>
|
||||
<li ><a href ="NSObject.html#method-2">+cancelPreviousPerformRequestsWithTarget:selector:</a>
|
||||
<li ><a href ="NSObject.html#method-3">+class</a>
|
||||
<li ><a href ="NSObject.html#method-4">+conformsToProtocol:</a>
|
||||
<li ><a href ="NSObject.html#method-5">+copyWithZone:</a>
|
||||
<li ><a href ="NSObject.html#method-6">+description</a>
|
||||
<li ><a href ="NSObject.html#method-7">+descriptionWithLocale:</a>
|
||||
<li ><a href ="NSObject.html#method-8">+descriptionWithLocale:indent:</a>
|
||||
<li ><a href ="NSObject.html#method-9">+descriptionWithLocale:indent:to:</a>
|
||||
<li ><a href ="NSObject.html#method-10">+initialize</a>
|
||||
<li ><a href ="NSObject.html#method-11">+instanceMethodForSelector:</a>
|
||||
<li ><a href ="NSObject.html#method-12">+instanceMethodSignatureForSelector:</a>
|
||||
<li ><a href ="NSObject.html#method-13">+instancesRespondToSelector:</a>
|
||||
<li ><a href ="NSObject.html#method-14">+load</a>
|
||||
<li ><a href ="NSObject.html#method-15">+mutableCopyWithZone:</a>
|
||||
<li ><a href ="NSObject.html#method-16">+new</a>
|
||||
<li ><a href ="NSObject.html#method-17">+poseAsClass:</a>
|
||||
<li ><a href ="NSObject.html#method-18">+setVersion:</a>
|
||||
<li ><a href ="NSObject.html#method-19">+superclass</a>
|
||||
<li ><a href ="NSObject.html#method-20">+version</a>
|
||||
<li ><a href ="NSObject.html#method-21">-awakeAfterUsingCoder:</a>
|
||||
<li ><a href ="NSObject.html#method-22">-classForArchiver</a>
|
||||
<li ><a href ="NSObject.html#method-23">-classForCoder</a>
|
||||
<li ><a href ="NSObject.html#method-24">-classForPortCoder</a>
|
||||
<li ><a href ="NSObject.html#method-25">-connection:handleRequest:</a>
|
||||
<li ><a href ="NSObject.html#method-26">-copy</a>
|
||||
<li ><a href ="NSObject.html#method-27">-dealloc</a>
|
||||
<li ><a href ="NSObject.html#method-28">-description</a>
|
||||
<li ><a href ="NSObject.html#method-29">-descriptionWithLocale:</a>
|
||||
<li ><a href ="NSObject.html#method-30">-descriptionWithLocale:indent:</a>
|
||||
<li ><a href ="NSObject.html#method-31">-descriptionWithLocale:indent:to:</a>
|
||||
<li ><a href ="NSObject.html#method-32">-doesNotRecognizeSelector:</a>
|
||||
<li ><a href ="NSObject.html#method-33">-forwardInvocation:</a>
|
||||
<li ><a href ="NSObject.html#method-34">-hash</a>
|
||||
<li ><a href ="NSObject.html#method-35">-init</a>
|
||||
<li ><a href ="NSObject.html#method-36">-isEqual:</a>
|
||||
<li ><a href ="NSObject.html#method-37">-methodForSelector:</a>
|
||||
<li ><a href ="NSObject.html#method-38">-methodSignatureForSelector:</a>
|
||||
<li ><a href ="NSObject.html#method-39">-mutableCopy</a>
|
||||
<li ><a href ="NSObject.html#method-40">-performSelector:withObject:</a>
|
||||
<li ><a href ="NSObject.html#method-41">-performSelector:withObject:afterDelay:inModes:</a>
|
||||
<li ><a href ="NSObject.html#method-42">-replacementObjectForArchiver:</a>
|
||||
<li ><a href ="NSObject.html#method-43">-replacementObjectForCoder:</a>
|
||||
<li ><a href ="NSObject.html#method-44">-replacementObjectForPortCoder:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">alloc</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSPort</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSObject.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSPortCoder.html">[Next]</a>
|
||||
<a href ="NSObject.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSPortCoder.html">[Next] </a>
|
||||
<h1>NSPort</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,20 +27,20 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSPort.html#method-0">+port</a>
|
||||
<li><a href ="NSPort.html#method-1">+portWithMachPort:</a>
|
||||
<li><a href ="NSPort.html#method-2">-addConnection:toRunLoop:forMode:</a>
|
||||
<li><a href ="NSPort.html#method-3">-delegate</a>
|
||||
<li><a href ="NSPort.html#method-11">-handleMachMessage:</a>
|
||||
<li><a href ="NSPort.html#method-12">-handlePortMessage:</a>
|
||||
<li><a href ="NSPort.html#method-4">-initWithMachPort:</a>
|
||||
<li><a href ="NSPort.html#method-5">-invalidate</a>
|
||||
<li><a href ="NSPort.html#method-6">-isValid</a>
|
||||
<li><a href ="NSPort.html#method-13">-limitDateForMode:</a>
|
||||
<li><a href ="NSPort.html#method-7">-machPort</a>
|
||||
<li><a href ="NSPort.html#method-8">-removeConnection:fromRunLoop:</a>
|
||||
<li><a href ="NSPort.html#method-9">-reservedSpaceLength</a>
|
||||
<li><a href ="NSPort.html#method-10">-setDelegate:</a>
|
||||
<li ><a href ="NSPort.html#method-0">+port</a>
|
||||
<li ><a href ="NSPort.html#method-1">+portWithMachPort:</a>
|
||||
<li ><a href ="NSPort.html#method-2">-addConnection:toRunLoop:forMode:</a>
|
||||
<li ><a href ="NSPort.html#method-3">-delegate</a>
|
||||
<li ><a href ="NSPort.html#method-11">-handleMachMessage:</a>
|
||||
<li ><a href ="NSPort.html#method-12">-handlePortMessage:</a>
|
||||
<li ><a href ="NSPort.html#method-4">-initWithMachPort:</a>
|
||||
<li ><a href ="NSPort.html#method-5">-invalidate</a>
|
||||
<li ><a href ="NSPort.html#method-6">-isValid</a>
|
||||
<li ><a href ="NSPort.html#method-13">-limitDateForMode:</a>
|
||||
<li ><a href ="NSPort.html#method-7">-machPort</a>
|
||||
<li ><a href ="NSPort.html#method-8">-removeConnection:fromRunLoop:</a>
|
||||
<li ><a href ="NSPort.html#method-9">-reservedSpaceLength</a>
|
||||
<li ><a href ="NSPort.html#method-10">-setDelegate:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">port</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSPortCoder</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSPort.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSPortMessage.html">[Next]</a>
|
||||
<a href ="NSPort.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSPortMessage.html">[Next] </a>
|
||||
<h1>NSPortCoder</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,13 +27,13 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSPortCoder.html#method-0">+portCoderWithReceivePort:sendPort:components:</a>
|
||||
<li><a href ="NSPortCoder.html#method-1">-connection</a>
|
||||
<li><a href ="NSPortCoder.html#method-2">-decodePortObject</a>
|
||||
<li><a href ="NSPortCoder.html#method-3">-dispatch</a>
|
||||
<li><a href ="NSPortCoder.html#method-4">-encodePortObject:</a>
|
||||
<li><a href ="NSPortCoder.html#method-5">-isBycopy</a>
|
||||
<li><a href ="NSPortCoder.html#method-6">-isByref</a>
|
||||
<li ><a href ="NSPortCoder.html#method-0">+portCoderWithReceivePort:sendPort:components:</a>
|
||||
<li ><a href ="NSPortCoder.html#method-1">-connection</a>
|
||||
<li ><a href ="NSPortCoder.html#method-2">-decodePortObject</a>
|
||||
<li ><a href ="NSPortCoder.html#method-3">-dispatch</a>
|
||||
<li ><a href ="NSPortCoder.html#method-4">-encodePortObject:</a>
|
||||
<li ><a href ="NSPortCoder.html#method-5">-isBycopy</a>
|
||||
<li ><a href ="NSPortCoder.html#method-6">-isByref</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">portCoderWithReceivePort:sendPort:components:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSPortMessage</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSPortCoder.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSPortNameServer.html">[Next]</a>
|
||||
<a href ="NSPortCoder.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSPortNameServer.html">[Next] </a>
|
||||
<h1>NSPortMessage</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,14 +27,14 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSPortMessage.html#method-0">-components</a>
|
||||
<li><a href ="NSPortMessage.html#method-1">-initWithMachMessage:</a>
|
||||
<li><a href ="NSPortMessage.html#method-2">-initWithSendPort:receivePort:</a>
|
||||
<li><a href ="NSPortMessage.html#method-3">-msgid</a>
|
||||
<li><a href ="NSPortMessage.html#method-4">-receivePort</a>
|
||||
<li><a href ="NSPortMessage.html#method-5">-sendBeforeDate:</a>
|
||||
<li><a href ="NSPortMessage.html#method-6">-sendPort</a>
|
||||
<li><a href ="NSPortMessage.html#method-7">-setMsgid:</a>
|
||||
<li ><a href ="NSPortMessage.html#method-0">-components</a>
|
||||
<li ><a href ="NSPortMessage.html#method-1">-initWithMachMessage:</a>
|
||||
<li ><a href ="NSPortMessage.html#method-2">-initWithSendPort:receivePort:</a>
|
||||
<li ><a href ="NSPortMessage.html#method-3">-msgid</a>
|
||||
<li ><a href ="NSPortMessage.html#method-4">-receivePort</a>
|
||||
<li ><a href ="NSPortMessage.html#method-5">-sendBeforeDate:</a>
|
||||
<li ><a href ="NSPortMessage.html#method-6">-sendPort</a>
|
||||
<li ><a href ="NSPortMessage.html#method-7">-setMsgid:</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">components</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSPortNameServer</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSPortMessage.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSProcessInfo.html">[Next]</a>
|
||||
<a href ="NSPortMessage.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSProcessInfo.html">[Next] </a>
|
||||
<h1>NSPortNameServer</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,11 +27,11 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSPortNameServer.html#method-0">+defaultPortNameServer</a>
|
||||
<li><a href ="NSPortNameServer.html#method-2">-portForName:</a>
|
||||
<li><a href ="NSPortNameServer.html#method-1">-portForName:</a>
|
||||
<li><a href ="NSPortNameServer.html#method-3">-registerPort:forName:</a>
|
||||
<li><a href ="NSPortNameServer.html#method-4">-removePortForName:</a>
|
||||
<li ><a href ="NSPortNameServer.html#method-0">+defaultPortNameServer</a>
|
||||
<li ><a href ="NSPortNameServer.html#method-2">-portForName:</a>
|
||||
<li ><a href ="NSPortNameServer.html#method-1">-portForName:</a>
|
||||
<li ><a href ="NSPortNameServer.html#method-3">-registerPort:forName:</a>
|
||||
<li ><a href ="NSPortNameServer.html#method-4">-removePortForName:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">defaultPortNameServer</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSProcessInfo</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSPortNameServer.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSProtocolChecker.html">[Next]</a>
|
||||
<a href ="NSPortNameServer.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSProtocolChecker.html">[Next] </a>
|
||||
<h1>NSProcessInfo</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,15 +27,15 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSProcessInfo.html#method-0">+processInfo</a>
|
||||
<li><a href ="NSProcessInfo.html#method-1">-arguments</a>
|
||||
<li><a href ="NSProcessInfo.html#method-2">-environment</a>
|
||||
<li><a href ="NSProcessInfo.html#method-3">-globallyUniqueString</a>
|
||||
<li><a href ="NSProcessInfo.html#method-4">-hostName</a>
|
||||
<li><a href ="NSProcessInfo.html#method-5">-operatingSystem</a>
|
||||
<li><a href ="NSProcessInfo.html#method-6">-operatingSystemName</a>
|
||||
<li><a href ="NSProcessInfo.html#method-7">-processName</a>
|
||||
<li><a href ="NSProcessInfo.html#method-8">-setProcessName:</a>
|
||||
<li ><a href ="NSProcessInfo.html#method-0">+processInfo</a>
|
||||
<li ><a href ="NSProcessInfo.html#method-1">-arguments</a>
|
||||
<li ><a href ="NSProcessInfo.html#method-2">-environment</a>
|
||||
<li ><a href ="NSProcessInfo.html#method-3">-globallyUniqueString</a>
|
||||
<li ><a href ="NSProcessInfo.html#method-4">-hostName</a>
|
||||
<li ><a href ="NSProcessInfo.html#method-5">-operatingSystem</a>
|
||||
<li ><a href ="NSProcessInfo.html#method-6">-operatingSystemName</a>
|
||||
<li ><a href ="NSProcessInfo.html#method-7">-processName</a>
|
||||
<li ><a href ="NSProcessInfo.html#method-8">-setProcessName:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">processInfo</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSProtocolChecker</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSProcessInfo.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSProxy.html">[Next]</a>
|
||||
<a href ="NSProcessInfo.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSProxy.html">[Next] </a>
|
||||
<h1>NSProtocolChecker</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -25,12 +25,12 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSProtocolChecker.html#method-0">+protocolCheckerWithTarget:</a>
|
||||
<li><a href ="NSProtocolChecker.html#method-1">-forwardInvocation:</a>
|
||||
<li><a href ="NSProtocolChecker.html#method-2">-initWithTarget:</a>
|
||||
<li><a href ="NSProtocolChecker.html#method-3">-methodDescriptionForSelector:</a>
|
||||
<li><a href ="NSProtocolChecker.html#method-4">-protocol</a>
|
||||
<li><a href ="NSProtocolChecker.html#method-5">-target</a>
|
||||
<li ><a href ="NSProtocolChecker.html#method-0">+protocolCheckerWithTarget:</a>
|
||||
<li ><a href ="NSProtocolChecker.html#method-1">-forwardInvocation:</a>
|
||||
<li ><a href ="NSProtocolChecker.html#method-2">-initWithTarget:</a>
|
||||
<li ><a href ="NSProtocolChecker.html#method-3">-methodDescriptionForSelector:</a>
|
||||
<li ><a href ="NSProtocolChecker.html#method-4">-protocol</a>
|
||||
<li ><a href ="NSProtocolChecker.html#method-5">-target</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">protocolCheckerWithTarget:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSProxy</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSProtocolChecker.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSRecursiveLock.html">[Next]</a>
|
||||
<a href ="NSProtocolChecker.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSRecursiveLock.html">[Next] </a>
|
||||
<h1>NSProxy</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -26,21 +26,21 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSProxy.html#method-0">+alloc</a>
|
||||
<li><a href ="NSProxy.html#method-1">+allocWithZone:</a>
|
||||
<li><a href ="NSProxy.html#method-2">+class</a>
|
||||
<li><a href ="NSProxy.html#method-3">+load</a>
|
||||
<li><a href ="NSProxy.html#method-4">+respondsToSelector:</a>
|
||||
<li><a href ="NSProxy.html#method-5">-class</a>
|
||||
<li><a href ="NSProxy.html#method-6">-conformsToProtocol:</a>
|
||||
<li><a href ="NSProxy.html#method-7">-dealloc</a>
|
||||
<li><a href ="NSProxy.html#method-8">-description</a>
|
||||
<li><a href ="NSProxy.html#method-9">-forwardInvocation:</a>
|
||||
<li><a href ="NSProxy.html#method-10">-isKindOfClass:</a>
|
||||
<li><a href ="NSProxy.html#method-11">-isMemberOfClass:</a>
|
||||
<li><a href ="NSProxy.html#method-12">-isProxy</a>
|
||||
<li><a href ="NSProxy.html#method-13">-methodSignatureForSelector:</a>
|
||||
<li><a href ="NSProxy.html#method-14">-respondsToSelector:</a>
|
||||
<li ><a href ="NSProxy.html#method-0">+alloc</a>
|
||||
<li ><a href ="NSProxy.html#method-1">+allocWithZone:</a>
|
||||
<li ><a href ="NSProxy.html#method-2">+class</a>
|
||||
<li ><a href ="NSProxy.html#method-3">+load</a>
|
||||
<li ><a href ="NSProxy.html#method-4">+respondsToSelector:</a>
|
||||
<li ><a href ="NSProxy.html#method-5">-class</a>
|
||||
<li ><a href ="NSProxy.html#method-6">-conformsToProtocol:</a>
|
||||
<li ><a href ="NSProxy.html#method-7">-dealloc</a>
|
||||
<li ><a href ="NSProxy.html#method-8">-description</a>
|
||||
<li ><a href ="NSProxy.html#method-9">-forwardInvocation:</a>
|
||||
<li ><a href ="NSProxy.html#method-10">-isKindOfClass:</a>
|
||||
<li ><a href ="NSProxy.html#method-11">-isMemberOfClass:</a>
|
||||
<li ><a href ="NSProxy.html#method-12">-isProxy</a>
|
||||
<li ><a href ="NSProxy.html#method-13">-methodSignatureForSelector:</a>
|
||||
<li ><a href ="NSProxy.html#method-14">-respondsToSelector:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">alloc</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSRecursiveLock</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSProxy.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSRunLoop.html">[Next]</a>
|
||||
<a href ="NSProxy.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSRunLoop.html">[Next] </a>
|
||||
<h1>NSRecursiveLock</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -32,8 +32,8 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSRecursiveLock.html#method-0">-lockBeforeDate:</a>
|
||||
<li><a href ="NSRecursiveLock.html#method-1">-tryLock</a>
|
||||
<li ><a href ="NSRecursiveLock.html#method-0">-lockBeforeDate:</a>
|
||||
<li ><a href ="NSRecursiveLock.html#method-1">-tryLock</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">lockBeforeDate:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSRunLoop</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSRecursiveLock.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSScanner.html">[Next]</a>
|
||||
<a href ="NSRecursiveLock.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSScanner.html">[Next] </a>
|
||||
<h1>NSRunLoop</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,19 +27,19 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSRunLoop.html#method-0">+currentRunLoop</a>
|
||||
<li><a href ="NSRunLoop.html#method-1">-acceptInputForMode:beforeDate:</a>
|
||||
<li><a href ="NSRunLoop.html#method-2">-addPort:forMode:</a>
|
||||
<li><a href ="NSRunLoop.html#method-3">-addTimer:forMode:</a>
|
||||
<li><a href ="NSRunLoop.html#method-4">-cancelPerformSelector:target:argument:</a>
|
||||
<li><a href ="NSRunLoop.html#method-5">-configureAsServer</a>
|
||||
<li><a href ="NSRunLoop.html#method-6">-currentMode</a>
|
||||
<li><a href ="NSRunLoop.html#method-7">-limitDateForMode:</a>
|
||||
<li><a href ="NSRunLoop.html#method-8">-performSelector:target:argument:order:modes:</a>
|
||||
<li><a href ="NSRunLoop.html#method-9">-removePort:forMode:</a>
|
||||
<li><a href ="NSRunLoop.html#method-10">-run</a>
|
||||
<li><a href ="NSRunLoop.html#method-11">-runMode:beforeDate:</a>
|
||||
<li><a href ="NSRunLoop.html#method-12">-runUntilDate:</a>
|
||||
<li ><a href ="NSRunLoop.html#method-0">+currentRunLoop</a>
|
||||
<li ><a href ="NSRunLoop.html#method-1">-acceptInputForMode:beforeDate:</a>
|
||||
<li ><a href ="NSRunLoop.html#method-2">-addPort:forMode:</a>
|
||||
<li ><a href ="NSRunLoop.html#method-3">-addTimer:forMode:</a>
|
||||
<li ><a href ="NSRunLoop.html#method-4">-cancelPerformSelector:target:argument:</a>
|
||||
<li ><a href ="NSRunLoop.html#method-5">-configureAsServer</a>
|
||||
<li ><a href ="NSRunLoop.html#method-6">-currentMode</a>
|
||||
<li ><a href ="NSRunLoop.html#method-7">-limitDateForMode:</a>
|
||||
<li ><a href ="NSRunLoop.html#method-8">-performSelector:target:argument:order:modes:</a>
|
||||
<li ><a href ="NSRunLoop.html#method-9">-removePort:forMode:</a>
|
||||
<li ><a href ="NSRunLoop.html#method-10">-run</a>
|
||||
<li ><a href ="NSRunLoop.html#method-11">-runMode:beforeDate:</a>
|
||||
<li ><a href ="NSRunLoop.html#method-12">-runUntilDate:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">currentRunLoop</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSScanner</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSRunLoop.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSSerializer.html">[Next]</a>
|
||||
<a href ="NSRunLoop.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSSerializer.html">[Next] </a>
|
||||
<h1>NSScanner</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -43,30 +43,30 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSScanner.html#method-0">+localizedScannerWithString:</a>
|
||||
<li><a href ="NSScanner.html#method-1">+scannerWithString:</a>
|
||||
<li><a href ="NSScanner.html#method-2">-caseSensitive</a>
|
||||
<li><a href ="NSScanner.html#method-3">-charactersToBeSkipped</a>
|
||||
<li><a href ="NSScanner.html#initWithString:">-initWithString:</a>
|
||||
<li><a href ="NSScanner.html#method-4">-isAtEnd</a>
|
||||
<li><a href ="NSScanner.html#method-5">-locale</a>
|
||||
<li><a href ="NSScanner.html#method-6">-scanCharactersFromSet:intoString:</a>
|
||||
<li><a href ="NSScanner.html#method-7">-scanDecimal:</a>
|
||||
<li><a href ="NSScanner.html#method-8">-scanDouble:</a>
|
||||
<li><a href ="NSScanner.html#method-9">-scanFloat:</a>
|
||||
<li><a href ="NSScanner.html#method-10">-scanHexInt:</a>
|
||||
<li><a href ="NSScanner.html#method-11">-scanInt:</a>
|
||||
<li><a href ="NSScanner.html#method-12">-scanLocation</a>
|
||||
<li><a href ="NSScanner.html#method-13">-scanLongLong:</a>
|
||||
<li><a href ="NSScanner.html#method-14">-scanRadixUnsignedInt:</a>
|
||||
<li><a href ="NSScanner.html#method-15">-scanString:intoString:</a>
|
||||
<li><a href ="NSScanner.html#method-16">-scanUpToCharactersFromSet:intoString:</a>
|
||||
<li><a href ="NSScanner.html#method-17">-scanUpToString:intoString:</a>
|
||||
<li><a href ="NSScanner.html#method-18">-setCaseSensitive:</a>
|
||||
<li><a href ="NSScanner.html#method-19">-setCharactersToBeSkipped:</a>
|
||||
<li><a href ="NSScanner.html#setLocale:">-setLocale:</a>
|
||||
<li><a href ="NSScanner.html#method-20">-setScanLocation:</a>
|
||||
<li><a href ="NSScanner.html#method-21">-string</a>
|
||||
<li ><a href ="NSScanner.html#method-0">+localizedScannerWithString:</a>
|
||||
<li ><a href ="NSScanner.html#method-1">+scannerWithString:</a>
|
||||
<li ><a href ="NSScanner.html#method-2">-caseSensitive</a>
|
||||
<li ><a href ="NSScanner.html#method-3">-charactersToBeSkipped</a>
|
||||
<li ><a href ="NSScanner.html#initWithString:">-initWithString:</a>
|
||||
<li ><a href ="NSScanner.html#method-4">-isAtEnd</a>
|
||||
<li ><a href ="NSScanner.html#method-5">-locale</a>
|
||||
<li ><a href ="NSScanner.html#method-6">-scanCharactersFromSet:intoString:</a>
|
||||
<li ><a href ="NSScanner.html#method-7">-scanDecimal:</a>
|
||||
<li ><a href ="NSScanner.html#method-8">-scanDouble:</a>
|
||||
<li ><a href ="NSScanner.html#method-9">-scanFloat:</a>
|
||||
<li ><a href ="NSScanner.html#method-10">-scanHexInt:</a>
|
||||
<li ><a href ="NSScanner.html#method-11">-scanInt:</a>
|
||||
<li ><a href ="NSScanner.html#method-12">-scanLocation</a>
|
||||
<li ><a href ="NSScanner.html#method-13">-scanLongLong:</a>
|
||||
<li ><a href ="NSScanner.html#method-14">-scanRadixUnsignedInt:</a>
|
||||
<li ><a href ="NSScanner.html#method-15">-scanString:intoString:</a>
|
||||
<li ><a href ="NSScanner.html#method-16">-scanUpToCharactersFromSet:intoString:</a>
|
||||
<li ><a href ="NSScanner.html#method-17">-scanUpToString:intoString:</a>
|
||||
<li ><a href ="NSScanner.html#method-18">-setCaseSensitive:</a>
|
||||
<li ><a href ="NSScanner.html#method-19">-setCharactersToBeSkipped:</a>
|
||||
<li ><a href ="NSScanner.html#setLocale:">-setLocale:</a>
|
||||
<li ><a href ="NSScanner.html#method-20">-setScanLocation:</a>
|
||||
<li ><a href ="NSScanner.html#method-21">-string</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">localizedScannerWithString:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSSerializer</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSScanner.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSSet.html">[Next]</a>
|
||||
<a href ="NSScanner.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSSet.html">[Next] </a>
|
||||
<h1>NSSerializer</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,8 +27,8 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSSerializer.html#method-1">+serializePropertyList:</a>
|
||||
<li><a href ="NSSerializer.html#method-0">+serializePropertyList:</a>
|
||||
<li ><a href ="NSSerializer.html#method-1">+serializePropertyList:</a>
|
||||
<li ><a href ="NSSerializer.html#method-0">+serializePropertyList:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">serializePropertyList:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSSet</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSSerializer.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSString.html">[Next]</a>
|
||||
<a href ="NSSerializer.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSString.html">[Next] </a>
|
||||
<h1>NSSet</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,33 +27,33 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSSet.html#method-0">+allocWithZone:</a>
|
||||
<li><a href ="NSSet.html#method-1">+set</a>
|
||||
<li><a href ="NSSet.html#method-6">+setWithArray:</a>
|
||||
<li><a href ="NSSet.html#method-2">+setWithArray:</a>
|
||||
<li><a href ="NSSet.html#method-3">+setWithObject:</a>
|
||||
<li><a href ="NSSet.html#method-4">+setWithObjects:</a>
|
||||
<li><a href ="NSSet.html#method-5">+setWithObjects:count:</a>
|
||||
<li><a href ="NSSet.html#method-7">-allObjects</a>
|
||||
<li><a href ="NSSet.html#method-8">-anyObject</a>
|
||||
<li><a href ="NSSet.html#method-9">-containsObject:</a>
|
||||
<li><a href ="NSSet.html#method-10">-count</a>
|
||||
<li><a href ="NSSet.html#method-11">-description</a>
|
||||
<li><a href ="NSSet.html#method-12">-descriptionWithLocale:</a>
|
||||
<li><a href ="NSSet.html#method-13">-initWithArray:</a>
|
||||
<li><a href ="NSSet.html#method-14">-initWithObjects:</a>
|
||||
<li><a href ="NSSet.html#method-15">-initWithObjects:count:</a>
|
||||
<li><a href ="NSSet.html#method-16">-initWithSet:</a>
|
||||
<li><a href ="NSSet.html#method-17">-initWithSet:copyItems:</a>
|
||||
<li><a href ="NSSet.html#method-18">-intersectsSet:</a>
|
||||
<li><a href ="NSSet.html#method-19">-isEqualToSet:</a>
|
||||
<li><a href ="NSSet.html#method-20">-isSubsetOfSet:</a>
|
||||
<li><a href ="NSSet.html#method-21">-makeObjectsPerform:</a>
|
||||
<li><a href ="NSSet.html#method-24">-makeObjectsPerform:withObject:</a>
|
||||
<li><a href ="NSSet.html#method-22">-makeObjectsPerformSelector:</a>
|
||||
<li><a href ="NSSet.html#method-23">-makeObjectsPerformSelector:withObject:</a>
|
||||
<li><a href ="NSSet.html#method-25">-member:</a>
|
||||
<li><a href ="NSSet.html#method-26">-objectEnumerator</a>
|
||||
<li ><a href ="NSSet.html#method-0">+allocWithZone:</a>
|
||||
<li ><a href ="NSSet.html#method-1">+set</a>
|
||||
<li ><a href ="NSSet.html#method-6">+setWithArray:</a>
|
||||
<li ><a href ="NSSet.html#method-2">+setWithArray:</a>
|
||||
<li ><a href ="NSSet.html#method-3">+setWithObject:</a>
|
||||
<li ><a href ="NSSet.html#method-4">+setWithObjects:</a>
|
||||
<li ><a href ="NSSet.html#method-5">+setWithObjects:count:</a>
|
||||
<li ><a href ="NSSet.html#method-7">-allObjects</a>
|
||||
<li ><a href ="NSSet.html#method-8">-anyObject</a>
|
||||
<li ><a href ="NSSet.html#method-9">-containsObject:</a>
|
||||
<li ><a href ="NSSet.html#method-10">-count</a>
|
||||
<li ><a href ="NSSet.html#method-11">-description</a>
|
||||
<li ><a href ="NSSet.html#method-12">-descriptionWithLocale:</a>
|
||||
<li ><a href ="NSSet.html#method-13">-initWithArray:</a>
|
||||
<li ><a href ="NSSet.html#method-14">-initWithObjects:</a>
|
||||
<li ><a href ="NSSet.html#method-15">-initWithObjects:count:</a>
|
||||
<li ><a href ="NSSet.html#method-16">-initWithSet:</a>
|
||||
<li ><a href ="NSSet.html#method-17">-initWithSet:copyItems:</a>
|
||||
<li ><a href ="NSSet.html#method-18">-intersectsSet:</a>
|
||||
<li ><a href ="NSSet.html#method-19">-isEqualToSet:</a>
|
||||
<li ><a href ="NSSet.html#method-20">-isSubsetOfSet:</a>
|
||||
<li ><a href ="NSSet.html#method-21">-makeObjectsPerform:</a>
|
||||
<li ><a href ="NSSet.html#method-24">-makeObjectsPerform:withObject:</a>
|
||||
<li ><a href ="NSSet.html#method-22">-makeObjectsPerformSelector:</a>
|
||||
<li ><a href ="NSSet.html#method-23">-makeObjectsPerformSelector:withObject:</a>
|
||||
<li ><a href ="NSSet.html#method-25">-member:</a>
|
||||
<li ><a href ="NSSet.html#method-26">-objectEnumerator</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">allocWithZone:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSString</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSSet.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSTask.html">[Next]</a>
|
||||
<a href ="NSSet.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSTask.html">[Next] </a>
|
||||
<h1>NSString</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -59,95 +59,95 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSString.html#method-0">+availableStringEncodings</a>
|
||||
<li><a href ="NSString.html#method-1">+defaultCStringEncoding</a>
|
||||
<li><a href ="NSString.html#method-37">+getLineStart:end:contentsEnd:</a>
|
||||
<li><a href ="NSString.html#method-59">+lineRangeForRange:</a>
|
||||
<li><a href ="NSString.html#method-2">+localizedNameOfStringEncoding:</a>
|
||||
<li><a href ="NSString.html#method-3">+localizedStringWithFormat:</a>
|
||||
<li><a href ="NSString.html#method-4">+pathWithComponents:</a>
|
||||
<li><a href ="NSString.html#method-5">+string</a>
|
||||
<li><a href ="NSString.html#method-9">+stringWithCString:</a>
|
||||
<li><a href ="NSString.html#method-8">+stringWithCString:</a>
|
||||
<li><a href ="NSString.html#method-6">+stringWithCharacters:length:</a>
|
||||
<li><a href ="NSString.html#method-7">+stringWithContentsOfFile:</a>
|
||||
<li><a href ="NSString.html#method-10">+stringWithFormat:</a>
|
||||
<li><a href ="NSString.html#method-11">+stringWithString:</a>
|
||||
<li><a href ="NSString.html#method-22">-cString</a>
|
||||
<li><a href ="NSString.html#method-23">-cStringLength</a>
|
||||
<li><a href ="NSString.html#method-12">-canBeConvertedToEncoding:</a>
|
||||
<li><a href ="NSString.html#method-13">-capitalizedString</a>
|
||||
<li><a href ="NSString.html#method-14">-caseInsensitiveCompare:</a>
|
||||
<li><a href ="NSString.html#method-15">-characterAtIndex:</a>
|
||||
<li><a href ="NSString.html#method-16">-commonPrefixWithString:</a>
|
||||
<li><a href ="NSString.html#method-17">-compare:</a>
|
||||
<li><a href ="NSString.html#method-18">-compare:</a>
|
||||
<li><a href ="NSString.html#method-19">-compare:options:range:</a>
|
||||
<li><a href ="NSString.html#method-20">-completePathIntoString:caseSensitive:matchesIntoArray:</a>
|
||||
<li><a href ="NSString.html#method-21">-componentsSeparatedByString:</a>
|
||||
<li><a href ="NSString.html#method-24">-dataUsingEncoding:</a>
|
||||
<li><a href ="NSString.html#method-25">-dataUsingEncoding:allowLossyConversion:</a>
|
||||
<li><a href ="NSString.html#method-26">-description</a>
|
||||
<li><a href ="NSString.html#method-27">-doubleValue</a>
|
||||
<li><a href ="NSString.html#method-28">-fastestEncoding</a>
|
||||
<li><a href ="NSString.html#method-29">-fileSystemRepresentation</a>
|
||||
<li><a href ="NSString.html#method-30">-floatValue</a>
|
||||
<li><a href ="NSString.html#method-33">-getCString:</a>
|
||||
<li><a href ="NSString.html#method-34">-getCString:maxLength:</a>
|
||||
<li><a href ="NSString.html#method-35">-getCString:maxLength:range:remainingRange:</a>
|
||||
<li><a href ="NSString.html#method-32">-getCharacters:</a>
|
||||
<li><a href ="NSString.html#method-31">-getCharacters:</a>
|
||||
<li><a href ="NSString.html#method-36">-getFileSystemRepresentation:maxLength:</a>
|
||||
<li><a href ="NSString.html#method-39">-hasPrefix:</a>
|
||||
<li><a href ="NSString.html#method-40">-hasSuffix:</a>
|
||||
<li><a href ="NSString.html#method-38">-hash</a>
|
||||
<li><a href ="NSString.html#method-41">-init</a>
|
||||
<li><a href ="NSString.html#method-46">-initWithCString:</a>
|
||||
<li><a href ="NSString.html#method-45">-initWithCString:</a>
|
||||
<li><a href ="NSString.html#method-47">-initWithCStringNoCopy:length:freeWhenDone:</a>
|
||||
<li><a href ="NSString.html#method-42">-initWithCharacters:</a>
|
||||
<li><a href ="NSString.html#method-43">-initWithCharactersNoCopy:length:freeWhenDone:</a>
|
||||
<li><a href ="NSString.html#method-44">-initWithContentsOfFile:</a>
|
||||
<li><a href ="NSString.html#method-48">-initWithData:encoding:</a>
|
||||
<li><a href ="NSString.html#method-49">-initWithFormat:</a>
|
||||
<li><a href ="NSString.html#method-51">-initWithFormat:</a>
|
||||
<li><a href ="NSString.html#method-50">-initWithFormat:arguments:</a>
|
||||
<li><a href ="NSString.html#method-52">-initWithFormat:locale:arguments:</a>
|
||||
<li><a href ="NSString.html#method-53">-initWithString:</a>
|
||||
<li><a href ="NSString.html#method-54">-intValue</a>
|
||||
<li><a href ="NSString.html#method-55">-isAbsolutePath</a>
|
||||
<li><a href ="NSString.html#method-56">-isEqualToString:</a>
|
||||
<li><a href ="NSString.html#method-57">-lastPathComponent</a>
|
||||
<li><a href ="NSString.html#method-58">-length</a>
|
||||
<li><a href ="NSString.html#method-60">-lossyCString</a>
|
||||
<li><a href ="NSString.html#method-61">-lowercaseString</a>
|
||||
<li><a href ="NSString.html#method-62">-pathComponents</a>
|
||||
<li><a href ="NSString.html#method-63">-pathExtension</a>
|
||||
<li><a href ="NSString.html#method-64">-propertyList</a>
|
||||
<li><a href ="NSString.html#method-65">-propertyListFromStringsFileFormat</a>
|
||||
<li><a href ="NSString.html#method-66">-rangeOfCharacterFromSet:</a>
|
||||
<li><a href ="NSString.html#method-67">-rangeOfCharacterFromSet:options:</a>
|
||||
<li><a href ="NSString.html#method-68">-rangeOfCharacterFromSet:options:range:</a>
|
||||
<li><a href ="NSString.html#method-69">-rangeOfComposedCharacterSequenceAtIndex:</a>
|
||||
<li><a href ="NSString.html#method-70">-rangeOfString:</a>
|
||||
<li><a href ="NSString.html#method-71">-rangeOfString:options:</a>
|
||||
<li><a href ="NSString.html#method-72">-rangeOfString:options:range:</a>
|
||||
<li><a href ="NSString.html#method-73">-smallestEncoding</a>
|
||||
<li><a href ="NSString.html#method-74">-stringByAbbreviatingWithTildeInPath</a>
|
||||
<li><a href ="NSString.html#method-75">-stringByAppendingFormat:</a>
|
||||
<li><a href ="NSString.html#method-76">-stringByAppendingPathComponent:</a>
|
||||
<li><a href ="NSString.html#method-77">-stringByAppendingPathExtension:</a>
|
||||
<li><a href ="NSString.html#method-78">-stringByAppendingString:</a>
|
||||
<li><a href ="NSString.html#method-79">-stringByDeletingLastPathComponent</a>
|
||||
<li><a href ="NSString.html#method-80">-stringByDeletingPathExtension</a>
|
||||
<li><a href ="NSString.html#method-81">-stringByExpandingTildeInPath</a>
|
||||
<li><a href ="NSString.html#method-82">-stringByReplacingString:withString:</a>
|
||||
<li><a href ="NSString.html#method-83">-stringsByAppendingPaths:</a>
|
||||
<li><a href ="NSString.html#method-84">-substringFromIndex:</a>
|
||||
<li><a href ="NSString.html#method-85">-substringToIndex:</a>
|
||||
<li><a href ="NSString.html#method-86">-substringWithRange:</a>
|
||||
<li><a href ="NSString.html#method-87">-uppercaseString</a>
|
||||
<li><a href ="NSString.html#method-88">-writeToFile:atomically:</a>
|
||||
<li ><a href ="NSString.html#method-0">+availableStringEncodings</a>
|
||||
<li ><a href ="NSString.html#method-1">+defaultCStringEncoding</a>
|
||||
<li ><a href ="NSString.html#method-37">+getLineStart:end:contentsEnd:</a>
|
||||
<li ><a href ="NSString.html#method-59">+lineRangeForRange:</a>
|
||||
<li ><a href ="NSString.html#method-2">+localizedNameOfStringEncoding:</a>
|
||||
<li ><a href ="NSString.html#method-3">+localizedStringWithFormat:</a>
|
||||
<li ><a href ="NSString.html#method-4">+pathWithComponents:</a>
|
||||
<li ><a href ="NSString.html#method-5">+string</a>
|
||||
<li ><a href ="NSString.html#method-9">+stringWithCString:</a>
|
||||
<li ><a href ="NSString.html#method-8">+stringWithCString:</a>
|
||||
<li ><a href ="NSString.html#method-6">+stringWithCharacters:length:</a>
|
||||
<li ><a href ="NSString.html#method-7">+stringWithContentsOfFile:</a>
|
||||
<li ><a href ="NSString.html#method-10">+stringWithFormat:</a>
|
||||
<li ><a href ="NSString.html#method-11">+stringWithString:</a>
|
||||
<li ><a href ="NSString.html#method-22">-cString</a>
|
||||
<li ><a href ="NSString.html#method-23">-cStringLength</a>
|
||||
<li ><a href ="NSString.html#method-12">-canBeConvertedToEncoding:</a>
|
||||
<li ><a href ="NSString.html#method-13">-capitalizedString</a>
|
||||
<li ><a href ="NSString.html#method-14">-caseInsensitiveCompare:</a>
|
||||
<li ><a href ="NSString.html#method-15">-characterAtIndex:</a>
|
||||
<li ><a href ="NSString.html#method-16">-commonPrefixWithString:</a>
|
||||
<li ><a href ="NSString.html#method-17">-compare:</a>
|
||||
<li ><a href ="NSString.html#method-18">-compare:</a>
|
||||
<li ><a href ="NSString.html#method-19">-compare:options:range:</a>
|
||||
<li ><a href ="NSString.html#method-20">-completePathIntoString:caseSensitive:matchesIntoArray:</a>
|
||||
<li ><a href ="NSString.html#method-21">-componentsSeparatedByString:</a>
|
||||
<li ><a href ="NSString.html#method-24">-dataUsingEncoding:</a>
|
||||
<li ><a href ="NSString.html#method-25">-dataUsingEncoding:allowLossyConversion:</a>
|
||||
<li ><a href ="NSString.html#method-26">-description</a>
|
||||
<li ><a href ="NSString.html#method-27">-doubleValue</a>
|
||||
<li ><a href ="NSString.html#method-28">-fastestEncoding</a>
|
||||
<li ><a href ="NSString.html#method-29">-fileSystemRepresentation</a>
|
||||
<li ><a href ="NSString.html#method-30">-floatValue</a>
|
||||
<li ><a href ="NSString.html#method-33">-getCString:</a>
|
||||
<li ><a href ="NSString.html#method-34">-getCString:maxLength:</a>
|
||||
<li ><a href ="NSString.html#method-35">-getCString:maxLength:range:remainingRange:</a>
|
||||
<li ><a href ="NSString.html#method-32">-getCharacters:</a>
|
||||
<li ><a href ="NSString.html#method-31">-getCharacters:</a>
|
||||
<li ><a href ="NSString.html#method-36">-getFileSystemRepresentation:maxLength:</a>
|
||||
<li ><a href ="NSString.html#method-39">-hasPrefix:</a>
|
||||
<li ><a href ="NSString.html#method-40">-hasSuffix:</a>
|
||||
<li ><a href ="NSString.html#method-38">-hash</a>
|
||||
<li ><a href ="NSString.html#method-41">-init</a>
|
||||
<li ><a href ="NSString.html#method-46">-initWithCString:</a>
|
||||
<li ><a href ="NSString.html#method-45">-initWithCString:</a>
|
||||
<li ><a href ="NSString.html#method-47">-initWithCStringNoCopy:length:freeWhenDone:</a>
|
||||
<li ><a href ="NSString.html#method-42">-initWithCharacters:</a>
|
||||
<li ><a href ="NSString.html#method-43">-initWithCharactersNoCopy:length:freeWhenDone:</a>
|
||||
<li ><a href ="NSString.html#method-44">-initWithContentsOfFile:</a>
|
||||
<li ><a href ="NSString.html#method-48">-initWithData:encoding:</a>
|
||||
<li ><a href ="NSString.html#method-49">-initWithFormat:</a>
|
||||
<li ><a href ="NSString.html#method-51">-initWithFormat:</a>
|
||||
<li ><a href ="NSString.html#method-50">-initWithFormat:arguments:</a>
|
||||
<li ><a href ="NSString.html#method-52">-initWithFormat:locale:arguments:</a>
|
||||
<li ><a href ="NSString.html#method-53">-initWithString:</a>
|
||||
<li ><a href ="NSString.html#method-54">-intValue</a>
|
||||
<li ><a href ="NSString.html#method-55">-isAbsolutePath</a>
|
||||
<li ><a href ="NSString.html#method-56">-isEqualToString:</a>
|
||||
<li ><a href ="NSString.html#method-57">-lastPathComponent</a>
|
||||
<li ><a href ="NSString.html#method-58">-length</a>
|
||||
<li ><a href ="NSString.html#method-60">-lossyCString</a>
|
||||
<li ><a href ="NSString.html#method-61">-lowercaseString</a>
|
||||
<li ><a href ="NSString.html#method-62">-pathComponents</a>
|
||||
<li ><a href ="NSString.html#method-63">-pathExtension</a>
|
||||
<li ><a href ="NSString.html#method-64">-propertyList</a>
|
||||
<li ><a href ="NSString.html#method-65">-propertyListFromStringsFileFormat</a>
|
||||
<li ><a href ="NSString.html#method-66">-rangeOfCharacterFromSet:</a>
|
||||
<li ><a href ="NSString.html#method-67">-rangeOfCharacterFromSet:options:</a>
|
||||
<li ><a href ="NSString.html#method-68">-rangeOfCharacterFromSet:options:range:</a>
|
||||
<li ><a href ="NSString.html#method-69">-rangeOfComposedCharacterSequenceAtIndex:</a>
|
||||
<li ><a href ="NSString.html#method-70">-rangeOfString:</a>
|
||||
<li ><a href ="NSString.html#method-71">-rangeOfString:options:</a>
|
||||
<li ><a href ="NSString.html#method-72">-rangeOfString:options:range:</a>
|
||||
<li ><a href ="NSString.html#method-73">-smallestEncoding</a>
|
||||
<li ><a href ="NSString.html#method-74">-stringByAbbreviatingWithTildeInPath</a>
|
||||
<li ><a href ="NSString.html#method-75">-stringByAppendingFormat:</a>
|
||||
<li ><a href ="NSString.html#method-76">-stringByAppendingPathComponent:</a>
|
||||
<li ><a href ="NSString.html#method-77">-stringByAppendingPathExtension:</a>
|
||||
<li ><a href ="NSString.html#method-78">-stringByAppendingString:</a>
|
||||
<li ><a href ="NSString.html#method-79">-stringByDeletingLastPathComponent</a>
|
||||
<li ><a href ="NSString.html#method-80">-stringByDeletingPathExtension</a>
|
||||
<li ><a href ="NSString.html#method-81">-stringByExpandingTildeInPath</a>
|
||||
<li ><a href ="NSString.html#method-82">-stringByReplacingString:withString:</a>
|
||||
<li ><a href ="NSString.html#method-83">-stringsByAppendingPaths:</a>
|
||||
<li ><a href ="NSString.html#method-84">-substringFromIndex:</a>
|
||||
<li ><a href ="NSString.html#method-85">-substringToIndex:</a>
|
||||
<li ><a href ="NSString.html#method-86">-substringWithRange:</a>
|
||||
<li ><a href ="NSString.html#method-87">-uppercaseString</a>
|
||||
<li ><a href ="NSString.html#method-88">-writeToFile:atomically:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">availableStringEncodings</a></h3>
|
||||
|
@ -584,10 +584,10 @@
|
|||
<br>
|
||||
The optionsm mask may contain the following options -
|
||||
<ul>
|
||||
<li>NSCaseInsensitiveSearch
|
||||
<li>NSLiteralSearch
|
||||
<li>NSBackwardsSearch
|
||||
<li>NSAnchoredSearch
|
||||
<li >NSCaseInsensitiveSearch
|
||||
<li >NSLiteralSearch
|
||||
<li >NSBackwardsSearch
|
||||
<li >NSAnchoredSearch
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSTask</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSString.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSThread.html">[Next]</a>
|
||||
<a href ="NSString.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSThread.html">[Next] </a>
|
||||
<h1>NSTask</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -29,28 +29,28 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSTask.html#method-0">+launchedTaskWithLaunchPath:arguments:</a>
|
||||
<li><a href ="NSTask.html#method-1">-arguments</a>
|
||||
<li><a href ="NSTask.html#method-2">-currentDirectoryPath</a>
|
||||
<li><a href ="NSTask.html#method-3">-environment</a>
|
||||
<li><a href ="NSTask.html#method-4">-interrupt</a>
|
||||
<li><a href ="NSTask.html#method-5">-isRunning</a>
|
||||
<li><a href ="NSTask.html#method-6">-launch</a>
|
||||
<li><a href ="NSTask.html#method-7">-launchPath</a>
|
||||
<li><a href ="NSTask.html#method-8">-setArguments:</a>
|
||||
<li><a href ="NSTask.html#method-9">-setCurrentDirectoryPath:</a>
|
||||
<li><a href ="NSTask.html#method-10">-setEnvironment:</a>
|
||||
<li><a href ="NSTask.html#method-11">-setLaunchPath:</a>
|
||||
<li><a href ="NSTask.html#method-12">-setStandardError:</a>
|
||||
<li><a href ="NSTask.html#method-13">-setStandardInput:</a>
|
||||
<li><a href ="NSTask.html#method-14">-setStandardOutput:</a>
|
||||
<li><a href ="NSTask.html#method-15">-standardError</a>
|
||||
<li><a href ="NSTask.html#method-16">-standardInput</a>
|
||||
<li><a href ="NSTask.html#method-17">-standardOutput</a>
|
||||
<li><a href ="NSTask.html#method-18">-terminate</a>
|
||||
<li><a href ="NSTask.html#method-19">-terminationStatus</a>
|
||||
<li><a href ="NSTask.html#method-20">-usePseudoTerminal</a>
|
||||
<li><a href ="NSTask.html#method-21">-waitUntilExit</a>
|
||||
<li ><a href ="NSTask.html#method-0">+launchedTaskWithLaunchPath:arguments:</a>
|
||||
<li ><a href ="NSTask.html#method-1">-arguments</a>
|
||||
<li ><a href ="NSTask.html#method-2">-currentDirectoryPath</a>
|
||||
<li ><a href ="NSTask.html#method-3">-environment</a>
|
||||
<li ><a href ="NSTask.html#method-4">-interrupt</a>
|
||||
<li ><a href ="NSTask.html#method-5">-isRunning</a>
|
||||
<li ><a href ="NSTask.html#method-6">-launch</a>
|
||||
<li ><a href ="NSTask.html#method-7">-launchPath</a>
|
||||
<li ><a href ="NSTask.html#method-8">-setArguments:</a>
|
||||
<li ><a href ="NSTask.html#method-9">-setCurrentDirectoryPath:</a>
|
||||
<li ><a href ="NSTask.html#method-10">-setEnvironment:</a>
|
||||
<li ><a href ="NSTask.html#method-11">-setLaunchPath:</a>
|
||||
<li ><a href ="NSTask.html#method-12">-setStandardError:</a>
|
||||
<li ><a href ="NSTask.html#method-13">-setStandardInput:</a>
|
||||
<li ><a href ="NSTask.html#method-14">-setStandardOutput:</a>
|
||||
<li ><a href ="NSTask.html#method-15">-standardError</a>
|
||||
<li ><a href ="NSTask.html#method-16">-standardInput</a>
|
||||
<li ><a href ="NSTask.html#method-17">-standardOutput</a>
|
||||
<li ><a href ="NSTask.html#method-18">-terminate</a>
|
||||
<li ><a href ="NSTask.html#method-19">-terminationStatus</a>
|
||||
<li ><a href ="NSTask.html#method-20">-usePseudoTerminal</a>
|
||||
<li ><a href ="NSTask.html#method-21">-waitUntilExit</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">launchedTaskWithLaunchPath:arguments:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSThread</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSTask.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSTimeZone.html">[Next]</a>
|
||||
<a href ="NSTask.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSTimeZone.html">[Next] </a>
|
||||
<h1>NSThread</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,12 +27,12 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSThread.html#method-0">+currentThread</a>
|
||||
<li><a href ="NSThread.html#method-1">+detachNewThreadSelector:toTarget:(id)aTarget withObject:</a>
|
||||
<li><a href ="NSThread.html#method-2">+exit</a>
|
||||
<li><a href ="NSThread.html#method-3">+isMultiThreaded</a>
|
||||
<li><a href ="NSThread.html#method-4">+sleepUntilDate:</a>
|
||||
<li><a href ="NSThread.html#method-5">-threadDictionary</a>
|
||||
<li ><a href ="NSThread.html#method-0">+currentThread</a>
|
||||
<li ><a href ="NSThread.html#method-1">+detachNewThreadSelector:toTarget:(id)aTarget withObject:</a>
|
||||
<li ><a href ="NSThread.html#method-2">+exit</a>
|
||||
<li ><a href ="NSThread.html#method-3">+isMultiThreaded</a>
|
||||
<li ><a href ="NSThread.html#method-4">+sleepUntilDate:</a>
|
||||
<li ><a href ="NSThread.html#method-5">-threadDictionary</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">currentThread</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSTimeZone</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSThread.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSTimer.html">[Next]</a>
|
||||
<a href ="NSThread.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSTimer.html">[Next] </a>
|
||||
<h1>NSTimeZone</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -50,29 +50,29 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSTimeZone.html#method-0">+abbreviationDictionary</a>
|
||||
<li><a href ="NSTimeZone.html#method-1">+defaultTimeZone</a>
|
||||
<li><a href ="NSTimeZone.html#method-3">+knownTimeZoneNames</a>
|
||||
<li><a href ="NSTimeZone.html#method-2">+localTimeZone</a>
|
||||
<li><a href ="NSTimeZone.html#method-4">+resetSystemTimeZone</a>
|
||||
<li><a href ="NSTimeZone.html#method-5">+setDefaultTimeZone:</a>
|
||||
<li><a href ="NSTimeZone.html#method-6">+systemTimeZone</a>
|
||||
<li><a href ="NSTimeZone.html#method-7">+timeZoneForSecondsFromGMT:</a>
|
||||
<li><a href ="NSTimeZone.html#method-8">+timeZoneWithAbbreviation:</a>
|
||||
<li><a href ="NSTimeZone.html#method-9">+timeZoneWithName:</a>
|
||||
<li><a href ="NSTimeZone.html#method-10">+timeZoneWithName:</a>
|
||||
<li><a href ="NSTimeZone.html#method-11">-abbreviation</a>
|
||||
<li><a href ="NSTimeZone.html#method-12">-abbreviationForDate:</a>
|
||||
<li><a href ="NSTimeZone.html#method-13">-data</a>
|
||||
<li><a href ="NSTimeZone.html#method-14">-description</a>
|
||||
<li><a href ="NSTimeZone.html#method-16">-initWithName:</a>
|
||||
<li><a href ="NSTimeZone.html#method-15">-initWithName:</a>
|
||||
<li><a href ="NSTimeZone.html#method-17">-isDaylightSavingTime</a>
|
||||
<li><a href ="NSTimeZone.html#method-18">-isDaylightSavingTimeForDate:</a>
|
||||
<li><a href ="NSTimeZone.html#method-19">-isEqualToTimeZone:</a>
|
||||
<li><a href ="NSTimeZone.html#method-20">-name</a>
|
||||
<li><a href ="NSTimeZone.html#method-21">-secondsFromGMT</a>
|
||||
<li><a href ="NSTimeZone.html#method-22">-secondsFromGMTForDate:</a>
|
||||
<li ><a href ="NSTimeZone.html#method-0">+abbreviationDictionary</a>
|
||||
<li ><a href ="NSTimeZone.html#method-1">+defaultTimeZone</a>
|
||||
<li ><a href ="NSTimeZone.html#method-3">+knownTimeZoneNames</a>
|
||||
<li ><a href ="NSTimeZone.html#method-2">+localTimeZone</a>
|
||||
<li ><a href ="NSTimeZone.html#method-4">+resetSystemTimeZone</a>
|
||||
<li ><a href ="NSTimeZone.html#method-5">+setDefaultTimeZone:</a>
|
||||
<li ><a href ="NSTimeZone.html#method-6">+systemTimeZone</a>
|
||||
<li ><a href ="NSTimeZone.html#method-7">+timeZoneForSecondsFromGMT:</a>
|
||||
<li ><a href ="NSTimeZone.html#method-8">+timeZoneWithAbbreviation:</a>
|
||||
<li ><a href ="NSTimeZone.html#method-9">+timeZoneWithName:</a>
|
||||
<li ><a href ="NSTimeZone.html#method-10">+timeZoneWithName:</a>
|
||||
<li ><a href ="NSTimeZone.html#method-11">-abbreviation</a>
|
||||
<li ><a href ="NSTimeZone.html#method-12">-abbreviationForDate:</a>
|
||||
<li ><a href ="NSTimeZone.html#method-13">-data</a>
|
||||
<li ><a href ="NSTimeZone.html#method-14">-description</a>
|
||||
<li ><a href ="NSTimeZone.html#method-16">-initWithName:</a>
|
||||
<li ><a href ="NSTimeZone.html#method-15">-initWithName:</a>
|
||||
<li ><a href ="NSTimeZone.html#method-17">-isDaylightSavingTime</a>
|
||||
<li ><a href ="NSTimeZone.html#method-18">-isDaylightSavingTimeForDate:</a>
|
||||
<li ><a href ="NSTimeZone.html#method-19">-isEqualToTimeZone:</a>
|
||||
<li ><a href ="NSTimeZone.html#method-20">-name</a>
|
||||
<li ><a href ="NSTimeZone.html#method-21">-secondsFromGMT</a>
|
||||
<li ><a href ="NSTimeZone.html#method-22">-secondsFromGMTForDate:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">abbreviationDictionary</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSTimer</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSTimeZone.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSURL.html">[Next]</a>
|
||||
<a href ="NSTimeZone.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSURL.html">[Next] </a>
|
||||
<h1>NSTimer</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,16 +27,16 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSTimer.html#method-0">+scheduledTimerWithTimeInterval:invocation:</a>
|
||||
<li><a href ="NSTimer.html#method-1">+scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:</a>
|
||||
<li><a href ="NSTimer.html#method-2">+timerWithTimeInterval:invocation:</a>
|
||||
<li><a href ="NSTimer.html#method-3">+timerWithTimeInterval:target:selector:userInfo:repeats:</a>
|
||||
<li><a href ="NSTimer.html#method-4">-fire</a>
|
||||
<li><a href ="NSTimer.html#method-5">-fireDate</a>
|
||||
<li><a href ="NSTimer.html#method-6">-invalidate</a>
|
||||
<li><a href ="NSTimer.html#method-7">-isValid</a>
|
||||
<li><a href ="NSTimer.html#method-8">-timeInterval</a>
|
||||
<li><a href ="NSTimer.html#method-9">-userInfo</a>
|
||||
<li ><a href ="NSTimer.html#method-0">+scheduledTimerWithTimeInterval:invocation:</a>
|
||||
<li ><a href ="NSTimer.html#method-1">+scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:</a>
|
||||
<li ><a href ="NSTimer.html#method-2">+timerWithTimeInterval:invocation:</a>
|
||||
<li ><a href ="NSTimer.html#method-3">+timerWithTimeInterval:target:selector:userInfo:repeats:</a>
|
||||
<li ><a href ="NSTimer.html#method-4">-fire</a>
|
||||
<li ><a href ="NSTimer.html#method-5">-fireDate</a>
|
||||
<li ><a href ="NSTimer.html#method-6">-invalidate</a>
|
||||
<li ><a href ="NSTimer.html#method-7">-isValid</a>
|
||||
<li ><a href ="NSTimer.html#method-8">-timeInterval</a>
|
||||
<li ><a href ="NSTimer.html#method-9">-userInfo</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">scheduledTimerWithTimeInterval:invocation:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSURL</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSTimer.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSURLHandle.html">[Next]</a>
|
||||
<a href ="NSTimer.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSURLHandle.html">[Next] </a>
|
||||
<h1>NSURL</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,25 +27,25 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSURL.html#method-0">+URLWithString:</a>
|
||||
<li><a href ="NSURL.html#method-1">+URLWithString:relativeToURL:</a>
|
||||
<li><a href ="NSURL.html#method-2">+fileURLWithPath:</a>
|
||||
<li><a href ="NSURL.html#method-3">-loadResourceDataNotifyingClient:usingCache:</a>
|
||||
<li><a href ="NSURL.html#method-4">-parameterString</a>
|
||||
<li><a href ="NSURL.html#method-5">-password</a>
|
||||
<li><a href ="NSURL.html#method-6">-path</a>
|
||||
<li><a href ="NSURL.html#method-7">-port</a>
|
||||
<li><a href ="NSURL.html#method-8">-propertyForKey:</a>
|
||||
<li><a href ="NSURL.html#method-9">-query</a>
|
||||
<li><a href ="NSURL.html#method-10">-relativePath</a>
|
||||
<li><a href ="NSURL.html#method-11">-relativeString</a>
|
||||
<li><a href ="NSURL.html#method-12">-resourceDataUsingCache:</a>
|
||||
<li><a href ="NSURL.html#method-13">-resourceSpecifier</a>
|
||||
<li><a href ="NSURL.html#method-14">-scheme</a>
|
||||
<li><a href ="NSURL.html#method-15">-setProperty:</a>
|
||||
<li><a href ="NSURL.html#method-16">-setResourceData:</a>
|
||||
<li><a href ="NSURL.html#method-17">-standardizedURL</a>
|
||||
<li><a href ="NSURL.html#method-18">-user</a>
|
||||
<li ><a href ="NSURL.html#method-0">+URLWithString:</a>
|
||||
<li ><a href ="NSURL.html#method-1">+URLWithString:relativeToURL:</a>
|
||||
<li ><a href ="NSURL.html#method-2">+fileURLWithPath:</a>
|
||||
<li ><a href ="NSURL.html#method-3">-loadResourceDataNotifyingClient:usingCache:</a>
|
||||
<li ><a href ="NSURL.html#method-4">-parameterString</a>
|
||||
<li ><a href ="NSURL.html#method-5">-password</a>
|
||||
<li ><a href ="NSURL.html#method-6">-path</a>
|
||||
<li ><a href ="NSURL.html#method-7">-port</a>
|
||||
<li ><a href ="NSURL.html#method-8">-propertyForKey:</a>
|
||||
<li ><a href ="NSURL.html#method-9">-query</a>
|
||||
<li ><a href ="NSURL.html#method-10">-relativePath</a>
|
||||
<li ><a href ="NSURL.html#method-11">-relativeString</a>
|
||||
<li ><a href ="NSURL.html#method-12">-resourceDataUsingCache:</a>
|
||||
<li ><a href ="NSURL.html#method-13">-resourceSpecifier</a>
|
||||
<li ><a href ="NSURL.html#method-14">-scheme</a>
|
||||
<li ><a href ="NSURL.html#method-15">-setProperty:</a>
|
||||
<li ><a href ="NSURL.html#method-16">-setResourceData:</a>
|
||||
<li ><a href ="NSURL.html#method-17">-standardizedURL</a>
|
||||
<li ><a href ="NSURL.html#method-18">-user</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">URLWithString:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSURLHandle</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSURL.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSUnarchiver.html">[Next]</a>
|
||||
<a href ="NSURL.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSUnarchiver.html">[Next] </a>
|
||||
<h1>NSURLHandle</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -44,11 +44,11 @@
|
|||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<li >
|
||||
<a href ="#GSFileURLHandle">GSFileURLHandle</a> for
|
||||
<code>file:</code> (local file I/O)
|
||||
|
||||
<li>
|
||||
<li >
|
||||
<a href ="#GSHTTPURLHandle">GSHTTPURLHandle</a> for
|
||||
<code>http</code> and <code>shttp</code> (webserver) access.
|
||||
|
||||
|
@ -60,29 +60,29 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSURLHandle.html#method-0">+URLHandleClassForURL:</a>
|
||||
<li><a href ="NSURLHandle.html#method-1">+cachedHandleForURL:</a>
|
||||
<li><a href ="NSURLHandle.html#canInitWithURL:">+canInitWithURL:</a>
|
||||
<li><a href ="NSURLHandle.html#method-2">+registerURLHandleClass:</a>
|
||||
<li><a href ="NSURLHandle.html#method-3">-addClient:</a>
|
||||
<li><a href ="NSURLHandle.html#method-4">-availableResourceData</a>
|
||||
<li><a href ="NSURLHandle.html#method-5">-backgroundLoadDidFailWithReason:</a>
|
||||
<li><a href ="NSURLHandle.html#method-6">-beginLoadInBackground</a>
|
||||
<li><a href ="NSURLHandle.html#cancelLoadInBackground">-cancelLoadInBackground</a>
|
||||
<li><a href ="NSURLHandle.html#method-7">-didLoadBytes:loadComplete:</a>
|
||||
<li><a href ="NSURLHandle.html#endLoadInBackground">-endLoadInBackground</a>
|
||||
<li><a href ="NSURLHandle.html#method-8">-failureReason</a>
|
||||
<li><a href ="NSURLHandle.html#method-9">-flushCachedData</a>
|
||||
<li><a href ="NSURLHandle.html#method-10">-initWithURL:cached:</a>
|
||||
<li><a href ="NSURLHandle.html#method-11">-loadInBackground</a>
|
||||
<li><a href ="NSURLHandle.html#loadInForeground">-loadInForeground</a>
|
||||
<li><a href ="NSURLHandle.html#method-12">-propertyForKey:</a>
|
||||
<li><a href ="NSURLHandle.html#method-13">-propertyForKeyIfAvailable:</a>
|
||||
<li><a href ="NSURLHandle.html#method-14">-removeClient:</a>
|
||||
<li><a href ="NSURLHandle.html#method-15">-resourceData</a>
|
||||
<li><a href ="NSURLHandle.html#method-16">-status</a>
|
||||
<li><a href ="NSURLHandle.html#method-17">-writeData:</a>
|
||||
<li><a href ="NSURLHandle.html#method-18">-writeProperty:forKey:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-0">+URLHandleClassForURL:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-1">+cachedHandleForURL:</a>
|
||||
<li ><a href ="NSURLHandle.html#canInitWithURL:">+canInitWithURL:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-2">+registerURLHandleClass:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-3">-addClient:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-4">-availableResourceData</a>
|
||||
<li ><a href ="NSURLHandle.html#method-5">-backgroundLoadDidFailWithReason:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-6">-beginLoadInBackground</a>
|
||||
<li ><a href ="NSURLHandle.html#cancelLoadInBackground">-cancelLoadInBackground</a>
|
||||
<li ><a href ="NSURLHandle.html#method-7">-didLoadBytes:loadComplete:</a>
|
||||
<li ><a href ="NSURLHandle.html#endLoadInBackground">-endLoadInBackground</a>
|
||||
<li ><a href ="NSURLHandle.html#method-8">-failureReason</a>
|
||||
<li ><a href ="NSURLHandle.html#method-9">-flushCachedData</a>
|
||||
<li ><a href ="NSURLHandle.html#method-10">-initWithURL:cached:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-11">-loadInBackground</a>
|
||||
<li ><a href ="NSURLHandle.html#loadInForeground">-loadInForeground</a>
|
||||
<li ><a href ="NSURLHandle.html#method-12">-propertyForKey:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-13">-propertyForKeyIfAvailable:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-14">-removeClient:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-15">-resourceData</a>
|
||||
<li ><a href ="NSURLHandle.html#method-16">-status</a>
|
||||
<li ><a href ="NSURLHandle.html#method-17">-writeData:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-18">-writeProperty:forKey:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">URLHandleClassForURL:</a></h3>
|
||||
|
@ -273,11 +273,11 @@ Your subclass <em>must </em> override this abstract method.<br>
|
|||
|
||||
|
||||
<ul>
|
||||
<li><a href ="NSURLHandle.html#method-22">-URLHandle:resourceDidBecomeAvailable:</a>
|
||||
<li><a href ="NSURLHandle.html#method-23">-URLHandle:resourceDidFailLoadingWithReason:</a>
|
||||
<li><a href ="NSURLHandle.html#method-19">-URLHandleResourceDidBeginLoading:</a>
|
||||
<li><a href ="NSURLHandle.html#method-20">-URLHandleResourceDidCancelLoading:</a>
|
||||
<li><a href ="NSURLHandle.html#method-21">-URLHandleResourceDidFinishLoading:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-22">-URLHandle:resourceDidBecomeAvailable:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-23">-URLHandle:resourceDidFailLoadingWithReason:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-19">-URLHandleResourceDidBeginLoading:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-20">-URLHandleResourceDidCancelLoading:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-21">-URLHandleResourceDidFinishLoading:</a>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3><a name ="method-19">URLHandleResourceDidBeginLoading:</a></h3>
|
||||
|
@ -323,10 +323,10 @@ Your subclass <em>must </em> override this abstract method.<br>
|
|||
An NSURLHandleStatus is used to report the current state of an
|
||||
NSURLHandle object, it can take the following values -
|
||||
<ul>
|
||||
<li>NSURLHandleNotLoaded
|
||||
<li>NSURLHandleLoadSucceeded
|
||||
<li>NSURLHandleLoadInProgress
|
||||
<li>NSURLHandleLoadFailed
|
||||
<li >NSURLHandleNotLoaded
|
||||
<li >NSURLHandleLoadSucceeded
|
||||
<li >NSURLHandleLoadInProgress
|
||||
<li >NSURLHandleLoadFailed
|
||||
</ul>
|
||||
|
||||
|
||||
|
@ -357,9 +357,9 @@ Your subclass <em>must </em> override this abstract method.<br>
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSURLHandle.html#method-24">-propertyForKey:</a>
|
||||
<li><a href ="NSURLHandle.html#method-25">-writeData:</a>
|
||||
<li><a href ="NSURLHandle.html#method-26">-writeProperty:forKey:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-24">-propertyForKey:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-25">-writeData:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-26">-writeProperty:forKey:</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-24">propertyForKey:</a></h3>
|
||||
|
@ -423,13 +423,13 @@ Your subclass <em>must </em> override this abstract method.<br>
|
|||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<li >
|
||||
NSHTTPPropertyStatusCodeKey - numeric status code
|
||||
|
||||
<li>
|
||||
<li >
|
||||
NSHTTPPropertyStatusReasonKey - text describing status
|
||||
|
||||
<li>
|
||||
<li >
|
||||
NSHTTPPropertyServerHTTPVersionKey - <code>http</code>
|
||||
version supported by remote server
|
||||
|
||||
|
@ -442,8 +442,8 @@ Your subclass <em>must </em> override this abstract method.<br>
|
|||
</p>
|
||||
|
||||
<ul>
|
||||
<li>NSHTTPPropertyRedirectionHeadersKey
|
||||
<li>NSHTTPPropertyErrorPageDataKey
|
||||
<li >NSHTTPPropertyRedirectionHeadersKey
|
||||
<li >NSHTTPPropertyErrorPageDataKey
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
@ -492,9 +492,9 @@ Your subclass <em>must </em> override this abstract method.<br>
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSURLHandle.html#method-27">-propertyForKey:</a>
|
||||
<li><a href ="NSURLHandle.html#method-28">-writeData:</a>
|
||||
<li><a href ="NSURLHandle.html#GSHTTPURLHandle-writeProperty:forKey:">-writeProperty:forKey:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-27">-propertyForKey:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-28">-writeData:</a>
|
||||
<li ><a href ="NSURLHandle.html#GSHTTPURLHandle-writeProperty:forKey:">-writeProperty:forKey:</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-27">propertyForKey:</a></h3>
|
||||
|
@ -504,19 +504,19 @@ Your subclass <em>must </em> override this abstract method.<br>
|
|||
request to the webserver, and get a page back. It then returns
|
||||
the property for the specified key -
|
||||
<ul>
|
||||
<li>
|
||||
<li >
|
||||
NSHTTPPropertyStatusCodeKey - numeric status code returned
|
||||
by the last request.
|
||||
|
||||
<li>
|
||||
<li >
|
||||
NSHTTPPropertyStatusReasonKey - text describing status of
|
||||
the last request
|
||||
|
||||
<li>
|
||||
<li >
|
||||
NSHTTPPropertyServerHTTPVersionKey - <code>http</code>
|
||||
version supported by remote server
|
||||
|
||||
<li>
|
||||
<li >
|
||||
Other keys are taken to be the names of <code>http</code>
|
||||
headers and the corresponding header value (or nil if there
|
||||
is none) is returned.
|
||||
|
@ -543,15 +543,15 @@ Your subclass <em>must </em> override this abstract method.<br>
|
|||
The property is set as a header in the next request, unless it is
|
||||
one of the following -
|
||||
<ul>
|
||||
<li>
|
||||
<li >
|
||||
GSHTTPPropertyMethodKey - override the default method of
|
||||
the request (eg. "PUT").
|
||||
|
||||
<li>
|
||||
<li >
|
||||
GSHTTPPropertyProxyHostKey - specify the name or IP address
|
||||
of a host to proxy through.
|
||||
|
||||
<li>
|
||||
<li >
|
||||
GSHTTPPropertyProxyPortKey - specify the port number to
|
||||
connect to on the proxy host. If not give, this defaults
|
||||
to 8080 for <code>http</code> and 4430 for <code>https</code>.
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSUnarchiver</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSURLHandle.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSUndoManager.html">[Next]</a>
|
||||
<a href ="NSURLHandle.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSUndoManager.html">[Next] </a>
|
||||
<h1>NSUnarchiver</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,18 +27,18 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSUnarchiver.html#method-0">+classNameDecodedForArchiveClassName:</a>
|
||||
<li><a href ="NSUnarchiver.html#method-1">+decodeClassName:</a>
|
||||
<li><a href ="NSUnarchiver.html#method-2">+unarchiveObjectWithData:</a>
|
||||
<li><a href ="NSUnarchiver.html#method-3">+unarchiveObjectWithFile:</a>
|
||||
<li><a href ="NSUnarchiver.html#method-4">-classNameDecodedForArchiveClassName:</a>
|
||||
<li><a href ="NSUnarchiver.html#method-5">-decodeClassName:</a>
|
||||
<li><a href ="NSUnarchiver.html#method-6">-initForReadingWithData:</a>
|
||||
<li><a href ="NSUnarchiver.html#method-7">-isAtEnd</a>
|
||||
<li><a href ="NSUnarchiver.html#method-8">-objectZone</a>
|
||||
<li><a href ="NSUnarchiver.html#method-9">-replaceObject:withObject:</a>
|
||||
<li><a href ="NSUnarchiver.html#method-10">-setObjectZone:</a>
|
||||
<li><a href ="NSUnarchiver.html#method-11">-systemVersion</a>
|
||||
<li ><a href ="NSUnarchiver.html#method-0">+classNameDecodedForArchiveClassName:</a>
|
||||
<li ><a href ="NSUnarchiver.html#method-1">+decodeClassName:</a>
|
||||
<li ><a href ="NSUnarchiver.html#method-2">+unarchiveObjectWithData:</a>
|
||||
<li ><a href ="NSUnarchiver.html#method-3">+unarchiveObjectWithFile:</a>
|
||||
<li ><a href ="NSUnarchiver.html#method-4">-classNameDecodedForArchiveClassName:</a>
|
||||
<li ><a href ="NSUnarchiver.html#method-5">-decodeClassName:</a>
|
||||
<li ><a href ="NSUnarchiver.html#method-6">-initForReadingWithData:</a>
|
||||
<li ><a href ="NSUnarchiver.html#method-7">-isAtEnd</a>
|
||||
<li ><a href ="NSUnarchiver.html#method-8">-objectZone</a>
|
||||
<li ><a href ="NSUnarchiver.html#method-9">-replaceObject:withObject:</a>
|
||||
<li ><a href ="NSUnarchiver.html#method-10">-setObjectZone:</a>
|
||||
<li ><a href ="NSUnarchiver.html#method-11">-systemVersion</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">classNameDecodedForArchiveClassName:</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSUndoManager</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSUnarchiver.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSUserDefaults.html">[Next]</a>
|
||||
<a href ="NSUnarchiver.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSUserDefaults.html">[Next] </a>
|
||||
<h1>NSUndoManager</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,37 +27,37 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSUndoManager.html#method-0">-beginUndoGrouping</a>
|
||||
<li><a href ="NSUndoManager.html#method-1">-canRedo</a>
|
||||
<li><a href ="NSUndoManager.html#method-2">-canUndo</a>
|
||||
<li><a href ="NSUndoManager.html#method-3">-disableUndoRegistration</a>
|
||||
<li><a href ="NSUndoManager.html#method-4">-enableUndoRegistration</a>
|
||||
<li><a href ="NSUndoManager.html#method-5">-endUndoGrouping</a>
|
||||
<li><a href ="NSUndoManager.html#method-6">-forwardInvocation:</a>
|
||||
<li><a href ="NSUndoManager.html#method-7">-groupingLevel</a>
|
||||
<li><a href ="NSUndoManager.html#method-8">-groupsByEvent</a>
|
||||
<li><a href ="NSUndoManager.html#method-9">-isRedoing</a>
|
||||
<li><a href ="NSUndoManager.html#method-11">-isUndoRegisgrationEnabled</a>
|
||||
<li><a href ="NSUndoManager.html#method-10">-isUndoing</a>
|
||||
<li><a href ="NSUndoManager.html#method-12">-levelsOfUndo</a>
|
||||
<li><a href ="NSUndoManager.html#method-13">-prepareWithInvocationTarget:</a>
|
||||
<li><a href ="NSUndoManager.html#method-14">-redo</a>
|
||||
<li><a href ="NSUndoManager.html#method-15">-redoActionName</a>
|
||||
<li><a href ="NSUndoManager.html#method-16">-redoMenuItemTitle</a>
|
||||
<li><a href ="NSUndoManager.html#method-17">-redoMenuTitleForUndoActionName:</a>
|
||||
<li><a href ="NSUndoManager.html#method-18">-registerUndoWithTarget:selector:</a>
|
||||
<li><a href ="NSUndoManager.html#method-19">-removeAllActions</a>
|
||||
<li><a href ="NSUndoManager.html#method-20">-removeAllActionsWithTarget:</a>
|
||||
<li><a href ="NSUndoManager.html#method-21">-runLoopModes</a>
|
||||
<li><a href ="NSUndoManager.html#method-22">-setActionName:</a>
|
||||
<li><a href ="NSUndoManager.html#method-23">-setGroupsByEvent:</a>
|
||||
<li><a href ="NSUndoManager.html#method-24">-setLevelsOfUndo:</a>
|
||||
<li><a href ="NSUndoManager.html#method-25">-setRunLoopModes:</a>
|
||||
<li><a href ="NSUndoManager.html#method-26">-undo</a>
|
||||
<li><a href ="NSUndoManager.html#method-27">-undoActionName</a>
|
||||
<li><a href ="NSUndoManager.html#method-28">-undoMenuItemTitle</a>
|
||||
<li><a href ="NSUndoManager.html#method-29">-undoMenuTitleForUndoActionName:</a>
|
||||
<li><a href ="NSUndoManager.html#method-30">-undoNestedGroup</a>
|
||||
<li ><a href ="NSUndoManager.html#method-0">-beginUndoGrouping</a>
|
||||
<li ><a href ="NSUndoManager.html#method-1">-canRedo</a>
|
||||
<li ><a href ="NSUndoManager.html#method-2">-canUndo</a>
|
||||
<li ><a href ="NSUndoManager.html#method-3">-disableUndoRegistration</a>
|
||||
<li ><a href ="NSUndoManager.html#method-4">-enableUndoRegistration</a>
|
||||
<li ><a href ="NSUndoManager.html#method-5">-endUndoGrouping</a>
|
||||
<li ><a href ="NSUndoManager.html#method-6">-forwardInvocation:</a>
|
||||
<li ><a href ="NSUndoManager.html#method-7">-groupingLevel</a>
|
||||
<li ><a href ="NSUndoManager.html#method-8">-groupsByEvent</a>
|
||||
<li ><a href ="NSUndoManager.html#method-9">-isRedoing</a>
|
||||
<li ><a href ="NSUndoManager.html#method-11">-isUndoRegisgrationEnabled</a>
|
||||
<li ><a href ="NSUndoManager.html#method-10">-isUndoing</a>
|
||||
<li ><a href ="NSUndoManager.html#method-12">-levelsOfUndo</a>
|
||||
<li ><a href ="NSUndoManager.html#method-13">-prepareWithInvocationTarget:</a>
|
||||
<li ><a href ="NSUndoManager.html#method-14">-redo</a>
|
||||
<li ><a href ="NSUndoManager.html#method-15">-redoActionName</a>
|
||||
<li ><a href ="NSUndoManager.html#method-16">-redoMenuItemTitle</a>
|
||||
<li ><a href ="NSUndoManager.html#method-17">-redoMenuTitleForUndoActionName:</a>
|
||||
<li ><a href ="NSUndoManager.html#method-18">-registerUndoWithTarget:selector:</a>
|
||||
<li ><a href ="NSUndoManager.html#method-19">-removeAllActions</a>
|
||||
<li ><a href ="NSUndoManager.html#method-20">-removeAllActionsWithTarget:</a>
|
||||
<li ><a href ="NSUndoManager.html#method-21">-runLoopModes</a>
|
||||
<li ><a href ="NSUndoManager.html#method-22">-setActionName:</a>
|
||||
<li ><a href ="NSUndoManager.html#method-23">-setGroupsByEvent:</a>
|
||||
<li ><a href ="NSUndoManager.html#method-24">-setLevelsOfUndo:</a>
|
||||
<li ><a href ="NSUndoManager.html#method-25">-setRunLoopModes:</a>
|
||||
<li ><a href ="NSUndoManager.html#method-26">-undo</a>
|
||||
<li ><a href ="NSUndoManager.html#method-27">-undoActionName</a>
|
||||
<li ><a href ="NSUndoManager.html#method-28">-undoMenuItemTitle</a>
|
||||
<li ><a href ="NSUndoManager.html#method-29">-undoMenuTitleForUndoActionName:</a>
|
||||
<li ><a href ="NSUndoManager.html#method-30">-undoNestedGroup</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">beginUndoGrouping</a></h3>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<title>NSUserDefaults</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSUndoManager.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSValue.html">[Next]</a>
|
||||
<a href ="NSUndoManager.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSValue.html">[Next] </a>
|
||||
<h1>NSUserDefaults</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -100,38 +100,38 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSUserDefaults.html#method-2">+setUserLanguages:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-0">+standardUserDefaults</a>
|
||||
<li><a href ="NSUserDefaults.html#method-1">+userLanguages</a>
|
||||
<li><a href ="NSUserDefaults.html#method-3">-arrayForKey:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-4">-boolForKey:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-5">-dataForKey:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-6">-dictionaryForKey:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-7">-dictionaryRepresentation</a>
|
||||
<li><a href ="NSUserDefaults.html#method-8">-floatForKey:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-9">-init</a>
|
||||
<li><a href ="NSUserDefaults.html#method-10">-initWithUser:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-11">-integerForKey:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-12">-objectForKey:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-13">-persistentDomainForName:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-14">-persistentDomainNames</a>
|
||||
<li><a href ="NSUserDefaults.html#method-15">-registerDefaults:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-16">-removeObjectForKey:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-17">-removePersistentDomainForName:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-18">-removeVolatileDomainForName:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-19">-searchList</a>
|
||||
<li><a href ="NSUserDefaults.html#method-20">-setBool:forKey:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-21">-setFloat:forKey:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-22">-setInteger:forKey:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-23">-setObject:forKey:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-24">-setPersistentDomain:forName:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-25">-setSearchList:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-26">-setVolatileDomain:forName:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-27">-stringArrayForKey:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-28">-stringForKey:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-29">-synchronize</a>
|
||||
<li><a href ="NSUserDefaults.html#method-30">-volatileDomainForName:</a>
|
||||
<li><a href ="NSUserDefaults.html#method-31">-volatileDomainNames</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-2">+setUserLanguages:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-0">+standardUserDefaults</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-1">+userLanguages</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-3">-arrayForKey:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-4">-boolForKey:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-5">-dataForKey:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-6">-dictionaryForKey:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-7">-dictionaryRepresentation</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-8">-floatForKey:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-9">-init</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-10">-initWithUser:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-11">-integerForKey:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-12">-objectForKey:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-13">-persistentDomainForName:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-14">-persistentDomainNames</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-15">-registerDefaults:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-16">-removeObjectForKey:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-17">-removePersistentDomainForName:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-18">-removeVolatileDomainForName:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-19">-searchList</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-20">-setBool:forKey:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-21">-setFloat:forKey:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-22">-setInteger:forKey:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-23">-setObject:forKey:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-24">-setPersistentDomain:forName:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-25">-setSearchList:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-26">-setVolatileDomain:forName:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-27">-stringArrayForKey:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-28">-stringForKey:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-29">-synchronize</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-30">-volatileDomainForName:</a>
|
||||
<li ><a href ="NSUserDefaults.html#method-31">-volatileDomainNames</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">standardUserDefaults</a></h3>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<title>NSValue</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSUserDefaults.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSUserDefaults.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<h1>NSValue</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -26,22 +26,22 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSValue.html#method-0">+value:withObjCType:</a>
|
||||
<li><a href ="NSValue.html#method-1">+valueWithBytes:objCType:</a>
|
||||
<li><a href ="NSValue.html#method-2">+valueWithNonretainedObject:</a>
|
||||
<li><a href ="NSValue.html#method-3">+valueWithPoint:</a>
|
||||
<li><a href ="NSValue.html#method-4">+valueWithPointer:</a>
|
||||
<li><a href ="NSValue.html#method-5">+valueWithRect:</a>
|
||||
<li><a href ="NSValue.html#method-6">+valueWithSize:</a>
|
||||
<li><a href ="NSValue.html#method-9">-</a>
|
||||
<li><a href ="NSValue.html#method-7">-getValue:</a>
|
||||
<li><a href ="NSValue.html#method-8">-initWithBytes:objCType:</a>
|
||||
<li><a href ="NSValue.html#method-10">-nonretainedObjectValue</a>
|
||||
<li><a href ="NSValue.html#method-11">-objCType</a>
|
||||
<li><a href ="NSValue.html#method-12">-pointValue</a>
|
||||
<li><a href ="NSValue.html#method-13">-pointerValue</a>
|
||||
<li><a href ="NSValue.html#method-14">-rectValue</a>
|
||||
<li><a href ="NSValue.html#method-15">-sizeValue</a>
|
||||
<li ><a href ="NSValue.html#method-0">+value:withObjCType:</a>
|
||||
<li ><a href ="NSValue.html#method-1">+valueWithBytes:objCType:</a>
|
||||
<li ><a href ="NSValue.html#method-2">+valueWithNonretainedObject:</a>
|
||||
<li ><a href ="NSValue.html#method-3">+valueWithPoint:</a>
|
||||
<li ><a href ="NSValue.html#method-4">+valueWithPointer:</a>
|
||||
<li ><a href ="NSValue.html#method-5">+valueWithRect:</a>
|
||||
<li ><a href ="NSValue.html#method-6">+valueWithSize:</a>
|
||||
<li ><a href ="NSValue.html#method-9">-</a>
|
||||
<li ><a href ="NSValue.html#method-7">-getValue:</a>
|
||||
<li ><a href ="NSValue.html#method-8">-initWithBytes:objCType:</a>
|
||||
<li ><a href ="NSValue.html#method-10">-nonretainedObjectValue</a>
|
||||
<li ><a href ="NSValue.html#method-11">-objCType</a>
|
||||
<li ><a href ="NSValue.html#method-12">-pointValue</a>
|
||||
<li ><a href ="NSValue.html#method-13">-pointerValue</a>
|
||||
<li ><a href ="NSValue.html#method-14">-rectValue</a>
|
||||
<li ><a href ="NSValue.html#method-15">-sizeValue</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">value:withObjCType:</a></h3>
|
||||
|
|
|
@ -31,10 +31,6 @@
|
|||
#ifndef __GSXML_H__
|
||||
#define __GSXML_H__
|
||||
|
||||
/* libxml headers */
|
||||
#include <tree.h>
|
||||
#include <entities.h>
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
|
@ -46,12 +42,6 @@
|
|||
@class GSXMLNode;
|
||||
@class GSSAXHandler;
|
||||
|
||||
typedef xmlElementType GSXMLElementType;
|
||||
typedef xmlEntityType GSXMLEntityType;
|
||||
typedef xmlAttributeType GSXMLAttributeType;
|
||||
typedef xmlElementTypeVal GSXMLElementTypeVal;
|
||||
typedef xmlNsType GSXMLNamespaceType;
|
||||
|
||||
|
||||
@interface GSXMLDocument : NSObject
|
||||
{
|
||||
|
@ -90,10 +80,12 @@ typedef xmlNsType GSXMLNamespaceType;
|
|||
BOOL native;
|
||||
}
|
||||
|
||||
+ (NSString*) descriptionFromType: (int)t;
|
||||
+ (GSXMLNamespace*) namespaceWithNode: (GSXMLNode*)node
|
||||
href: (NSString*)href
|
||||
prefix: (NSString*)prefix;
|
||||
+ (GSXMLNamespace*) namespaceFrom: (void*)data;
|
||||
+ (int) typeFromDescription: (NSString*)d;
|
||||
|
||||
- (id) initWithNode: (GSXMLNode*)node
|
||||
href: (NSString*)href
|
||||
|
@ -104,7 +96,8 @@ typedef xmlNsType GSXMLNamespaceType;
|
|||
- (void*) lib;
|
||||
- (GSXMLNamespace*) next;
|
||||
- (NSString*) prefix;
|
||||
- (GSXMLNamespaceType) type;
|
||||
- (int) type;
|
||||
- (NSString*) typeDescription;
|
||||
|
||||
@end
|
||||
|
||||
|
@ -115,8 +108,11 @@ typedef xmlNsType GSXMLNamespaceType;
|
|||
void *lib; /* pointer to struct xmlNode from libxml */
|
||||
BOOL native;
|
||||
}
|
||||
|
||||
+ (NSString*) descriptionFromType: (int)t;
|
||||
+ (GSXMLNode*) nodeWithNamespace: (GSXMLNamespace*)ns name: (NSString*)name;
|
||||
+ (GSXMLNode*) nodeFrom: (void*) data;
|
||||
+ (int) typeFromDescription: (NSString*)d;
|
||||
|
||||
- (id) initWithNamespace: (GSXMLNamespace*)ns name: (NSString*)name;
|
||||
- (id) initFrom: (void*) data;
|
||||
|
@ -133,8 +129,9 @@ typedef xmlNsType GSXMLNamespaceType;
|
|||
- (GSXMLNode*) prev;
|
||||
- (GSXMLAttribute*) properties;
|
||||
- (NSMutableDictionary*) propertiesAsDictionary;
|
||||
- (NSMutableDictionary*) propertiesAsDictionaryWithKeyTransformationSel:(SEL)keyTransformSel;
|
||||
- (GSXMLElementType) type;
|
||||
- (NSMutableDictionary*) propertiesAsDictionaryWithKeyTransformationSel:
|
||||
(SEL)keyTransformSel;
|
||||
- (int) type;
|
||||
- (NSString*) typeDescription;
|
||||
|
||||
- (GSXMLNode*) makeChildWithNamespace: (GSXMLNamespace*)ns
|
||||
|
@ -153,10 +150,13 @@ typedef xmlNsType GSXMLNamespaceType;
|
|||
@interface GSXMLAttribute : GSXMLNode
|
||||
{
|
||||
}
|
||||
|
||||
+ (NSString*) descriptionFromType: (int)t;
|
||||
+ (GSXMLAttribute*) attributeWithNode: (GSXMLNode*)node
|
||||
name: (NSString*)name
|
||||
value: (NSString*)value;
|
||||
+ (GSXMLAttribute*) attributeFrom: (void*)data;
|
||||
+ (int) typeFromDescription: (NSString*)d;
|
||||
|
||||
- (id) initWithNode: (GSXMLNode*)node
|
||||
name: (NSString*)name
|
||||
|
@ -167,7 +167,8 @@ typedef xmlNsType GSXMLNamespaceType;
|
|||
- (GSXMLNamespace*) ns;
|
||||
- (GSXMLAttribute*) next;
|
||||
- (GSXMLAttribute*) prev;
|
||||
- (GSXMLAttributeType) type;
|
||||
- (int) type;
|
||||
- (NSString*) typeDescription;
|
||||
- (NSString*) value;
|
||||
|
||||
@end
|
||||
|
|
181
Source/GSXML.m
181
Source/GSXML.m
|
@ -28,13 +28,6 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
/* libxml headers */
|
||||
#include <parser.h>
|
||||
#include <parserInternals.h>
|
||||
#include <SAX.h>
|
||||
#include <HTMLparser.h>
|
||||
#include <xmlmemory.h>
|
||||
|
||||
#include <Foundation/GSXML.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
|
@ -45,6 +38,15 @@
|
|||
#include <Foundation/NSCharacterSet.h>
|
||||
#include <Foundation/NSFileManager.h>
|
||||
|
||||
/* libxml headers */
|
||||
#include <tree.h>
|
||||
#include <entities.h>
|
||||
#include <parser.h>
|
||||
#include <parserInternals.h>
|
||||
#include <SAX.h>
|
||||
#include <HTMLparser.h>
|
||||
#include <xmlmemory.h>
|
||||
|
||||
extern int xmlDoValidityCheckingDefaultValue;
|
||||
extern int xmlGetWarningsDefaultValue;
|
||||
|
||||
|
@ -263,10 +265,43 @@ loadEntityFunction(const char *url, const char *eid, xmlParserCtxtPtr *ctxt);
|
|||
|
||||
@implementation GSXMLNamespace : NSObject
|
||||
|
||||
static NSMapTable *nsNames = 0;
|
||||
|
||||
+ (void) initialize
|
||||
{
|
||||
if (cacheDone == NO)
|
||||
setupCache();
|
||||
if (self == [GSXMLNamespace class])
|
||||
{
|
||||
if (cacheDone == NO)
|
||||
setupCache();
|
||||
nsNames = NSCreateMapTable(NSIntMapKeyCallBacks,
|
||||
NSNonRetainedObjectMapValueCallBacks, 0);
|
||||
NSMapInsert(nsNames,
|
||||
(void*)XML_LOCAL_NAMESPACE, (void*)@"XML_LOCAL_NAMESPACE");
|
||||
}
|
||||
}
|
||||
|
||||
+ (int) typeFromDescription: (NSString*)desc
|
||||
{
|
||||
NSMapEnumerator enumerator;
|
||||
NSString *val;
|
||||
int key;
|
||||
|
||||
enumerator = NSEnumerateMapTable(nsNames);
|
||||
while (NSNextMapEnumeratorPair(&enumerator, (void**)&key, (void**)&val))
|
||||
{
|
||||
if ([desc isEqual: val] == YES)
|
||||
{
|
||||
return key;
|
||||
}
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
+ (NSString*) descriptionFromType: (int)type
|
||||
{
|
||||
NSString *desc = (NSString*)NSMapGet(nsNames, (void*)[self type]);
|
||||
|
||||
return desc;
|
||||
}
|
||||
|
||||
/* This is the initializer of this class */
|
||||
|
@ -374,9 +409,20 @@ loadEntityFunction(const char *url, const char *eid, xmlParserCtxtPtr *ctxt);
|
|||
}
|
||||
|
||||
/* type of namespace */
|
||||
- (GSXMLNamespaceType) type
|
||||
- (int) type
|
||||
{
|
||||
return (GSXMLNamespaceType)((xmlNsPtr)(lib))->type;
|
||||
return (int)((xmlNsPtr)(lib))->type;
|
||||
}
|
||||
|
||||
- (NSString*) typeDescription
|
||||
{
|
||||
NSString *desc = (NSString*)NSMapGet(nsNames, (void*)[self type]);
|
||||
|
||||
if (desc == nil)
|
||||
{
|
||||
desc = @"Unknown namespace type";
|
||||
}
|
||||
return desc;
|
||||
}
|
||||
|
||||
- (GSXMLNamespace*) next
|
||||
|
@ -463,6 +509,30 @@ static NSMapTable *nodeNames = 0;
|
|||
}
|
||||
}
|
||||
|
||||
+ (int) typeFromDescription: (NSString*)desc
|
||||
{
|
||||
NSMapEnumerator enumerator;
|
||||
NSString *val;
|
||||
int key;
|
||||
|
||||
enumerator = NSEnumerateMapTable(nodeNames);
|
||||
while (NSNextMapEnumeratorPair(&enumerator, (void**)&key, (void**)&val))
|
||||
{
|
||||
if ([desc isEqual: val] == YES)
|
||||
{
|
||||
return key;
|
||||
}
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
+ (NSString*) descriptionFromType: (int)type
|
||||
{
|
||||
NSString *desc = (NSString*)NSMapGet(nodeNames, (void*)[self type]);
|
||||
|
||||
return desc;
|
||||
}
|
||||
|
||||
+ (GSXMLNode*) nodeWithNamespace: (GSXMLNamespace*) ns name: (NSString*) name
|
||||
{
|
||||
return AUTORELEASE([[self alloc] initWithNamespace: ns name: name]);
|
||||
|
@ -579,10 +649,11 @@ static NSMapTable *nodeNames = 0;
|
|||
|
||||
- (NSMutableDictionary*) propertiesAsDictionary
|
||||
{
|
||||
return [self propertiesAsDictionaryWithKeyTransformationSel:NULL];
|
||||
};
|
||||
return [self propertiesAsDictionaryWithKeyTransformationSel: NULL];
|
||||
}
|
||||
|
||||
- (NSMutableDictionary*) propertiesAsDictionaryWithKeyTransformationSel:(SEL)keyTransformSel
|
||||
- (NSMutableDictionary*) propertiesAsDictionaryWithKeyTransformationSel:
|
||||
(SEL)keyTransformSel
|
||||
{
|
||||
xmlAttrPtr prop;
|
||||
NSMutableDictionary *d = [NSMutableDictionary dictionary];
|
||||
|
@ -592,10 +663,12 @@ static NSMapTable *nodeNames = 0;
|
|||
while (prop != NULL)
|
||||
{
|
||||
const void *name = prop->name;
|
||||
NSString*key=UTF8Str(name);
|
||||
if (keyTransformSel)
|
||||
key=[key performSelector:keyTransformSel];
|
||||
NSString *key = UTF8Str(name);
|
||||
|
||||
if (keyTransformSel != 0)
|
||||
{
|
||||
key = [key performSelector: keyTransformSel];
|
||||
}
|
||||
if (prop->children != NULL)
|
||||
{
|
||||
const void *content = prop->children->content;
|
||||
|
@ -612,9 +685,9 @@ static NSMapTable *nodeNames = 0;
|
|||
return d;
|
||||
}
|
||||
|
||||
- (GSXMLElementType) type
|
||||
- (int) type
|
||||
{
|
||||
return (GSXMLElementType)((xmlNodePtr)(lib))->type;
|
||||
return (int)((xmlNodePtr)(lib))->type;
|
||||
}
|
||||
|
||||
- (NSString*) typeDescription
|
||||
|
@ -760,15 +833,77 @@ static NSMapTable *nodeNames = 0;
|
|||
|
||||
@implementation GSXMLAttribute : GSXMLNode
|
||||
|
||||
static NSMapTable *attrNames = 0;
|
||||
|
||||
+ (void) initialize
|
||||
{
|
||||
if (cacheDone == NO)
|
||||
setupCache();
|
||||
if (self == [GSXMLAttribute class])
|
||||
{
|
||||
if (cacheDone == NO)
|
||||
setupCache();
|
||||
attrNames = NSCreateMapTable(NSIntMapKeyCallBacks,
|
||||
NSNonRetainedObjectMapValueCallBacks, 0);
|
||||
NSMapInsert(attrNames,
|
||||
(void*)XML_ATTRIBUTE_CDATA, (void*)@"XML_ATTRIBUTE_CDATA");
|
||||
NSMapInsert(attrNames,
|
||||
(void*)XML_ATTRIBUTE_ID, (void*)@"XML_ATTRIBUTE_ID");
|
||||
NSMapInsert(attrNames,
|
||||
(void*)XML_ATTRIBUTE_IDREF, (void*)@"XML_ATTRIBUTE_IDREF");
|
||||
NSMapInsert(attrNames,
|
||||
(void*)XML_ATTRIBUTE_IDREFS, (void*)@"XML_ATTRIBUTE_IDREFS");
|
||||
NSMapInsert(attrNames,
|
||||
(void*)XML_ATTRIBUTE_ENTITY, (void*)@"XML_ATTRIBUTE_ENTITY");
|
||||
NSMapInsert(attrNames,
|
||||
(void*)XML_ATTRIBUTE_ENTITIES, (void*)@"XML_ATTRIBUTE_ENTITIES");
|
||||
NSMapInsert(attrNames,
|
||||
(void*)XML_ATTRIBUTE_NMTOKEN, (void*)@"XML_ATTRIBUTE_NMTOKEN");
|
||||
NSMapInsert(attrNames,
|
||||
(void*)XML_ATTRIBUTE_NMTOKENS, (void*)@"XML_ATTRIBUTE_NMTOKENS");
|
||||
NSMapInsert(attrNames,
|
||||
(void*)XML_ATTRIBUTE_ENUMERATION, (void*)@"XML_ATTRIBUTE_ENUMERATION");
|
||||
NSMapInsert(attrNames,
|
||||
(void*)XML_ATTRIBUTE_NOTATION, (void*)@"XML_ATTRIBUTE_NOTATION");
|
||||
}
|
||||
}
|
||||
|
||||
- (GSXMLAttributeType) type
|
||||
+ (int) typeFromDescription: (NSString*)desc
|
||||
{
|
||||
return (GSXMLAttributeType)((xmlAttrPtr)(lib))->atype;
|
||||
NSMapEnumerator enumerator;
|
||||
NSString *val;
|
||||
int key;
|
||||
|
||||
enumerator = NSEnumerateMapTable(attrNames);
|
||||
while (NSNextMapEnumeratorPair(&enumerator, (void**)&key, (void**)&val))
|
||||
{
|
||||
if ([desc isEqual: val] == YES)
|
||||
{
|
||||
return key;
|
||||
}
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
+ (NSString*) descriptionFromType: (int)type
|
||||
{
|
||||
NSString *desc = (NSString*)NSMapGet(attrNames, (void*)[self type]);
|
||||
|
||||
return desc;
|
||||
}
|
||||
|
||||
- (int) type
|
||||
{
|
||||
return (int)((xmlAttrPtr)(lib))->atype;
|
||||
}
|
||||
|
||||
- (NSString*) typeDescription
|
||||
{
|
||||
NSString *desc = (NSString*)NSMapGet(attrNames, (void*)[self type]);
|
||||
|
||||
if (desc == nil)
|
||||
{
|
||||
desc = @"Unknown attribute type";
|
||||
}
|
||||
return desc;
|
||||
}
|
||||
|
||||
- (void*) lib
|
||||
|
|
Loading…
Reference in a new issue