com.hp.hpl.jena.datatypes.xsd
Class XSDhexBinary

java.lang.Object
  extended by com.hp.hpl.jena.datatypes.BaseDatatype
      extended by com.hp.hpl.jena.datatypes.xsd.XSDDatatype
          extended by com.hp.hpl.jena.datatypes.xsd.XSDbinary
              extended by com.hp.hpl.jena.datatypes.xsd.XSDhexBinary
All Implemented Interfaces:
RDFDatatype

public class XSDhexBinary
extends XSDbinary

Implement hexbinary type. Most of the work is done in the superclass. This only needs to implement the unparsing.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.hp.hpl.jena.datatypes.BaseDatatype
BaseDatatype.TypedValue
 
Field Summary
 
Fields inherited from class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
XSD, 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 Summary
XSDhexBinary(String typeName)
           
 
Method Summary
 String unparse(Object value)
          Convert a value of this datatype out to lexical form.
 
Methods inherited from class com.hp.hpl.jena.datatypes.xsd.XSDbinary
getHashCode, isEqual, isValidValue
 
Methods inherited from class com.hp.hpl.jena.datatypes.xsd.XSDDatatype
convertValidatedDataValue, extendedTypeDefinition, getHashCode, getJavaClass, isBaseTypeCompatible, isValidLiteral, loadUserDefined, loadUserDefined, loadXSDSimpleTypes, main, parse, parseValidated, trimPlus
 
Methods inherited from class com.hp.hpl.jena.datatypes.BaseDatatype
cannonicalise, getURI, isValid, langTagCompatible, normalizeSubType, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XSDhexBinary

public XSDhexBinary(String typeName)
Method Detail

unparse

public String unparse(Object value)
Convert a value of this datatype out to lexical form.

Specified by:
unparse in interface RDFDatatype
Overrides:
unparse in class XSDDatatype


Licenced under the Apache License, Version 2.0