Searched refs:strictErrorChecking (Results 1 – 2 of 2) sorted by relevance
61 private boolean strictErrorChecking = true; field in DocumentImpl459 return strictErrorChecking; in getStrictErrorChecking()462 public void setStrictErrorChecking(boolean strictErrorChecking) { in setStrictErrorChecking() argument463 this.strictErrorChecking = strictErrorChecking; in setStrictErrorChecking()
598 public void setStrictErrorChecking(boolean strictErrorChecking); in setStrictErrorChecking() argument