NodeEditAS
interface with
additional methods for both document and AS editing.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.
public interface DocumentEditAS extends NodeEditAS
NS_WF_CHECK, PARTIAL_VALIDITY_CHECK, STRICT_VALIDITY_CHECK, WF_CHECK
Modifier and Type | Method and Description |
---|---|
boolean |
getContinuousValidityChecking()
Deprecated.
An attribute specifying whether continuous checking for the validity of
the document is enforced or not.
|
void |
setContinuousValidityChecking(boolean continuousValidityChecking)
Deprecated.
An attribute specifying whether continuous checking for the validity of
the document is enforced or not.
|
canAppendChild, canInsertBefore, canRemoveChild, canReplaceChild, isNodeValid
boolean getContinuousValidityChecking()
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.void setContinuousValidityChecking(boolean continuousValidityChecking)
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 © 2016 JBoss by Red Hat. All rights reserved.