XML updates

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7523 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-09-15 19:56:39 +00:00
parent ad4737dd34
commit 9c6703537a
88 changed files with 5305 additions and 2013 deletions

View file

@ -16,12 +16,16 @@
<h2><a name="cont-0">NSNumberFormatter</a></h2>
<h2><a name="NSNumberFormatter">NSNumberFormatter</a></h2>
<p><b>Declared in:</b> Foundation/NSNumberFormatter.h</p>
<p><b>Inherits from:</b> NSFormatter</p>
<p><b>Inherits from:</b> <A HREF="NSFormatter.html#NSFormatter">NSFormatter</A></p>
<p><b>Conforms to:</b> NSObject
</p>
<hr>
<h2>Instance Variables</h2>
<ul>
</ul>
<h2>Methods</h2>
<ul>
<li><a href="NSNumberFormatter.html#method-0">-allowsFloats</a>
<li><a href="NSNumberFormatter.html#method-1">-attributedStringForNil</a>
@ -56,164 +60,164 @@
<li><a href="NSNumberFormatter.html#method-30">-textAttributesForPositiveValues</a>
<li><a href="NSNumberFormatter.html#method-31">-thousandSeparator</a>
</ul>
<hr>
<h2><a name="method-0">allowsFloats</a></h2>
<hr><h2>Instances Methods</h2>
<h3><a name="method-0">allowsFloats</a></h3>
- (BOOL) <b>allowsFloats</b>;<br>
<hr>
<h2><a name="method-1">attributedStringForNil</a></h2>
- (NSAttributedString*) <b>attributedStringForNil</b>;<br>
<h3><a name="method-1">attributedStringForNil</a></h3>
- (<A HREF="NSAttributedString.html#NSAttributedString">NSAttributedString</A>*) <b>attributedStringForNil</b>;<br>
<hr>
<h2><a name="method-2">attributedStringForNotANumber</a></h2>
- (NSAttributedString*) <b>attributedStringForNotANumber</b>;<br>
<h3><a name="method-2">attributedStringForNotANumber</a></h3>
- (<A HREF="NSAttributedString.html#NSAttributedString">NSAttributedString</A>*) <b>attributedStringForNotANumber</b>;<br>
<hr>
<h2><a name="method-3">attributedStringForZero</a></h2>
- (NSAttributedString*) <b>attributedStringForZero</b>;<br>
<h3><a name="method-3">attributedStringForZero</a></h3>
- (<A HREF="NSAttributedString.html#NSAttributedString">NSAttributedString</A>*) <b>attributedStringForZero</b>;<br>
<hr>
<h2><a name="method-4">decimalSeparator</a></h2>
- (NSString*) <b>decimalSeparator</b>;<br>
<h3><a name="method-4">decimalSeparator</a></h3>
- (<A HREF="NSString.html#NSString">NSString</A>*) <b>decimalSeparator</b>;<br>
<hr>
<h2><a name="method-5">format</a></h2>
- (NSString*) <b>format</b>;<br>
<h3><a name="method-5">format</a></h3>
- (<A HREF="NSString.html#NSString">NSString</A>*) <b>format</b>;<br>
<hr>
<h2><a name="method-6">hasThousandSeparators</a></h2>
<h3><a name="method-6">hasThousandSeparators</a></h3>
- (BOOL) <b>hasThousandSeparators</b>;<br>
<hr>
<h2><a name="method-7">localizesFormat</a></h2>
<h3><a name="method-7">localizesFormat</a></h3>
- (BOOL) <b>localizesFormat</b>;<br>
<hr>
<h2><a name="method-8">maximum</a></h2>
- (NSDecimalNumber*) <b>maximum</b>;<br>
<h3><a name="method-8">maximum</a></h3>
- (<A HREF="NSDecimalNumber.html#NSDecimalNumber">NSDecimalNumber</A>*) <b>maximum</b>;<br>
<hr>
<h2><a name="method-9">minimum</a></h2>
- (NSDecimalNumber*) <b>minimum</b>;<br>
<h3><a name="method-9">minimum</a></h3>
- (<A HREF="NSDecimalNumber.html#NSDecimalNumber">NSDecimalNumber</A>*) <b>minimum</b>;<br>
<hr>
<h2><a name="method-10">negativeFormat</a></h2>
- (NSString*) <b>negativeFormat</b>;<br>
<h3><a name="method-10">negativeFormat</a></h3>
- (<A HREF="NSString.html#NSString">NSString</A>*) <b>negativeFormat</b>;<br>
<hr>
<h2><a name="method-11">positiveFormat</a></h2>
- (NSString*) <b>positiveFormat</b>;<br>
<h3><a name="method-11">positiveFormat</a></h3>
- (<A HREF="NSString.html#NSString">NSString</A>*) <b>positiveFormat</b>;<br>
<hr>
<h2><a name="method-12">roundingBehavior</a></h2>
- (NSDecimalNumberHandler*) <b>roundingBehavior</b>;<br>
<h3><a name="method-12">roundingBehavior</a></h3>
- (<A HREF="NSDecimalNumberHandler.html#NSDecimalNumberHandler">NSDecimalNumberHandler</A>*) <b>roundingBehavior</b>;<br>
<hr>
<h2><a name="method-13">setAllowsFloats:</a></h2>
<h3><a name="method-13">setAllowsFloats:</a></h3>
- (void) <b>setAllowsFloats:</b> (BOOL)flag;<br>
<hr>
<h2><a name="method-14">setAttributedStringForNil:</a></h2>
- (void) <b>setAttributedStringForNil:</b> (NSAttributedString*)newAttributedString;<br>
<h3><a name="method-14">setAttributedStringForNil:</a></h3>
- (void) <b>setAttributedStringForNil:</b> (<A HREF="NSAttributedString.html#NSAttributedString">NSAttributedString</A>*)newAttributedString;<br>
<hr>
<h2><a name="method-15">setAttributedStringForNotANumber:</a></h2>
- (void) <b>setAttributedStringForNotANumber:</b> (NSAttributedString*)newAttributedString;<br>
<h3><a name="method-15">setAttributedStringForNotANumber:</a></h3>
- (void) <b>setAttributedStringForNotANumber:</b> (<A HREF="NSAttributedString.html#NSAttributedString">NSAttributedString</A>*)newAttributedString;<br>
<hr>
<h2><a name="method-16">setAttributedStringForZero:</a></h2>
- (void) <b>setAttributedStringForZero:</b> (NSAttributedString*)newAttributedString;<br>
<h3><a name="method-16">setAttributedStringForZero:</a></h3>
- (void) <b>setAttributedStringForZero:</b> (<A HREF="NSAttributedString.html#NSAttributedString">NSAttributedString</A>*)newAttributedString;<br>
<hr>
<h2><a name="method-17">setDecimalSeparator:</a></h2>
- (void) <b>setDecimalSeparator:</b> (NSString*)newSeparator;<br>
<h3><a name="method-17">setDecimalSeparator:</a></h3>
- (void) <b>setDecimalSeparator:</b> (<A HREF="NSString.html#NSString">NSString</A>*)newSeparator;<br>
<hr>
<h2><a name="method-18">setFormat:</a></h2>
- (void) <b>setFormat:</b> (NSString*)aFormat;<br>
<h3><a name="method-18">setFormat:</a></h3>
- (void) <b>setFormat:</b> (<A HREF="NSString.html#NSString">NSString</A>*)aFormat;<br>
<hr>
<h2><a name="method-19">setHasThousandSeparators:</a></h2>
<h3><a name="method-19">setHasThousandSeparators:</a></h3>
- (void) <b>setHasThousandSeparators:</b> (BOOL)flag;<br>
<hr>
<h2><a name="method-20">setLocalizesFormat:</a></h2>
<h3><a name="method-20">setLocalizesFormat:</a></h3>
- (void) <b>setLocalizesFormat:</b> (BOOL)flag;<br>
<hr>
<h2><a name="method-21">setMaximum:</a></h2>
- (void) <b>setMaximum:</b> (NSDecimalNumber*)aMaximum;<br>
<h3><a name="method-21">setMaximum:</a></h3>
- (void) <b>setMaximum:</b> (<A HREF="NSDecimalNumber.html#NSDecimalNumber">NSDecimalNumber</A>*)aMaximum;<br>
<hr>
<h2><a name="method-22">setMinimum:</a></h2>
- (void) <b>setMinimum:</b> (NSDecimalNumber*)aMinimum;<br>
<h3><a name="method-22">setMinimum:</a></h3>
- (void) <b>setMinimum:</b> (<A HREF="NSDecimalNumber.html#NSDecimalNumber">NSDecimalNumber</A>*)aMinimum;<br>
<hr>
<h2><a name="method-23">setNegativeFormat:</a></h2>
- (void) <b>setNegativeFormat:</b> (NSString*)aFormat;<br>
<h3><a name="method-23">setNegativeFormat:</a></h3>
- (void) <b>setNegativeFormat:</b> (<A HREF="NSString.html#NSString">NSString</A>*)aFormat;<br>
<hr>
<h2><a name="method-24">setPositiveFormat:</a></h2>
- (void) <b>setPositiveFormat:</b> (NSString*)aFormat;<br>
<h3><a name="method-24">setPositiveFormat:</a></h3>
- (void) <b>setPositiveFormat:</b> (<A HREF="NSString.html#NSString">NSString</A>*)aFormat;<br>
<hr>
<h2><a name="method-25">setRoundingBehavior:</a></h2>
- (void) <b>setRoundingBehavior:</b> (NSDecimalNumberHandler*)newRoundingBehavior;<br>
<h3><a name="method-25">setRoundingBehavior:</a></h3>
- (void) <b>setRoundingBehavior:</b> (<A HREF="NSDecimalNumberHandler.html#NSDecimalNumberHandler">NSDecimalNumberHandler</A>*)newRoundingBehavior;<br>
<hr>
<h2><a name="method-26">setTextAttributesForNegativeValues:</a></h2>
- (void) <b>setTextAttributesForNegativeValues:</b> (NSDictionary*)newAttributes;<br>
<h3><a name="method-26">setTextAttributesForNegativeValues:</a></h3>
- (void) <b>setTextAttributesForNegativeValues:</b> (<A HREF="NSDictionary.html#NSDictionary">NSDictionary</A>*)newAttributes;<br>
<hr>
<h2><a name="method-27">setTextAttributesForPositiveValues:</a></h2>
- (void) <b>setTextAttributesForPositiveValues:</b> (NSDictionary*)newAttributes;<br>
<h3><a name="method-27">setTextAttributesForPositiveValues:</a></h3>
- (void) <b>setTextAttributesForPositiveValues:</b> (<A HREF="NSDictionary.html#NSDictionary">NSDictionary</A>*)newAttributes;<br>
<hr>
<h2><a name="method-28">setThousandSeparator:</a></h2>
- (void) <b>setThousandSeparator:</b> (NSString*)newSeparator;<br>
<h3><a name="method-28">setThousandSeparator:</a></h3>
- (void) <b>setThousandSeparator:</b> (<A HREF="NSString.html#NSString">NSString</A>*)newSeparator;<br>
<hr>
<h2><a name="method-29">textAttributesForNegativeValues</a></h2>
- (NSDictionary*) <b>textAttributesForNegativeValues</b>;<br>
<h3><a name="method-29">textAttributesForNegativeValues</a></h3>
- (<A HREF="NSDictionary.html#NSDictionary">NSDictionary</A>*) <b>textAttributesForNegativeValues</b>;<br>
<hr>
<h2><a name="method-30">textAttributesForPositiveValues</a></h2>
- (NSDictionary*) <b>textAttributesForPositiveValues</b>;<br>
<h3><a name="method-30">textAttributesForPositiveValues</a></h3>
- (<A HREF="NSDictionary.html#NSDictionary">NSDictionary</A>*) <b>textAttributesForPositiveValues</b>;<br>
<hr>
<h2><a name="method-31">thousandSeparator</a></h2>
- (NSString*) <b>thousandSeparator</b>;<br>
<h3><a name="method-31">thousandSeparator</a></h3>
- (<A HREF="NSString.html#NSString">NSString</A>*) <b>thousandSeparator</b>;<br>
<hr>