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 Details

    • XSDbase64Binary

      public XSDbase64Binary(String typeName)
  • Method Details