public class XSDbase64Binary extends XSDDatatype
BaseDatatype.TypedValueXSD, XSDanyURI, XSDbase64Binary, XSDboolean, XSDbyte, XSDdate, XSDdateTime, 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| Constructor and Description |
|---|
XSDbase64Binary(String typeName)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getHashCode(com.hp.hpl.jena.graph.impl.LiteralLabel lit)
Default implementation of getHashCode() delegates to the default from
the literal label.
|
boolean |
isEqual(com.hp.hpl.jena.graph.impl.LiteralLabel value1,
com.hp.hpl.jena.graph.impl.LiteralLabel value2)
Compares two instances of values of the given datatype.
|
boolean |
isValidValue(Object valueForm)
Test whether the given object is a legal value form
of this datatype.
|
String |
unparse(Object value)
Convert a value of this datatype out
to lexical form.
|
convertValidatedDataValue, extendedTypeDefinition, getHashCode, getJavaClass, isBaseTypeCompatible, isValidLiteral, loadUserDefined, loadUserDefined, loadXSDSimpleTypes, main, parse, parseValidated, trimPluscannonicalise, getURI, isValid, langTagCompatible, normalizeSubType, toStringpublic XSDbase64Binary(String typeName)
typeName - the name of the XSD type to be instantiated, this is
used to lookup a type definition from the Xerces schema factory.public boolean isValidValue(Object valueForm)
isValidValue in interface RDFDatatypeisValidValue in class BaseDatatypepublic String unparse(Object value)
unparse in interface RDFDatatypeunparse in class XSDDatatypepublic boolean isEqual(com.hp.hpl.jena.graph.impl.LiteralLabel value1,
com.hp.hpl.jena.graph.impl.LiteralLabel value2)
isEqual in interface RDFDatatypeisEqual in class XSDDatatypepublic int getHashCode(com.hp.hpl.jena.graph.impl.LiteralLabel lit)
BaseDatatypegetHashCode in interface RDFDatatypegetHashCode in class BaseDatatypeLicenced under the Apache License, Version 2.0