Class 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.
    • Constructor Detail

      • XSDhexBinary

        public XSDhexBinary​(java.lang.String typeName)
    • Method Detail

      • unparse

        public java.lang.String unparse​(java.lang.Object value)
        Convert a value of this datatype out to lexical form.
        Specified by:
        unparse in interface RDFDatatype
        Overrides:
        unparse in class XSDDatatype