Name

strictErrorChecking: boolean(3)

Synopsis

When set to false, DOM implementations are free to ignore error conditions (such as invalid characters in identifiers) that would ordinarily raise a DOMException. Although exceptions will not be raised, the behavior of the implementation after encountering an error is undefined. The default value of this attribute is true.

Java binding

public boolean getStrictErrorChecking( );
public void setStrictErrorChecking(boolean strictErrorChecking);

Get XML in a Nutshell, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.