|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcdqa.dom.XMLChar
public final class XMLChar
class XMLChar
Field Summary | |
---|---|
(package private) static byte[] |
flags
|
static java.lang.String |
S_SPACES
String of acceptable XML whitespace characters. |
Method Summary | |
---|---|
static boolean |
checkAllSpace(java.lang.String string)
Returns true if the specified string contains only XML whitespaces Refer to the definition of S for details. |
static boolean |
isChar(int ch)
Returns whether the specified ch conforms to the XML 1.0 definition of a character. |
static boolean |
isLetter(int ch)
Returns whether the specified ch conforms to the XML 1.0 definition of a Letter. |
static boolean |
isNameChar(int ch)
Returns whether the specified ch conforms to the XML 1.0 definition of a character that can be used in a name. |
static boolean |
isSpace(int ch)
Returns whether the specified ch conforms to the XML 1.0 definition of whitespace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String S_SPACES
static byte[] flags
Method Detail |
---|
public static boolean isChar(int ch)
character
for details.
ch
- Character to check as an XML character.
isNameChar(int)
public static boolean isNameChar(int ch)
name character
for details.
ch
- Character to check as an XML name character.
isChar(int)
public static boolean isSpace(int ch)
S
for details.
ch
- Character to check as XML whitespace.
public static boolean checkAllSpace(java.lang.String string)
S
for details.
string
- String to check.
public static boolean isLetter(int ch)
letter
for details.
ch
- Character to check as an XML letter.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |