java.lang.Object
org.apache.jena.rdfxml.xmlinput0.impl.TaintImpl
All Implemented Interfaces:
Taint
Direct Known Subclasses:
ARPDatatypeLiteral, ARPResource, ARPString, URIReference

public class TaintImpl extends Object implements Taint
Minimal implementation of Taint
  • Constructor Details

    • TaintImpl

      public TaintImpl()
  • Method Details

    • taint

      public void taint()
      Specified by:
      taint in interface Taint
    • isTainted

      public boolean isTainted()
      Specified by:
      isTainted in interface Taint
      Returns:
      True iff Taint.taint() has been called on this object.