Method that determines if a node-like object
resembles an element node (via a nodeType
check).
-
obj
-
A node-like object.
Return value: Boolean
Method that determines if a node-like object
resembles an attribute node (via a nodeType
check).
-
obj
-
A node-like object.
Return value: Boolean
Method that determines if a node-like object
resembles a text node-like object
(via a nodeType
check.)
-
obj
-
A node-like object.
Return value: Boolean
Method that determines if a node-like object
resembles a cDataSection node (via a nodeType
check.)
-
obj
-
A node-like object.
Return value: Boolean
Method that determines if a node-like object
resembles an entityReference node (via a nodeType
check.)
-
obj
-
A node-like object.
Return value: Boolean
Method that determines if a node-like object
resembles an entity node (via a nodeType
check.)
-
obj
-
A node-like object.
Return value: Boolean
Method that determines if a node-like object
resembles a processingInstruction node (via a nodeType
check.)
-
obj
-
A node-like object.
Return value: Boolean
Method that determines if a node-like object
resembles a document node (via a nodeType
check.)
-
obj
-
A node-like object.
Return value: Boolean
Method that determines if a node-like object
resembles a documentType node (via a nodeType
check.)
-
obj
-
A node-like object.
Return value: Boolean
Method that determines if a node-like object
resembles a documentFragment node (via a nodeType
check.)
-
obj
-
A node-like object.
Return value: Boolean
Method that determines if a node-like object
resembles a notation node (via a nodeType
check.)
-
obj
-
A node-like object.
Return value: Boolean
Method that determines if a node-like object
has a nodeType
property with a certain
numeric value.
-
obj
-
A node-like object.
-
type
-
A number that is the suggested
nodeType
value.
Return value: Boolean