Node Properties Flashcards

1
Q

baseURI

A

Specify absolute base URI of the node

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

childNodes

A

Returns a live collection of child nodes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

firstChild

A

Returns the first child of a node

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

lastChild

A

Returns the last child of a node

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

localName

A

Specify name of the local part of a node

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

namespaceURI

A

Specify the namespace URI of a node

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

nextSibling

A

Returns the node immediately following the specified one

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

nodeName

A

Returns the name of a node, depending on its type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

nodeType

A

Code representing the type of the underlying object

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

nodeValue

A

Specify the value of a node depending on their types

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

parentNode

A

Returns the parent node of a node

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

previousSibling

A

Returns the node immediately preceding the specified one

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

textContent

A

Sets or returns the textual content of a node and its descendants

How well did you know this?
1
Not at all
2
3
4
5
Perfectly