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 Details

    • XSDhexBinary

      public XSDhexBinary(String typeName)
  • Method Details