1.

What Are The Node Properties?

Answer»

nodeName: is in the READ only FORMAT and it is the PARAMETER that acts like a TAG name. It provides the information of attribute NODE and other nodes.
nodeValue: is the way to specify the value of each individual node. The node value can be element wise or it can be text wise or other nodes value can be given.
nodeType: provides a way to return the type of the node used and that is also in the read only format.

nodeName: is in the read only format and it is the parameter that acts like a tag name. It provides the information of attribute node and other nodes.
nodeValue: is the way to specify the value of each individual node. The node value can be element wise or it can be text wise or other nodes value can be given.
nodeType: provides a way to return the type of the node used and that is also in the read only format.



Discussion

No Comment Found