Allows you to determine whether or not it's valid to add or a delete a node at a particular position in a document. This is called guided document editing.
DOMImplementation.hasFeature("AS-DOC")
returns true if
a given DOM supports these capabilities.
NodeAS
ElementAS
CharacterDataAS
DocumentTypeAS
AttributeAS