|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.cssj.sakae.sac.parser.ScannerUtilities
A collection of utility functions for a CSS scanner.
フィールドの概要 | |
protected static int[] |
HEXADECIMAL
The set of the valid hexadecimal characters. |
protected static int[] |
IDENTIFIER_START
The set of the valid identifier start characters. |
protected static int[] |
NAME
The set of the valid name characters. |
protected static int[] |
STRING
The set of the valid string characters. |
protected static int[] |
URI
The set of the valid uri characters. |
コンストラクタの概要 | |
protected |
ScannerUtilities()
This class does not need to be instantiated. |
メソッドの概要 | |
static boolean |
isCSSHexadecimalCharacter(char c)
Tests whether the given character is a valid hexadecimal character. |
static boolean |
isCSSIdentifierStartCharacter(char c)
Tests whether the given character is a valid identifier start character. |
static boolean |
isCSSNameCharacter(char c)
Tests whether the given character is a valid name character. |
static boolean |
isCSSSpace(char c)
Tests whether the given character is a valid space. |
static boolean |
isCSSStringCharacter(char c)
Tests whether the given character is a valid string character. |
static boolean |
isCSSURICharacter(char c)
Tests whether the given character is a valid URI character. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected static final int[] IDENTIFIER_START
protected static final int[] NAME
protected static final int[] HEXADECIMAL
protected static final int[] STRING
protected static final int[] URI
コンストラクタの詳細 |
protected ScannerUtilities()
メソッドの詳細 |
public static boolean isCSSSpace(char c)
public static boolean isCSSIdentifierStartCharacter(char c)
public static boolean isCSSNameCharacter(char c)
public static boolean isCSSHexadecimalCharacter(char c)
public static boolean isCSSStringCharacter(char c)
public static boolean isCSSURICharacter(char c)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |