|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dk.brics.xact.StringTypes
public abstract class StringTypes
Patterns for various XML strings.
Method Summary | |
---|---|
static boolean |
isChars(String text)
Checks whether the given string matches (Char)*. |
static boolean |
isName(String text)
Checks whether the given string matches Name. |
static boolean |
isNCName(String text)
Checks whether the given string matches NCName. |
static boolean |
isWhitespace(String text)
Checks whether the given string matches S. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isChars(String text)
public static boolean isName(String text)
public static boolean isNCName(String text)
public static boolean isWhitespace(String text)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |