Instance Property
インスタンスプロパティ
locale
The locale to use when scanning.
走査している時に使うことになるロケール。
Declaration
宣言
@property(retain) id locale;
Discussion
議論
A scanner’s locale affects the way it interprets numeric values from the string. In particular, a scanner uses the locale’s decimal separator to distinguish the integer and fractional parts of floating-point representations. A scanner with no locale set uses non-localized values. New scanners have no locale by default.
スキャナーのもつロケールは、それが文字列から数値を解釈する方法に影響します。とりわけ、スキャナーはロケールのもつ小数分離子を使って浮動小数点表現の整数と小数部分を識別します。ロケール集合を持たないスキャナーは、非ローカライズ値を使います。新しいスキャナーは、初期状態ではロケールを持ちません。
See Also
参照
Configuring a Scanner
スキャナーを構成設定する
scanLocation
The character position at which the receiver will begin its next scanning operation.
この文字位置で、レシーバはそれの次のスキャン操作を開始するでしょう。
caseSensitive
Flag that indicates whether the receiver distinguishes case in the characters it scans.
レシーバが、それが走査する文字においてケースを識別するかどうかを指し示すフラグ。
charactersToBeSkipped
Character set containing the characters the scanner ignores when looking for a scannable element.
あるスキャン可能な要素を捜すときにスキャナが無視する文字を含んでいる文字集合。