org.apache.xerces.dom3.as
Interface DocumentEditAS
- NodeEditAS
public interface DocumentEditAS
boolean | getContinuousValidityChecking() - An attribute specifying whether continuous checking for the validity of
the document is enforced or not.
|
void | setContinuousValidityChecking(boolean continuousValidityChecking) - An attribute specifying whether continuous checking for the validity of
the document is enforced or not.
|
getContinuousValidityChecking
public boolean getContinuousValidityChecking()
An attribute specifying whether continuous checking for the validity of
the document is enforced or not. Setting this to true
will result in an exception being thrown, i.e.,
VALIDATION_ERR
, for documents that are invalid at the
time of the call. If the document is invalid, then this attribute
will remain false
. This attribute is false
by default.Add VALIDATION_ERR code to the list of constants in
DOMASException.
setContinuousValidityChecking
public void setContinuousValidityChecking(boolean continuousValidityChecking)
An attribute specifying whether continuous checking for the validity of
the document is enforced or not. Setting this to true
will result in an exception being thrown, i.e.,
VALIDATION_ERR
, for documents that are invalid at the
time of the call. If the document is invalid, then this attribute
will remain false
. This attribute is false
by default.Add VALIDATION_ERR code to the list of constants in
DOMASException.
Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.