|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface XSSimpleType
represents the simple type
definition of schema component and defines methods to query the information
contained.
Any simple type (atomic, list or union) will implement this interface.
It inherits from XSTypeDecl
.
Field Summary | |
---|---|
static short |
PRIMITIVE_ANYURI
"anyURI" type |
static short |
PRIMITIVE_BASE64BINARY
"base64Binary" type |
static short |
PRIMITIVE_BOOLEAN
"boolean" type |
static short |
PRIMITIVE_DATE
"date" type |
static short |
PRIMITIVE_DATETIME
"dataTime" type |
static short |
PRIMITIVE_DECIMAL
"decimal" type |
static short |
PRIMITIVE_DOUBLE
"double" type |
static short |
PRIMITIVE_DURATION
"duration" type |
static short |
PRIMITIVE_FLOAT
"float" type |
static short |
PRIMITIVE_GDAY
"gDay" type |
static short |
PRIMITIVE_GMONTH
"gMonth" type |
static short |
PRIMITIVE_GMONTHDAY
"gMonthDay" type |
static short |
PRIMITIVE_GYEAR
"gYear" type |
static short |
PRIMITIVE_GYEARMONTH
"gYearMonth" type |
static short |
PRIMITIVE_HEXBINARY
"hexBinary" type |
static short |
PRIMITIVE_NOTATION
"NOTATION" type |
static short |
PRIMITIVE_PRECISIONDECIMAL
"precisionDecimal" type |
static short |
PRIMITIVE_QNAME
"QName" type |
static short |
PRIMITIVE_STRING
"string" type |
static short |
PRIMITIVE_TIME
"time" type |
static short |
WS_COLLAPSE
collapse the white spaces |
static short |
WS_PRESERVE
preserve the white spaces |
static short |
WS_REPLACE
replace the white spaces |
Fields inherited from interface org.apache.xerces.xs.XSSimpleTypeDefinition |
---|
FACET_ENUMERATION, FACET_FRACTIONDIGITS, FACET_LENGTH, FACET_MAXEXCLUSIVE, FACET_MAXINCLUSIVE, FACET_MAXLENGTH, FACET_MINEXCLUSIVE, FACET_MININCLUSIVE, FACET_MINLENGTH, FACET_NONE, FACET_PATTERN, FACET_TOTALDIGITS, FACET_WHITESPACE, ORDERED_FALSE, ORDERED_PARTIAL, ORDERED_TOTAL, VARIETY_ABSENT, VARIETY_ATOMIC, VARIETY_LIST, VARIETY_UNION |
Fields inherited from interface org.apache.xerces.xs.XSTypeDefinition |
---|
COMPLEX_TYPE, SIMPLE_TYPE |
Method Summary | |
---|---|
void |
applyFacets(XSFacets facets,
short presentFacet,
short fixedFacet,
ValidationContext context)
If this type is created from restriction, then some facets can be applied to the simple type. |
short |
getPrimitiveKind()
return an ID representing the built-in primitive base type. |
short |
getWhitespace()
Return the whitespace corresponding to this datatype. |
boolean |
isEqual(java.lang.Object value1,
java.lang.Object value2)
Check whether two actual values are equal. |
boolean |
isIDType()
Check whether this type is or is derived from ID. |
java.lang.Object |
validate(java.lang.Object content,
ValidationContext context,
ValidatedInfo validatedInfo)
validate a given string value, represented by content.toString(). |
java.lang.Object |
validate(java.lang.String content,
ValidationContext context,
ValidatedInfo validatedInfo)
validate a given string against this simple type. |
void |
validate(ValidationContext context,
ValidatedInfo validatedInfo)
Validate an actual value against this simple type. |
Methods inherited from interface org.apache.xerces.xs.XSSimpleTypeDefinition |
---|
getAnnotations, getBounded, getBuiltInKind, getDefinedFacets, getFacet, getFacets, getFinite, getFixedFacets, getItemType, getLexicalEnumeration, getLexicalFacetValue, getLexicalPattern, getMemberTypes, getMultiValueFacets, getNumeric, getOrdered, getPrimitiveType, getVariety, isDefinedFacet, isFixedFacet |
Methods inherited from interface org.apache.xerces.xs.XSTypeDefinition |
---|
derivedFrom, derivedFromType, getAnonymous, getBaseType, getFinal, getTypeCategory, isFinal |
Methods inherited from interface org.apache.xerces.xs.XSObject |
---|
getName, getNamespace, getNamespaceItem, getType |
Field Detail |
public static final short WS_PRESERVE
public static final short WS_REPLACE
public static final short WS_COLLAPSE
public static final short PRIMITIVE_STRING
public static final short PRIMITIVE_BOOLEAN
public static final short PRIMITIVE_DECIMAL
public static final short PRIMITIVE_FLOAT
public static final short PRIMITIVE_DOUBLE
public static final short PRIMITIVE_DURATION
public static final short PRIMITIVE_DATETIME
public static final short PRIMITIVE_TIME
public static final short PRIMITIVE_DATE
public static final short PRIMITIVE_GYEARMONTH
public static final short PRIMITIVE_GYEAR
public static final short PRIMITIVE_GMONTHDAY
public static final short PRIMITIVE_GDAY
public static final short PRIMITIVE_GMONTH
public static final short PRIMITIVE_HEXBINARY
public static final short PRIMITIVE_BASE64BINARY
public static final short PRIMITIVE_ANYURI
public static final short PRIMITIVE_QNAME
public static final short PRIMITIVE_PRECISIONDECIMAL
public static final short PRIMITIVE_NOTATION
Method Detail |
public short getPrimitiveKind()
public java.lang.Object validate(java.lang.String content, ValidationContext context, ValidatedInfo validatedInfo) throws InvalidDatatypeValueException
content
- the string value that needs to be validatedcontext
- the validation contextvalidatedInfo
- used to store validation resultpublic java.lang.Object validate(java.lang.Object content, ValidationContext context, ValidatedInfo validatedInfo) throws InvalidDatatypeValueException
content
- the string value that needs to be validatedcontext
- the validation contextvalidatedInfo
- used to store validation resultpublic void validate(ValidationContext context, ValidatedInfo validatedInfo) throws InvalidDatatypeValueException
context
- the validation contextvalidatedInfo
- used to provide the actual value and member typesInvalidDatatypeValueException
- exception for invalid values.public void applyFacets(XSFacets facets, short presentFacet, short fixedFacet, ValidationContext context) throws InvalidDatatypeFacetException
XSFacets
is used to pass the value of
different facets.facets
- the value of all the facetspresentFacet
- bit combination value of the costraining facet
constants which are present.fixedFacet
- bit combination value of the costraining facet
constants which are fixed.context
- the validation contextInvalidDatatypeFacetException
- exception for invalid facet values.public boolean isEqual(java.lang.Object value1, java.lang.Object value2)
value1
- the first valuevalue2
- the second valuepublic boolean isIDType()
public short getWhitespace() throws DatatypeException
DatatypeException
- union datatypes don't have whitespace facet associated with them
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |