| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectgnu.bytecode.Typegnu.kawa.xml.XDataTypegnu.kawa.xml.XStringTypepublic class XStringTypeextends XDataTypeField Summary | |
static XStringType | |
static XStringType | |
static XStringType | |
static XStringType | |
static XStringType | |
static XStringType | |
static XStringType | |
static XStringType | |
static XStringType | |
Fields inherited from class gnu.bytecode.Type | |
booleanValue_method, boolean_ctype, boolean_type, byte_type, char_type, clone_method, doubleValue_method, double_type, floatValue_method, float_type, intValue_method, int_type, java_lang_Class_type, longValue_method, long_type, neverReturnsType, nullType, number_type, pointer_type, reflectClass, short_type, string_type, throwable_type, toString_method, tostring_type, typeArray0, void_type | |
Constructor Summary | |
| |
Method Summary | |
Object |
|
boolean |
|
static XString |
|
String |
|
Object |
|
Methods inherited from class gnu.kawa.xml.XDataType | |
cast, castable, coerceFromObject, compare, emitCoerceFromObject, emitCoerceToObject, emitIsInstance, emitTestIf, getConstructor, getImplementationType, getReflectClass, isInstance, makeDouble, makeFloat, print, toString, valueOf | |
public String matches(String value)
Check if the String matches the restrictions on this type. Assumes any normalization has been done.
- Returns:
- null on success or an error message otherwise.