Searched refs:strictErrorChecking (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/org/w3c/dom/
H A DDocument.java598 public void setStrictErrorChecking(boolean strictErrorChecking); argument
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DDocumentImpl.java62 private boolean strictErrorChecking = true; field in class:DocumentImpl
460 return strictErrorChecking;
463 public void setStrictErrorChecking(boolean strictErrorChecking) { argument
464 this.strictErrorChecking = strictErrorChecking;

Completed in 85 milliseconds