Function DOMImplementation.Node.readonly
true
if and only if this node is readonly.
The DOM specification defines a readonly node as "a node that is immutable. This means its list of children, its content, and its attributes, when it is an element, cannot be changed in any way. However, a read only node can possibly be moved, when it is not itself contained in a read only node."
For example, Notation
s, EntityReference
s and all of theirs descendants
are always readonly.
Prototype
bool readonly() @property;
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --