|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Datatype in com.thaiopensource.datatype |
---|
Subinterfaces of Datatype in com.thaiopensource.datatype | |
---|---|
interface |
Datatype2
|
Uses of Datatype in com.thaiopensource.datatype.xsd |
---|
Classes in com.thaiopensource.datatype.xsd that implement Datatype | |
---|---|
(package private) class |
AnyUriDatatype
|
(package private) class |
Base64BinaryDatatype
|
(package private) class |
BinaryDatatype
|
(package private) class |
BooleanDatatype
|
(package private) class |
CdataDatatype
|
(package private) class |
DatatypeBase
|
(package private) class |
DateTimeDatatype
|
(package private) class |
DecimalDatatype
|
(package private) class |
DoubleDatatype
|
(package private) class |
DurationDatatype
|
(package private) class |
EntityDatatype
|
(package private) class |
FloatDatatype
|
(package private) class |
HexBinaryDatatype
|
(package private) class |
IdDatatype
|
(package private) class |
IdrefDatatype
|
(package private) class |
IntegerRestrictDatatype
|
(package private) class |
LengthRestrictDatatype
|
(package private) class |
ListDatatype
|
(package private) class |
MaxExclusiveRestrictDatatype
|
(package private) class |
MaxInclusiveRestrictDatatype
|
(package private) class |
MaxLengthRestrictDatatype
|
(package private) class |
MinExclusiveRestrictDatatype
|
(package private) class |
MinInclusiveRestrictDatatype
|
(package private) class |
MinLengthRestrictDatatype
|
(package private) class |
NameDatatype
|
(package private) class |
NCNameDatatype
|
(package private) class |
NmtokenDatatype
|
(package private) class |
PatternRestrictDatatype
|
(package private) class |
PrecisionRestrictDatatype
|
(package private) class |
QNameDatatype
|
(package private) class |
RegexDatatype
|
(package private) class |
RestrictDatatype
|
(package private) class |
ScaleRestrictDatatype
|
(package private) class |
ValueRestrictDatatype
|
Methods in com.thaiopensource.datatype.xsd that return Datatype | |
---|---|
Datatype |
DatatypeBuilderImpl.createDatatype()
|
Datatype |
DatatypeLibraryImpl.createDatatype(String type)
|
Uses of Datatype in com.thaiopensource.relaxng.impl |
---|
Classes in com.thaiopensource.relaxng.impl that implement Datatype | |
---|---|
(package private) class |
StringDatatype
|
(package private) class |
TokenDatatype
|
Fields in com.thaiopensource.relaxng.impl declared as Datatype | |
---|---|
private Datatype |
ValuePattern.dt
|
private Datatype |
ValueDataDerivType.dt
|
private Datatype |
DatatypeValue.dt
|
private Datatype |
DataPattern.dt
|
private Datatype |
DataDataDerivType.dt
|
private Datatype |
BuiltinDatatypeBuilder.dt
|
Methods in com.thaiopensource.relaxng.impl that return Datatype | |
---|---|
Datatype |
BuiltinDatatypeBuilder.createDatatype()
|
Datatype |
CompatibilityDatatypeLibrary.createDatatype(String type)
|
Datatype |
BuiltinDatatypeLibrary.createDatatype(String type)
|
(package private) Datatype |
ValuePattern.getDatatype()
|
(package private) Datatype |
ValueDataDerivType.getDatatype()
|
(package private) Datatype |
DataPattern.getDatatype()
|
Methods in com.thaiopensource.relaxng.impl with parameters of type Datatype | |
---|---|
private void |
IdTypeMapBuilder.BuildFunction.datatype(Datatype dt)
|
(package private) Pattern |
SchemaPatternBuilder.makeData(Datatype dt)
|
(package private) Pattern |
SchemaPatternBuilder.makeDataExcept(Datatype dt,
Pattern except,
Locator loc)
|
(package private) Pattern |
SchemaPatternBuilder.makeValue(Datatype dt,
Object obj)
|
private void |
SchemaPatternBuilder.noteDatatype(Datatype dt)
|
void |
PatternVisitor.visitData(Datatype dt)
|
void |
PatternDumper.DumpPatternVisitor.visitData(Datatype dt)
|
void |
PatternVisitor.visitDataExcept(Datatype dt,
Pattern except)
|
void |
PatternDumper.DumpPatternVisitor.visitDataExcept(Datatype dt,
Pattern except)
|
void |
PatternVisitor.visitValue(Datatype dt,
Object obj)
|
void |
PatternDumper.DumpPatternVisitor.visitValue(Datatype dt,
Object obj)
|
Constructors in com.thaiopensource.relaxng.impl with parameters of type Datatype | |
---|---|
BuiltinDatatypeBuilder(Datatype dt)
|
|
DataDataDerivType(Datatype dt)
|
|
DataExceptPattern(Datatype dt,
Pattern except,
Locator loc)
|
|
DataPattern(Datatype dt)
|
|
DatatypeValue(Object value,
Datatype dt)
|
|
ValueDataDerivType(Datatype dt)
|
|
ValuePattern(Datatype dt,
Object obj)
|
Uses of Datatype in org.relaxng.datatype |
---|
Methods in org.relaxng.datatype that return Datatype | |
---|---|
Datatype |
DatatypeBuilder.createDatatype()
Derives a new Datatype from a Datatype by parameters that were already set through the addParameter method. |
Datatype |
DatatypeLibrary.createDatatype(String typeLocalName)
Gets or creates a pre-defined type. |
Uses of Datatype in org.relaxng.datatype.helpers |
---|
Fields in org.relaxng.datatype.helpers declared as Datatype | |
---|---|
private Datatype |
StreamingValidatorImpl.baseType
Datatype obejct that creates this streaming validator. |
private Datatype |
ParameterlessDatatypeBuilder.baseType
This type object is returned for the derive method. |
Methods in org.relaxng.datatype.helpers that return Datatype | |
---|---|
Datatype |
ParameterlessDatatypeBuilder.createDatatype()
|
Constructors in org.relaxng.datatype.helpers with parameters of type Datatype | |
---|---|
ParameterlessDatatypeBuilder(Datatype baseType)
|
|
StreamingValidatorImpl(Datatype baseType,
ValidationContext context)
|
Uses of Datatype in org.whattf.datatype |
---|
Classes in org.whattf.datatype that implement Datatype | |
---|---|
(package private) class |
AbstractDatatype
Common superclass for HTML5 datatypes. |
(package private) class |
AbstractDatetime
Superclass for various datetime datatypes. |
class |
AsciiCaseInsensitiveString
|
class |
Date
This datatype shall accept strings that conform to the format specified for date
inputs in Web Forms 2.0. |
class |
DateOrTime
|
class |
DateOrTimeContent
|
class |
Datetime
This datatype shall accept strings that conform to the format specified for datetime
inputs in Web Forms 2.0. |
class |
DatetimeLocal
This datatype shall accept strings that conform to the format specified for datetime-local
inputs in Web Forms 2.0. |
class |
DatetimeTz
This datatype shall accept strings that conform to the format specified for datetime
attribute of the ins and del elements in Web Applications 1.0. |
class |
Id
This datatype shall accept any string that consists of one or more characters and does not contain any whitespace characters. |
class |
Idref
This datatype shall accept any string that consists of one or more characters and does not contain any whitespace characters. |
class |
Idrefs
This datatype shall accept any string that consists of one or more characters and contains at least one character that is not a whitespace character. |
class |
Iri
|
class |
IriRef
|
class |
Language
|
class |
Month
|
class |
Pattern
This datatype shall accept the strings that are allowed as the value of the Web Forms 2.0 pattern
attribute. |
class |
Ratio
|
class |
Time
|
class |
Week
This datatype shall accept strings that conform to the format specified for week
inputs in Web Forms 2.0. |
Methods in org.whattf.datatype that return Datatype | |
---|---|
Datatype |
Html5DatatypeLibrary.createDatatype(String typeLocalName)
The factory method for the datatypes of this library. |
Uses of Datatype in org.whattf.datatype.test |
---|
Fields in org.whattf.datatype.test declared as Datatype | |
---|---|
private Datatype |
LanguageTester.datatype
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |