com.sun.msv.datatype.xsd
public class StringType extends BuiltinAtomicType implements Discrete
java.lang.String.
See http://www.w3.org/TR/xmlschema-2/#string for the spec
| Field Summary | |
|---|---|
| static StringType | theInstance |
| Method Summary | |
|---|---|
| String | convertToLexicalValue(Object value, SerializationContext context) |
| int | countLength(Object value) |
| XSDatatype | getBaseType() |
| Class | getJavaObjectType() |
| boolean | isAlwaysValid() |
| int | isFacetApplicable(String facetName) |
| Object | _createValue(String lexicalValue, ValidationContext context) |