Liking cljdoc? Tell your friends :D

web.DocumentType

The DocumentType interface represents a web.Node containing doctype.

The DocumentType interface represents a `web.Node` containing
doctype.
raw docstring

aftercljs

(after this & args)

Method.

[Experimental]

The ChildNode.after() method inserts a set of web.Node or web.DOMString in the children list of this ChildNode's parent, just after this web.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.DOMString`
in the children list of this ChildNode's parent, just after this
`web.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`
sourceraw docstring

beforecljs

(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.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.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`
sourceraw docstring

entitiescljs

(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.
sourceraw docstring

internal-subsetcljs

(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)>".
sourceraw docstring

namecljs

(name this)

Property.

A DOMString, eg "html" for <!DOCTYPE HTML>.

Property.

A DOMString, eg "html" for <!DOCTYPE HTML>.
sourceraw docstring

notationscljs

(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.
sourceraw docstring

public-idcljs

(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
sourceraw docstring

removecljs

(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`
sourceraw docstring

replace-withcljs

(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.DOMString web.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.DOMString`
`web.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`
sourceraw docstring

set-entities!cljs

(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.
sourceraw docstring

set-internal-subset!cljs

(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)>".
sourceraw docstring

set-name!cljs

(set-name! this val)

Property.

A DOMString, eg "html" for <!DOCTYPE HTML>.

Property.

A DOMString, eg "html" for <!DOCTYPE HTML>.
sourceraw docstring

set-notations!cljs

(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.
sourceraw docstring

set-public-id!cljs

(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
sourceraw docstring

set-system-id!cljs

(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.
sourceraw docstring

system-idcljs

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close