The DocumentType interface represents a web.Node
containing
doctype.
The DocumentType interface represents a `web.Node` containing doctype.
(after this & args)
Method.
[Experimental]
The ChildNode.after() method inserts a set of web.Node
or web.dom.DOMString
in the children list of this ChildNode's parent, just after this
web.dom.DOMString
objects are inserted as equivalent web.Text
[Throws, Unscopable] void ChildNode.after((Node or DOMString)... nodes);
See also: https://developer.mozilla.org/en-US/docs/Web/API/ChildNode/after
Method. [Experimental] The ChildNode.after() method inserts a set of `web.Node` or `web.dom.DOMString` in the children list of this ChildNode's parent, just after this `web.dom.DOMString` objects are inserted as equivalent `web.Text` `[Throws, Unscopable] void ChildNode.after((Node or DOMString)... nodes);` See also: `https://developer.mozilla.org/en-US/docs/Web/API/ChildNode/after`
(before this & args)
Method.
[Experimental]
The ChildNode.before() method inserts a set of web.Node
or
objects in the children list of this ChildNode's parent, just
this ChildNode. web.dom.DOMString
objects are inserted as equivalent
nodes.
[Throws, Unscopable] void ChildNode.before((Node or DOMString)... nodes);
See also: https://developer.mozilla.org/en-US/docs/Web/API/ChildNode/before
Method. [Experimental] The ChildNode.before() method inserts a set of `web.Node` or objects in the children list of this ChildNode's parent, just this ChildNode. `web.dom.DOMString` objects are inserted as equivalent nodes. `[Throws, Unscopable] void ChildNode.before((Node or DOMString)... nodes);` See also: `https://developer.mozilla.org/en-US/docs/Web/API/ChildNode/before`
(entities this)
Property.
A NamedNodeMap of entities declared in the DTD. Every node in map implements the Entity interface.
Property. A NamedNodeMap of entities declared in the DTD. Every node in map implements the Entity interface.
(internal-subset this)
Property.
A DOMString of the internal subset, or null if there is none. "<!ELEMENT foo (bar)>".
Property. A DOMString of the internal subset, or null if there is none. "<!ELEMENT foo (bar)>".
(name this)
Property.
A DOMString, eg "html" for <!DOCTYPE HTML>.
Property. A DOMString, eg "html" for <!DOCTYPE HTML>.
(notations this)
Property.
A NamedNodeMap with notations declared in the DTD. Every node this map implements the Notation interface.
Property. A NamedNodeMap with notations declared in the DTD. Every node this map implements the Notation interface.
(public-id this)
Property.
A DOMString, eg "-//W3C//DTD HTML 4.01//EN", empty string for
Property. A DOMString, eg "-//W3C//DTD HTML 4.01//EN", empty string for
(remove this)
Method.
The ChildNode.remove() method removes the object from the tree belongs to.
node.remove();
See also: https://developer.mozilla.org/en-US/docs/Web/API/ChildNode/remove
Method. The ChildNode.remove() method removes the object from the tree belongs to. `node.remove();` See also: `https://developer.mozilla.org/en-US/docs/Web/API/ChildNode/remove`
(replace-with this & args)
Method.
[Experimental]
The ChildNode.replaceWith() method replaces this ChildNode in
children list of its parent with a set of web.Node
or web.dom.DOMString
web.dom.DOMString
objects are inserted as equivalent web.Text
[Throws, Unscopable] void ChildNode.replaceWith((Node or DOMString)... nodes);
See also: https://developer.mozilla.org/en-US/docs/Web/API/ChildNode/replaceWith
Method. [Experimental] The ChildNode.replaceWith() method replaces this ChildNode in children list of its parent with a set of `web.Node` or `web.dom.DOMString` `web.dom.DOMString` objects are inserted as equivalent `web.Text` `[Throws, Unscopable] void ChildNode.replaceWith((Node or DOMString)... nodes);` See also: `https://developer.mozilla.org/en-US/docs/Web/API/ChildNode/replaceWith`
(set-entities! this val)
Property.
A NamedNodeMap of entities declared in the DTD. Every node in map implements the Entity interface.
Property. A NamedNodeMap of entities declared in the DTD. Every node in map implements the Entity interface.
(set-internal-subset! this val)
Property.
A DOMString of the internal subset, or null if there is none. "<!ELEMENT foo (bar)>".
Property. A DOMString of the internal subset, or null if there is none. "<!ELEMENT foo (bar)>".
(set-name! this val)
Property.
A DOMString, eg "html" for <!DOCTYPE HTML>.
Property. A DOMString, eg "html" for <!DOCTYPE HTML>.
(set-notations! this val)
Property.
A NamedNodeMap with notations declared in the DTD. Every node this map implements the Notation interface.
Property. A NamedNodeMap with notations declared in the DTD. Every node this map implements the Notation interface.
(set-public-id! this val)
Property.
A DOMString, eg "-//W3C//DTD HTML 4.01//EN", empty string for
Property. A DOMString, eg "-//W3C//DTD HTML 4.01//EN", empty string for
(set-system-id! this val)
Property.
A DOMString, eg "http://www.w3.org/TR/html4/strict.dtd", empty for HTML5.
Property. A DOMString, eg "http://www.w3.org/TR/html4/strict.dtd", empty for HTML5.
(system-id this)
Property.
A DOMString, eg "http://www.w3.org/TR/html4/strict.dtd", empty for HTML5.
Property. A DOMString, eg "http://www.w3.org/TR/html4/strict.dtd", empty for HTML5.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close