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

/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Ddocumentsetstricterrorchecking01.js78 Set the strictErrorChecking attribute value on this documentNode to false and then to true.
84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-strictErrorChecking
97 doc.strictErrorChecking = false;
99 doc.strictErrorChecking = true;
H A Ddocumentsetstricterrorchecking03.js78 Set the strictErrorChecking attribute value on a new Document to false and check if it was
83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-strictErrorChecking
96 doc.strictErrorChecking = false;
98 strictErrorCheckingValue = doc.strictErrorChecking;
H A Ddocumentgetstricterrorchecking01.js78 Verify if the (default) value of the strictErrorChecking attribute of this document object is true.
82 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-strictErrorChecking
95 strictErrorCheckingValue = doc.strictErrorChecking;
H A Ddocumentsetstricterrorchecking02.js78 Set the strictErrorChecking attribute value on a new Document to true.
84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-strictErrorChecking
99 doc.strictErrorChecking = true;
H A Ddocumentgetstricterrorchecking02.js78 Verify if the (default)value of the strictErrorChecking attribute of a new Document object is true.
82 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-strictErrorChecking
110 strictErrorCheckingValue = newDoc.strictErrorChecking;
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java1203 * NEEDSDOC @param strictErrorChecking
1205 public void setStrictErrorChecking(boolean strictErrorChecking) argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java1389 * NEEDSDOC @param strictErrorChecking
1391 public void setStrictErrorChecking(boolean strictErrorChecking) argument

Completed in 140 milliseconds