com.sun.msv.datatype.xsd
public class UnsignedIntType extends LongType
java.lang.Long.
See http://www.w3.org/TR/xmlschema-2/#unsignedInt for the spec
We don't have language support for unsigned datatypes, so things are not so easy.
UnsignedIntType uses a LongType as a base implementation, for the convenience and
faster performance.
| Field Summary | |
|---|---|
| static UnsignedIntType | theInstance |
| Method Summary | |
|---|---|
| XSDatatype | getBaseType() |
| Object | _createValue(String lexicalValue, ValidationContext context) |