Home
last modified time | relevance | path

Searched defs:strictErrorChecking (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/org/w3c/dom/
DDocument.java598 public void setStrictErrorChecking(boolean strictErrorChecking); in setStrictErrorChecking()
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DDocumentImpl.java61 private boolean strictErrorChecking = true; field in DocumentImpl
462 public void setStrictErrorChecking(boolean strictErrorChecking) { in setStrictErrorChecking()