Class XSDbase64Binary

  • All Implemented Interfaces:
    RDFDatatype

    public class XSDbase64Binary
    extends XSDbinary
    Implement base64binary type. Most of the work is done in the superclass. This only needs to implement the unparsing.
    • Constructor Detail

      • XSDbase64Binary

        public XSDbase64Binary​(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