java.lang.Object
org.apache.jena.rdfxml.xmlinput1.impl.TaintImpl
- All Implemented Interfaces:
Taint
- Direct Known Subclasses:
ARPDatatypeLiteral,ARPResource,ARPString,URIReference
Minimal implementation of
Taint-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TaintImpl
public TaintImpl()
-
-
Method Details
-
taint
public void taint() -
isTainted
public boolean isTainted()- Specified by:
isTaintedin interfaceTaint- Returns:
- True iff
Taint.taint()has been called on this object.
-