HomeSort by relevance Sort by last modified time
    Searched refs:strictErrorChecking (Results 1 - 7 of 7) sorted by null

  /libcore/luni/src/main/java/org/w3c/dom/
Document.java 598 public void setStrictErrorChecking(boolean strictErrorChecking);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 62 private boolean strictErrorChecking = true;
460 return strictErrorChecking;
463 public void setStrictErrorChecking(boolean strictErrorChecking) {
464 this.strictErrorChecking = strictErrorChecking;
  /packages/apps/Mms/src/com/android/mms/dom/
DocumentImpl.java 170 public void setStrictErrorChecking(boolean strictErrorChecking) {}
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 1203 * NEEDSDOC @param strictErrorChecking
1205 public void setStrictErrorChecking(boolean strictErrorChecking)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 1389 * NEEDSDOC @param strictErrorChecking
1391 public void setStrictErrorChecking(boolean strictErrorChecking)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py     [all...]

Completed in 44 milliseconds