after method
The DocumentType.after()
method inserts a set of
Node objects or strings in the children list of the
DocumentType
's parent, just after the DocumentType
.
Strings are inserted as equivalent Text nodes.
Implementation
external void after(JSAny nodes);