Package org.geotools.xml.xsi
Class XSISimpleTypes
Object
XSISimpleTypes
This class represents the pre-defined simpletypes included within the XML schema definition.
- Author:
- dzwiers www.refractions.net
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
XSI Schema instance of AnyURIstatic class
XSI Schema instance of Base64Binarystatic class
XSI Schema instance of Booleanstatic class
XSI Schema instance of Bytestatic class
XSI Schema instance of Datestatic class
XSI Schema instance of DateTimestatic class
XSI Schema instance of Decimalstatic class
XSI Schema instance of Doublestatic class
XSI Schema instance of Durationstatic class
XSI Schema instance of ENTITIESstatic class
XSI Schema instance of ENTITYstatic class
XSI Schema instance of Floatstatic class
XSI Schema instance of gDaystatic class
XSI Schema instance of gMonthstatic class
XSI Schema instance of gMonthDaystatic class
XSI Schema instance of gYearstatic class
XSI Schema instance of gYearMonthstatic class
XSI Schema instance of HexBinarystatic class
XSI Schema instance of IDstatic class
XSI Schema instance of IDREFstatic class
XSI Schema instance of IDREFSstatic class
XSI Schema instance of Intstatic class
XSI Schema Integerstatic class
XSI Schema instance of Languagestatic class
XSI Schema instance of Longstatic class
XSI Schema instance of Namestatic class
XSI Schema instance of NCNAMEstatic class
XSI Schema instance of NegativeIntegerstatic class
XSI Schema instance of NMTOKENstatic class
XSI Schema instance of NMTOKENSstatic class
XSI Schema instance of NonNegativeIntegerstatic class
XSI Schema instance of NonPositiveIntegerstatic class
XSI Schema instance of NormalizedStringstatic class
XSI Schema instance of NOTATIONstatic class
XSI Schema instance of PositiveIntegerstatic class
XSI Schema instance of QNamestatic class
XSI Schema instance of Shortstatic class
XSI Schema instance of Stringstatic class
XSI Schema instance of Timestatic class
XSI Schema instance of Tokenstatic class
XSI Schema instance of UnsignedBytestatic class
XSI Schema instance of UnsignedIntstatic class
XSI Schema instance of UnsignedLongstatic class
XSI Schema instance of UnsignedShortprotected static class
A generic implementation of a SimpleType for use by the xsi Schema. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SimpleType
static SimpleType
Searches for the requested SimpleType, if not found this method returns null;
-
Field Details
-
NAMESPACE
-
-
Constructor Details
-
XSISimpleTypes
public XSISimpleTypes()
-
-
Method Details
-
find
Searches for the requested SimpleType, if not found this method returns null;- Parameters:
type
- the element localName- Returns:
- SimpleType
-
find
- Returns:
- SimpleType
-