| org.geotools.xs.TestSchema org.geotools.xs.bindings.XSIntegerStrategyTest
XSIntegerStrategyTest | public class XSIntegerStrategyTest extends TestSchema (Code) | | |
Method Summary | |
protected QName | getQName() | public void | testParse() integer has a lexical representation consisting of a finite-length
sequence of decimal digits (#x30-#x39) with an optional leading sign. |
testParse | public void testParse() throws Exception(Code) | | integer has a lexical representation consisting of a finite-length
sequence of decimal digits (#x30-#x39) with an optional leading sign.
If the sign is omitted, "+" is assumed.
For example: -1, 0, 12678967543233, +100000.
|
|
|