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 classstatic classXSI Schema instance of AnyURIstatic classXSI Schema instance of Base64Binarystatic classXSI Schema instance of Booleanstatic classXSI Schema instance of Bytestatic classXSI Schema instance of Datestatic classXSI Schema instance of DateTimestatic classXSI Schema instance of Decimalstatic classXSI Schema instance of Doublestatic classXSI Schema instance of Durationstatic classXSI Schema instance of ENTITIESstatic classXSI Schema instance of ENTITYstatic classXSI Schema instance of Floatstatic classXSI Schema instance of gDaystatic classXSI Schema instance of gMonthstatic classXSI Schema instance of gMonthDaystatic classXSI Schema instance of gYearstatic classXSI Schema instance of gYearMonthstatic classXSI Schema instance of HexBinarystatic classXSI Schema instance of IDstatic classXSI Schema instance of IDREFstatic classXSI Schema instance of IDREFSstatic classXSI Schema instance of Intstatic classXSI Schema Integerstatic classXSI Schema instance of Languagestatic classXSI Schema instance of Longstatic classXSI Schema instance of Namestatic classXSI Schema instance of NCNAMEstatic classXSI Schema instance of NegativeIntegerstatic classXSI Schema instance of NMTOKENstatic classXSI Schema instance of NMTOKENSstatic classXSI Schema instance of NonNegativeIntegerstatic classXSI Schema instance of NonPositiveIntegerstatic classXSI Schema instance of NormalizedStringstatic classXSI Schema instance of NOTATIONstatic classXSI Schema instance of PositiveIntegerstatic classXSI Schema instance of QNamestatic classXSI Schema instance of Shortstatic classXSI Schema instance of Stringstatic classXSI Schema instance of Timestatic classXSI Schema instance of Tokenstatic classXSI Schema instance of UnsignedBytestatic classXSI Schema instance of UnsignedIntstatic classXSI Schema instance of UnsignedLongstatic classXSI Schema instance of UnsignedShortprotected static classA generic implementation of a SimpleType for use by the xsi Schema. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SimpleTypestatic SimpleTypeSearches 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
-