Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.bytecode.Type
gnu.kawa.xml.XDataType
gnu.kawa.xml.XStringType
public class XStringType
extends XDataType
Field 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.