public class XSDPlainType extends XSDDatatype
XSDDatatype.XSDGenericType
BaseDatatype.TypedValue
XSD, XSDanyURI, XSDbase64Binary, XSDboolean, XSDbyte, XSDdate, XSDdateTime, XSDdateTimeStamp, XSDdayTimeDuration, XSDdecimal, XSDdouble, XSDduration, XSDENTITY, XSDfloat, XSDgDay, XSDgMonth, XSDgMonthDay, XSDgYear, XSDgYearMonth, XSDhexBinary, XSDID, XSDIDREF, XSDint, XSDinteger, XSDlanguage, XSDlong, XSDName, XSDNCName, XSDnegativeInteger, XSDNMTOKEN, XSDnonNegativeInteger, XSDnonPositiveInteger, XSDnormalizedString, XSDNOTATION, XSDpositiveInteger, XSDQName, XSDshort, XSDstring, XSDtime, XSDtoken, XSDunsignedByte, XSDunsignedInt, XSDunsignedLong, XSDunsignedShort, XSDyearMonthDuration
Constructor and Description |
---|
XSDPlainType(String typeName)
New instance creation delegating to
XSDDatatype.XSDDatatype(String) . |
XSDPlainType(String typeName,
Class<?> clazz)
New instance creation delegating to
XSDDatatype.XSDDatatype(String, Class) . |
Modifier and Type | Method and Description |
---|---|
boolean |
isEqual(LiteralLabel litLabel1,
LiteralLabel litLabel2)
Compares two instances of values of the given datatype.
|
extendedTypeDefinition, getJavaClass, isBaseTypeCompatible, isValidLiteral, loadXSDSimpleTypes, main, parse, parseValidated, trimPlus, unparse
cannonicalise, getHashCode, getURI, isValid, isValidValue, langTagCompatible, normalizeSubType, toString
public XSDPlainType(String typeName)
XSDDatatype.XSDDatatype(String)
.public XSDPlainType(String typeName, Class<?> clazz)
XSDDatatype.XSDDatatype(String, Class)
.public boolean isEqual(LiteralLabel litLabel1, LiteralLabel litLabel2)
isEqual
in interface RDFDatatype
isEqual
in class XSDDatatype
Licenced under the Apache License, Version 2.0